.detail-content{
    height: 100%;
    display: grid;
    grid-auto-rows: auto 1fr 1fr;
}

.detail-content > .video-title{
    font-family: "Calistoga", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #00612B;
    margin: 20px 0;
    text-align: center;
}

.detail-content > iframe{
    height: 55vh !important;
}

.detail-content > .video-description{
    font-family: "Open Sans", Sans-serif;
    overflow: auto;
    min-height: 0;
}

.detail-box{
    height: 85vh !important;
}