﻿iframe {
    width: 100%;
    height: 100%;
}

.post-tp-12 figure {
    width: 100%;
    height: 100%;
}

.videoLargeWrapper {
    width: 100%;
    max-height: 316px;
    height: calc((100vw - 20px) * 0.5 / 16 * 9);
}

.videoSmallWrapper {
    width: 100%;
    max-height: 197px;
}

.videoSmallWrapper iframe {
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.videoSmallWrapper a {
    width: 100%;
    height: 100%;
    position: absolute;
}
