div#ry-section-hero {
    background:unset !important
}
.ry-el-bg img {
    visibility: visible;
}
div#ry-section-hero {
    background: unset !important;
}
div#ry-section-hero .carousel.slide,
div#ry-section-hero .carousel.slide .carousel-inner,
div#ry-section-hero .carousel.slide .carousel-inner .item,
div#ry-section-hero .carousel.slide .carousel-inner .text-center,
div#ry-section-hero .carousel.slide .carousel-inner .text-center img{
    height:100%
}
div#ry-section-hero .carousel.slide .carousel-inner .text-center img{
    object-fit:cover;
    object-position:center 26%
}
@media(max-width:991px){
    div#ry-section-hero{
        margin-top:120px
    }
}

@media(max-width:780px){
    div#ry-section-hero{
        margin-top:120px;
        height:350px
    }

}
