/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29-lug-2020, 17.18.57
    Author     : pubbliSHARK
*/

@media only screen and (max-width: 500px) {
    #owl-main .item {
        background-position: center 55%;
        /*background-size: cover;*/
        /*height: 485px;*/
        height: -webkit-fill-available;
        width: 100%;
        /*background-position: top;*/
        background-size: contain;
        background-repeat: no-repeat;
    }

    .owl-stage-outer.owl-height{
        height: fit-content !important;
    }

    .home-v2-slider, .home-v3-slider {
        height: fit-content;
    }

    .owl-carousel .owl-stage {
        background: #fff;
    }

    #owl-main .item .container {
        max-height: 463px;
    }
}