.playback-icon{
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    font-size: 7rem; 
    color: #c42a39;
    cursor: pointer; 
    z-index: 99;
}

.at_image_picture:hover .playback-icon{
    color: white; 
    transition: color 0.25s;
    cursor: pointer;
}

.video-container iframe{
    min-height: unset !important;
    height: inherit;
}
