.mmycomic-gallery-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.mmycomic-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mmycomic-gallery .comic-item img {
    max-width: 200px;
    border: 2px solid #333;
    border-radius: 5px;
}

.mmycomic-gallery .comic-item iframe {
    width: 200px;
    height: 300px;
    border: 2px solid #333;
    border-radius: 5px;
}

.comic-item {
/*    background: #f5f5f5 url('/ruta/placeholder.jpg') center center no-repeat; */
    background: #f5f5f5;
    background-size: cover;
    position: relative;
}

/*  .iframe-container */
  .ccomic-item {
    width: 100%;
    overflow: hidden;
  }
/*  .iframe-container iframe */
  .ccomic-item iframe {
    width: 100vw!important; /* Ancho del viewport */
    height: 56.25vw!important; /* Relación 16:9 (ajusta según tu iframe) */
    max-height: 100vh;
    transform: scale(0.5); /* Escala proporcional (ajusta este valor) */
    transform-origin: 0 0;
  }
