@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;
    }
}

.heading {
    height: 100vh !important;
    background-image: url(https://static.igem.wiki/teams/4587/wiki/home/home-video.gif);
    margin-bottom: 2px !important;
}

#Animation_Main {
    padding: 0 !important;
}

.box {
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box h1 b {
    color: white;
    font-size: 40px;
}

.box div {
    color: aqua;
    font-size: 28px;
    font-weight: 500;
}

.box1 {
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}


.box1 h1 b {
    /* color: #eaac4a; */
    font-size: 40px;
}

.box1 div {
    /* color: #81B29A; */
    font-size: 17px;
    font-weight: 400;
}

.box1text p {
    font-size: 2.5vh;
}

.box1text b {
    font-size: 3vh;
}

.box1text h1 b {
    font-size: 4vh;
}