.vision-hall-video-content-block .video-container {
    margin: 30px 0;
}

.vision-hall-video-content-block .video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
}

.vision-hall-video-content-block .video-wrapper iframe,
.vision-hall-video-content-block .video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.vision-hall-video-content-block .title {
    margin-bottom: 40px;
}
