.video-section .video-content {
  width: 100%;
  font-size: 0;
  border-radius: var(--section-card-radius);
  overflow: hidden;
}
.video-section .video-wrapper {
  width: 100%;
  height: auto;
}
.video-section .video-content img,
.video-section .video-content video {
  width: 100%;
}