@media (max-width: 991px) {
    .owl-item.position-relative {
        background-image: url(../img/demos/construction-2/slides/slide-1-mobile.jpg) !important;
    }

    .text-color-light.font-weight-extra-bold.text-border.text-12 {
        color: #000 !important;
    }


}



.google-maps {
    position: relative;
    padding-bottom: 35%;
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}