/* Add here all your CSS customizations */
.video {
}
/* Hide Play button + controls on iOS */
video::-webkit-media-controls {
    display:none !important;
}
