


@media only screen and (max-width:480px){
    .slider .item, .slider-fade .item{
        height:330px;
            min-inline-size: -webkit-fill-available;
    background: round;    }
    .section-padding {
    padding-top: 20px;
    padding-bottom: 120px;
    }
.header {
    min-height: 330px;
        overflow: hidden;
    }
    .slider .owl-item, .slider-fade .owl-item{
                height:350px;

    }
}