@media all and (min-width: 992px) {
    #Animation_SpecifiCAR {
        margin: 0 10vw !important;
        width: 80vw !important;
        height: 290vw !important;
    }
}

@media all and (min-width: 1500px) {
    #Animation_SpecifiCAR {
        margin: 0 15vw !important;
        width: 70vw !important;
        height: 260vw !important;
    }
}


#Animation_SpecifiCAR {
    align-self: center;
    margin: 0 5vw;
    width: 90vw;
    height: 320vw;
    background-repeat: no-repeat;
}

#Promotion_Video {
    visibility: hidden;
}

#animated-svg {
    max-width: 100%;
    margin: auto;
}

.tab-button {
    background-color: #81B29A;
    color: black;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1rem;
    width: 50%;
    height: 3rem;
    -webkit-box-shadow: 1px 2px 5px #777;
    -moz-box-shadow: 1px 2px 5px #777;
    box-shadow: 1px 2px 5px #777;
}

.tab-button:hover {
    background-color: #588c78;
    -webkit-box-shadow: inset 1px 2px 5px #777;
    -moz-box-shadow: inset 1px 2px 5px #777;
    box-shadow: inset 1px 2px 5px #777;
}

.tab-button.active {
    background-color: #F2CC8F;
    -webkit-box-shadow: inset 1px 2px 5px #777;
    -moz-box-shadow: inset 1px 2px 5px #777;
    box-shadow: inset 1px 2px 5px #777;
}

.tab-page {
    color: white;
    padding: 150px 20px;
    height: 100%;
    display: none;
}

.tab-page.active {
    display: block;
}

#Promo_Video.active {
    display: flex !important;
    width: 100vw;
    align-items: center;
    justify-content: center;
}

#videoFrame {
    width: 80vw;
    height: 80vh;
}

@media all and (max-width: 680px) {
    #menubar {
        opacity: 1 !important;
    }

    #videoFrame {
        width: 90vw;
        height: 40vh;
    }
}


.desktop {
    display: block;
}

@media all and (max-width: 680px) {
    #Animation_SpecifiCAR {
        margin: 0 2vw !important;
        width: 90vw !important;
        align-self: center;
        height: 800vw;
    }

    .desktop {
        display: none;
    }
}
