/* Recorte interior de los bordes incrustados en estas dos fotografías.
   Los contenedores conservan exactamente sus dimensiones y alineación.
   El overflow:hidden existente recorta la imagen sin afectar al carrusel. */
#destacados-track .ph > img[src^="/img/mejorada-acatunel."],
#destacados-track .ph > img[src^="/img/mejorada-arrecife."],
.featured-atlas68 figure > img[src^="/img/mejorada-acatunel."],
.featured-atlas68 figure > img[src^="/img/mejorada-arrecife."] {
  transform: scale(1.025) !important;
  transform-origin: center center;
}
