/* Corrección independiente de encuadres de cursos y sesiones. */
.jdm-cursos .card-presencial {
  align-items:stretch !important;
}
.jdm-cursos .card-presencial .card-image {
  display:block !important;
  align-self:stretch !important;
  min-height:0 !important;
  height:auto !important;
  overflow:hidden !important;
  background:#5a5952 !important;
}
.jdm-cursos .card-presencial .card-image img[data-jdm-image-hotfix="1"] {
  display:block !important;
  width:100% !important;
  height:100% !important;
  min-height:100% !important;
  max-height:none !important;
  object-fit:cover !important;
  object-position:center center !important;
}
.jdm-cursos .card-online .card-image {
  display:block !important;
  height:auto !important;
  min-height:0 !important;
  aspect-ratio:1 / 1 !important;
  overflow:hidden !important;
  background:#ece5dc !important;
}
.jdm-cursos .card-online .card-image img[data-jdm-image-hotfix="1"] {
  display:block !important;
  width:100% !important;
  height:100% !important;
  min-height:0 !important;
  max-height:none !important;
  aspect-ratio:1 / 1 !important;
  object-fit:cover !important;
  object-position:center center !important;
  transform:none !important;
}
.jdm-cursos .card-online:hover .card-image img[data-jdm-image-hotfix="1"],
.jdm-cursos .card-presencial:hover .card-image img[data-jdm-image-hotfix="1"] {
  transform:none !important;
}
.jdm-sesiones .card-image.presencial-img,
.jdm-sesiones .card-image.online-img {
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}
@media (max-width:800px) {
  .jdm-cursos .card-presencial .card-image {
    min-height:360px !important;
  }
  .jdm-cursos .card-presencial .card-image img[data-jdm-image-hotfix="1"] {
    min-height:360px !important;
  }
}
