/*!
  * @author Er. Niraj Thike
  * @link thikeniraj.com.np
  * @version v1.0.0
  */

#waves {
    position: relative;
    display: inline-block;
    top: -10px;
    width: 100%;
    height: 40px;
    background: url(../images/mountains.png) repeat-x 0 0;
    left: 0;
    z-index: 7;
}

.img-cover {
    object-fit: cover;
}
