/*
 * This is needed for fitVids which is used by Divi.
 * https://github.com/davatron5000/FitVids.js
 */
.fluid-width-video-wrapper .plyr--video {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/**
 * This hack fixes border radius + overflow: hidden in Safari.
 * https://stackoverflow.com/a/58283449
 */
.et_pb_video .plyr--video {
	border-radius: 10px;
	overflow: hidden;
	transform: translateZ(0);
}

.plyr--audio {
	min-width: 0;
}
