.affililabs-video-frame {
    position: relative;
    width: 300px;
    height: 200px;
    overflow: hidden;
}

.affililabs-video-frame__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.affililabs-video-frame__placeholder {
    padding: 20px;
    max-width: 150px;
    max-height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
}