﻿@media (max-width:992px){
    .slider-fullscreen{
        background-size:contain!important;
        background-position:top center!important;
    }    
}
@media (min-width: 992px) {
    .hero-top {
        background: none;
    }
    .hero {
        background-size: cover;
        background-position: center center;
        padding-top: 10rem;
    }
}

@media (min-width: 100px) {
    .hero:before {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
        background-repeat: repeat-x;
        height: 50%;
    }
    .free2move .hero:before{
        background-image: none;
        background-repeat: repeat-x;
        z-index: 0;
        height: 17%;
    }
    .free2move .hero-top{
        background-image:none;
    }
}
@media (max-width:700px) {
    .text-slide h1{
        font-size:30px;
    }
    .sidebar h1{
        font-size:1.8rem;
    }
    .tit1{
        font-size:30px;
    }
    .nuova-opel-corsa-e{
        min-height:470px;
    }
    .nuova-opel-corsa-e h2 {
        font-size:1.8rem;
    }
    .veicolicommerciali-gamma {
        min-height:400px!important;
    }
}
@media (max-width:550px) {
    .veicolicommerciali-gamma {
        min-height:300px!important;
    }
}
