@charset "UTF-8";
#detailMiv {
    position: relative;
    background: #fff;
    outline: 1px solid #00000012;
}

    #detailMiv a {
        cursor: zoom-in;
    }

.MIVicon, .MIVicon2 {
    position: absolute;
    top: 0px;
    z-index: 5;
    -webkit-transition: all .2s ease;
    font-size: 12px;
    color: #848484;
    background: #ffffffc9;
}

    .MIVicon div, .MIVicon2 a {
        padding: 16px;
        color: inherit;
    }

    .MIVicon2 a {
        display: block
    }

    .MIVicon:hover, .MIVicon2:hover {
        background: rgba(0,0,0,0.75);
        color: #fff
    }

.MIVicon {
    left: 0px;
}

.MIVicon2 {
    right: 0px;
}

.MIViconZoom, .MIViconMore, .MIViconVideo {
    display: inline-block;
    font-family: feather;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    font-size: 1.4em;
    text-align: center;
    border-radius: 0;
    -moz-osx-font-smoothing: grayscale;
}

    .MIViconZoom:before {
        content: "\e037";
    }

    .MIViconMore:before {
        content: "\e129";
    }

    .MIViconVideo:before {
        content: "\e052";
    }

.MIViconMore {
    display: none
}

#detailMiv [class*="css-image"] {
    background-size: contain !important;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

.fancybox-slide--html #ModularShortDescription {
    width: 650px;
    max-width: 100%;
    padding: 64px;
    font-size: 36px;
    margin:0;
}

    .fancybox-slide--html #ModularShortDescription p {
        margin: 0;
        text-transform: uppercase;
        font-family: 'citrfontbold';
    }

a[href="#ModularShortDescription"] > div:before,
a#YouTubePane > div:before {
    content: "\e129";
    font-family: feather;
    font-size: 24px;
    line-height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

a#YouTubePane > div:before {
    content: "\e052";
}

#detailMivThumb {
    display: flex;
    align-items: center;
}

.broken-image {
    width: 100%;
    height: 100%;
    display: block;
    aspect-ratio: 1;
    position: relative;
    z-index: 6;
    background: #fff;
}

/* Large Mobile Phones  --------------------------------------------------------------- */
@media screen and (max-width: 767px) {
    .MIVicon, .MIVicon2 {
        bottom: 0;
        top: inherit;
        font-size: 11px;
    }

    .MIVicon2 {
        right: 0;
    }

        .MIVicon div, .MIVicon2 a {
            padding: 0;
            width: 48px;
            height: 48px;
            line-height: 48px;
            text-align: center;
        }

    .fancybox-slide--html #ModularShortDescription {
        font-size: 22px;
        padding: 48px;
        min-height: auto;
        text-align:center;
    }

    #detailMivThumb {
        overflow-x: auto;
    }
        #detailMivThumb .col-thumbnail {
            flex: 0 0 auto;
            width: 96px;
            flex-basis: 96px;
            flex-grow: 0 !important;
        }

}
/* iPads (portrait and landscape) --------------------------------------------------------------- */
@media screen and (min-width : 768px) and (max-width : 1023.99px) {
    .MIVicon, .MIVicon2 {
        font-size: 11px;
    }

        .MIVicon div, .MIVicon2 a {
            padding: 8px;
        }
}
  