.imini-views {
    margin-top: 10px;
    z-index: 5;
}

.imini-view {
    display: inline-block;
    position: relative;
}

.imini-image-view {}

.imini-image {
    text-align: center;
}

.imini-image img,
.imini-video-preview img {
    max-height: 100px;
}

.imini-image-extension {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 10;
    width: 24px;
    height: 24px;
    transform: translate(-50%,-50%);
}

.extension-gif {
    background-image: url('../../images/imini/is_gif.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.extension-video {
    background-image: url('../../images/imini/is_video.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.nyroModalIframe .nyroModalPrev, .nyroModalIframe .nyroModalNext {
    height: 100%;
    max-height: none;
}

.imini-loading {
    margin: 2px 10px;
    display: inline-block;
    background: url(../../images/loader16.gif) no-repeat left center;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}