<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.apg_video_youtube_player_image_thumb {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.apg_video_youtube {
    width: 100%;
    padding-top: 31%;
    padding-bottom: 31%;
    height: 0;
    position: relative;
    margin-bottom: 10px;
}

.apg_video_youtube.video_insert_type1 {
    padding-bottom: 31%;
}

.apg_video_youtube.video_insert_type2 {
    margin-bottom: 31%;
}

.apg_video_youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

@supports ( object-fit: cover ) {
    .apg_video_youtube_player_image_thumb {
        position: static;
        height: 100%;
        width: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        top: 0;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}</pre></body></html>