#g-utility .g-container .g-grid:nth-of-type(odd) .youtube-video {
    display: block;
}

#g-utility .g-container .g-grid .youtube-video{
    margin: 0 1.6rem;
}

.youtube-video .image {
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
}

.youtube-video .image:hover .hover-show {
    opacity: 1;
}

.youtube-video .hover-show {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 9;
}

.youtube-video .description {
    padding: 1rem 0;
    text-align: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-height: 150px;
    font-weight: 700;
}


.youtube-video .description .detail {
    font-size: 1rem;
    overflow-wrap: normal;
}

lightbox {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 9999;
}

lightbox .background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0.9;
    background-color: #1f1f1f;
}

lightbox .close {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 30px;
    right: 30px;
    z-index: 3;
    padding: 10px;
    cursor: pointer;
}

lightbox .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 100px;
    overflow-y: scroll;
}
lightbox .content iframe {
    width: 100%;
    height: 100%;
}
