<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul.cls {
    margin-bottom: 15px;
}


h3#gettingstarted {
    margin-bottom: 25px;
    font-size: 21px;
    position: relative;
    bottom: 8px;
}
p.cls {
    margin-bottom: 0px;
}



span.play-video {
    top: 130px;
    right: 215px;
    border-radius: 26px;
    background: #FFF;
    max-width: 45px;
    padding: 9px 18px;
    text-align: center;
}

span.play-video, .cus-texti, .cus-logo {
    position: absolute;
}


.zr-cus-vid {
    cursor: pointer;
    position: relative;
    width: 50%;
    display: inline-block;
    float: right;}


span.watch-video.vimvideo {
    display: block;
    cursor: pointer;
}

span.watch-video.vimvideo img {
margin-bottom: 0px;
    vertical-align: middle;
    border-radius: 8px;
}


@media only screen and (max-width: 1199px) {

span.watch-video.vimvideo.play-video {
    display: none;
}

   }


@media only screen and (max-width: 991px) {

.zr-cus-vid {
    display: block;
    float: unset;}

}



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