.cards-detal .ms2Gallery {
    max-width: 100%;
    overflow: hidden;
}

.cards-detal .fotorama,
.cards-detal .fotorama__wrap,
.cards-detal .fotorama__stage,
.cards-detal .fotorama__stage__shaft,
.cards-detal .fotorama__stage__frame {
    max-width: 100% !important;
}

.cards-detal .fotorama__img {
    max-width: 100%;
    object-fit: contain;
}

.cardscat-mini .ms2Gallery {
    overflow: hidden;
}

.cardscat-mini .fotorama,
.cardscat-mini .fotorama__wrap {
    max-width: 100% !important;
}

.cards-detal .fotorama__nav .catalog-fotorama-video,
.cards-detal .fotorama__nav .catalog-fotorama-video iframe,
.cards-detal .fotorama__thumb .catalog-fotorama-video,
.cards-detal .fotorama__thumb .catalog-fotorama-video iframe,
.cards-detal .fotorama__nav .fotorama__video-play,
.cards-detal .fotorama__nav .fotorama__video-close,
.cards-detal .fotorama__nav .fotorama__video-vimeo,
.cards-detal .fotorama__nav .fotorama__video-youtube,
.cardscat-mini .fotorama__nav .catalog-fotorama-video,
.cardscat-mini .fotorama__nav .catalog-fotorama-video iframe {
    display: none !important;
}

.cards-detal .fotorama__nav__frame.catalog-fotorama-video-thumb .fotorama__thumb,
.cardscat-mini .fotorama__nav__frame.catalog-fotorama-video-thumb .fotorama__thumb {
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    opacity: 1 !important;
}

.cards-detal .fotorama__nav__frame.catalog-fotorama-video-thumb .fotorama__thumb::after,
.cardscat-mini .fotorama__nav__frame.catalog-fotorama-video-thumb .fotorama__thumb::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.28);
    pointer-events: none;
}

.cards-detal .fotorama__nav__frame.catalog-fotorama-video-thumb .fotorama__thumb::before,
.cardscat-mini .fotorama__nav__frame.catalog-fotorama-video-thumb .fotorama__thumb::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 0;
    height: 0;
    margin: -7px 0 0 -5px;
    border-style: solid;
    border-width: 7px 0 7px 12px;
    border-color: transparent transparent transparent #fff;
    pointer-events: none;
}

.cards-detal .fotorama__stage .fotorama__video-play,
.cardscat-mini .fotorama__stage .fotorama__video-play {
    display: none !important;
}

.cards-detal .catalog-fotorama-video,
.cardscat-mini .catalog-fotorama-video {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 200px;
    background: #000;
}

.cards-detal .fotorama__html .catalog-fotorama-video,
.cards-detal .fotorama__html .catalog-fotorama-video iframe,
.cardscat-mini .fotorama__html .catalog-fotorama-video,
.cardscat-mini .fotorama__html .catalog-fotorama-video iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.cards-detal .catalog-fotorama-video iframe,
.cardscat-mini .catalog-fotorama-video iframe {
    position: absolute;
    inset: 0;
    border: 0;
}
