/*
   /////////////////////////////
    Contenedores de img fluida
  /////////////////////////////
*/
.sust-row-img {
  min-height: 450px;
}

@media(min-width:769px) {
  section.sust-row-img {
    align-items: center;
    display: flex;
  }
}

@media(max-width:768px) {
  .sust-row-img img.object-fit-cover, .sust-row-img picture {
    position: relative !important;
    width: 100% !important;
    height: 300px !important;
  }

  .sust-row-img {
    min-height: fit-content;
  }
}