/* Estilos para Videos de Santos */

#videosCatolicos {
  min-height: 65vh;
}

#santosVideosContainer {
  width: 95vw;
  max-width: 1400px;
}

.santos-video-container {
  min-height: 450px;
}

.santos-video-player {
  width: 100%;
  height: 400px;
  border: none;
  border-radius: 12px;
  background: transparent;
}

/* Responsive Mobile */
@media (max-width: 768px) {
  #santosVideosContainer {
    width: 95vw !important;
  }

  .santos-video-player {
    height: auto !important;
    min-height: 300px !important;
  }
  
  .santos-video-container {
    min-height: 350px !important;
  }
}

/* Responsive Desktop */
@media (min-width: 769px) {
  .santos-video-player {
    height: 400px !important;
  }
}

@media (max-width: 991px) {
  #VideosCatolicos {
    display: flex !important;
  }
}

@media (min-width: 992px) {
  #VideosCatolicos {
    display: flex !important;
  }
}
