
.video-container{
    /* max-width: 1200px; */
    margin-bottom: 3%;
    position: relative;
}
/* #video_40th{
    margin-top: 132px;
} */


.yt_video{
    max-height: 800px;
    min-height: 500px;
}


.milestone_list{
    background-color: #d39b44;
    padding: 3vw;
    text-align: center;
}

.milestone_text{
    word-break: break-word;
    padding: 1vw 0;
    max-width: 165px;
    width: 100%;
    margin: auto;
}

.milestone_year{
    writing-mode: vertical-lr;
    font-size: 64px;
    font-weight: 600;
    letter-spacing: 11px;
}

.milestone_year img {
    margin-left: -32px;
}

.milestone_card{
    min-height: 398px;
}

.milestone_content a:hover{
    opacity: .8;
}

.milestone_card:hover{
    box-shadow: 8px 8px 12px 0px #3f3f3f;
    transition: .5s;
}

.milestone_content{
    border-radius: 25px;
    background-color: #fff;
}

.milestone_content .milestone_title{
    font-weight: 900;
    color:#d39b44;
    font-size: calc(1.5rem + 5vw);
}

.milestone_content a{
    background-color: #d39b44;
    text-decoration: none;
    width: fit-content;
    height: fit-content;
    margin: 0 auto;
}

#carouselEvent .carousel-item{
    padding: 0vw 12vw;
}

button.in{
    display: block;
}

.video-btn-group {
    position: absolute;
    bottom: 20px;
    right: -14px;
    width: 100px;
}
.video-btn {
    background-color: transparent;
    border: none;
    position: absolute;
    bottom: 0;
    right: 2rem;
}

.video-btn img {
    width: 36px;
    filter: drop-shadow(2px 4px 6px black);
}

@media screen and (min-width: 992px) {

    .dis-flex-column {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}

@media screen and (max-width: 768px) {
        
    #video_40th{
        height: 100vw;
        width: fit-content;
        margin-left: -41vw;
    }

    #carouselEvent .carousel-item{
        justify-items:center; 
        padding: 0vw 6vw;
    }
    
}