/* ESAWEB-4640 */
.course .course-container {
  color: #4D4D4D;
  text-align: left;
}

/* ESAWEB-4709 */
@media screen and (max-width: 768px) {
  .paragraph--type--youtube-video .container {
    height: 250px;
  }

  .paragraph--type--youtube-video .preview-container::before {
    height: 75px;
    top: 75px;
    background: url("/themes/custom/smformacion/images/icons/yt-play.svg") no-repeat center transparent;
  }

  #youtube-thumbnail-preview {
    object-fit: contain;
    top: -160px;
  }
}
