/* Add user css code in this file */
.custom-video-module {
    width: 100% !important;
    padding: 0;
    margin: 0;
}

.custom-video-module video {
    width: 100% !important;
    height: auto; /* Keeps the aspect ratio */
}
