.image-card {
  width: 160px !important;
}

.video-responsive {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Ajuste para tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .video-responsive {
      padding-top: 28.3%;
  }
}

@media (min-width: 992px) {
  .video-responsive {
      padding-top: 28.3%;
  }
}
