<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.video-embed {
    overflow: hidden;
    margin-bottom: 1.5em;
    padding-bottom: 2em;
}

.video-embed .gallery_image_block {
    position: relative;
    background: url(/images/spinner-white.svg) no-repeat center center black;
    width: 100%;
}

.video-embed a.video_page_main {
    overflow: hidden;
    width: 100%;
    display: block;
    background: black;
    cursor: pointer;
    height: auto !important;
}

.video-embed a.video_page_main img {
    margin: 0 auto;
    display: block;
    -webkit-transition: all .5s;
    transition: all .5s;
    height: auto;
    width: auto;  
    max-width: 100%;
    max-height: 360px;    
}

.video-embed iframe {
    height: 360px !important;
    width: 100%;
    border: none;
    display: none;
}

.video-embed .gallery_caption{
    display: block;
    background: black;
    display: table;
    width: 100%;
    background: black;
    transition: background-color 0.5s ease;
    cursor: pointer;
}

.video-embed .gallery_caption_icon {
    background: var(--mrs-orange);
    color: white;
    width: 10%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

.video-embed .gallery_caption_icon img {
    padding: 1em;
}

.video-embed .gallery_caption_text{
    color: white;
    padding: 16px;
    font-weight: normal;
    z-index: 2;
    float: left;
    width: 100%;
    display: table-cell;
}

.video-embed .gallery_caption_text p {
    line-height: 1.5em;
    letter-spacing: 0.05em;
    font-weight: normal;
    margin: 0 !important;
    color: var(--rl-white);
}

.video-embed .gallery_caption:hover {
    background: var(--mrs-orange);
    color: white;
}

</pre></body></html>