/**
 * These CSS will fix issue with Divi theme/builder (or similar plugin/them which damaged View output)
 */
.pt-cv-filter-bar + .pt-cv-view .pt-cv-content-item, .pt-cv-pinterest .pt-cv-content-item {
	position: absolute !important;
}

.pt-cv-view .mejs-controls .mejs-button button {
    margin: 7px 5px !important;
}

.pt-cv-view .mejs-container, .pt-cv-view .mejs-container * {
    box-sizing: unset !important;
}
