@media (max-width: 1200px)
{
    #main-slider .img-container {
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        position: initial;
    }
    #main-slider .img-container {
        max-height: 118px;
    }
}
@media (max-width: 767px) {
    #main-slider .owl-wrapper {
        /*padding-bottom: 300px;*/
    }
}

@media (max-width: 600px) {
    #main-slider .owl-wrapper {
        max-height: 120px !important;
        margin-top: 1px !important;
        /*padding-bottom: 460px;*/
    }
}
@media (max-width: 767px) {
    #main-slider .owl-controls {
        bottom: 50%;
    }
    #cropp_image
    {
        max-height: 320px;
    }
}

@media (max-width: 600px) {
    #main-slider .owl-controls {
        bottom: 50%;
    }
    
    #main-header .menu-container .submit-property-btn{
            line-height: 0px;
    }
}