.video-module img.img-fluid {
    border-radius: var(--ng-size-12px);
    width: 100%;
}

.video-module .wistia-embed,
.video-module .video-embed {
    width: 100%;
    height: auto;
    margin-left: 30px;
}

.w-video-wrapper,
.wistia-embed video,
.w-ui-container {
    border-radius: 12px;
    overflow: hidden;
}

.video-module .img-container {
    width: 100%;
    margin-left: 30px;
}

.video-module .flex-row-reverse .img-container,
.video-module .flex-row-reverse .wistia-embed,
.video-module .flex-row-reverse .video-embed {
    margin-left: 0;
    margin-right: 30px;
}

@media (max-width:992px) {
    .video-module .wistia-embed, .video-module .video-embed, .video-module .img-container {
        margin-left: 0;
    }

    .video-module .flex-row-reverse .img-container,
    .video-module .flex-row-reverse .wistia-embed,
    .video-module .flex-row-reverse .video-embed {
        margin-left: 0;
        margin-right: 0;
    }

    .video-module .ng-sans-regular.ng-l {
        font-size: var(--ng-size-16px);
    }
}

@media (max-width:575px) {
    .video-module {
        border-radius: 0;
    }
}
