.rawcut-random-videos-wrapper {
position: relative;
overflow: hidden;
background-color: #f8f8f8;
height: 340px;
border-radius: 15px;
display: flex;
align-items: center;
justify-content: center;
}
@media (max-width: 600px) {
.rawcut-random-videos-wrapper {
height: 184px;
}
}
.rawcut-random-video {
max-width: 100%;
max-height: 100%;
margin: auto;
object-fit: contain;
}
.rawcut-random-video::-webkit-media-controls {
display: none !important;
}
.rawcut-random-video::-webkit-media-controls-enclosure {
display: none !important;
}
.rawcut-random-video::-webkit-media-controls-panel {
display: none !important;
}
.rawcut-random-video::-webkit-media-controls-play-button {
display: none !important;
}
.rawcut-random-video::-webkit-media-controls-start-playback-button {
display: none !important;
} .rawcut-random-video::-moz-media-controls {
display: none !important;
} .rawcut-random-video::-ms-media-controls {
display: none !important;
}
.rawcut-random-videos-wrapper video {
pointer-events: none;
}
.rawcut-random-videos-error {
padding: 20px;
background-color: #f8d7da;
color: #721c24;
border: 1px solid #f5c6cb;
border-radius: 4px;
text-align: center;
}