
@media (min-width: 768px) {

    h1 {
        margin: 0% 0 4%;
    }

    nav {
        height: 12vh;
    }

    .bcvm-item h3 {
        width: 14em;
    }
  
    .motor-city-grid {
        grid-template-rows: repeat(10, 190px);
    }
    .ev-link {
        height: 403px;
    }

    .tt-link {
        height: 403px;
    }

    .video-container {
        width: 100%;
        margin: 2% 0 4%;
    }

    .dyk {
        margin: 4% 0;
    }

    .back2vehicle img {
        width: 40%;
    }

    .back2vehicle-viewer img {
        width: 40%;
    }

    .container-360 {
        height: 800px;
    }

    .tt-link .tt-title {
        margin-left: 23%;
        margin-top: 10%;
    }

    .partners .grid {
        display: grid;
        grid-template-rows: repeat(3, 110px);
    }

    .partners .grid .ace-img {
        height: 100%;
        width: 107px;
        margin-left: 25%;
    } 

    .tt-text-content {
        font-size: 58px !important;
    }

    .btn-question {
        font-size: 28px !important;
        padding: 6% 14% 4%;
    }
}


@media (min-width: 991px) {

    section {
        padding: 0px 12% 8%;
    }

    .page-template-vehicle-template section {
        padding: 0px 0% 8%;
    }

    .page-template-vehicle-menu section {
        padding: 0px 0% 8%;
    }

}