.elementor-135 .elementor-element.elementor-element-d5bdaf7{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-135 .elementor-element.elementor-element-c9c68f5 img{width:100%;max-width:100%;height:100%;object-fit:cover;object-position:center center;}.elementor-135 .elementor-element.elementor-element-eae71b9 img{width:100%;height:100%;object-fit:cover;object-position:center center;}/* Start custom CSS for container, class: .elementor-element-d5bdaf7 */.banner-img img {
transition: all .3 ease-in-out .4;
transition-duration: 0.4s;
width: 100% !important;
height: 100% !important; 
aspect-ratio: 20 / 6;
    overflow: hidden;
background-position: center;
background-repeat: no-repeat;
background-size: cover !important;
}

.elementor-widget-image.banner-img a  {
    display: inline-block;
    width: 100%;
}


@media screen and (max-width: 880px) {
    
    .banner-img img {
transition: all .3 ease-in-out .4;
transition-duration: 0.4s;
width: 100% !important;
height: 100% !important; 
aspect-ratio: 7 / 6;
    overflow: hidden;
background-position: center;
background-repeat: no-repeat;
background-size: cover !important;
}
    
    
}/* End custom CSS */