<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">video {
    width: 65vw;
    height: 500px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.showForMobile video {
    width: 100%;
    height: auto;
    object-fit: contain;
    position: relative;
    top: 0;
    left: 0;
}

.image-holder img {
    width: 65vw;
    height: 500px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.video-holder, .image-holder {
    overflow: hidden;
}

#blog .blog-title {
    display: block;
    font-weight: bold;
    font-size: 22px !important;
    color: #048B7D;
    line-height: 1.4em !important;
    margin: 5px 0;
}

#blog a:hover {
    text-decoration: none !important;
    border: 0px solid #fff !important;
}
</pre></body></html>