component-image-view-s .onislash {
    display: none;
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 10000;
}
component-image-view-s .vitest-table {
    display: table;
    width: 100%;
    height: 100%;
}
component-image-view-s .iv-table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
component-image-view-s .img-inside-iv {
    width: calc(100vw - 20%);
    height: calc(100vh - 20%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin: auto;
}
component-image-view-s .iv-bar-righty {
    top: 0;
    right: 0;
    width: 70px;
    position: absolute;
    height: 100vh;
    background-color: transparent;
}
component-image-view-s .iv-close {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
    margin-top: 15px;
    cursor: pointer;
}
component-image-view-s .iv-social {
    position: absolute;
    right: 15px;
    bottom: 0;
    height: auto;
    width: 40px;
    margin-bottom: 15px;
    cursor: pointer;
}
component-image-view-s .iv-social a {
    outline: none;
    margin-bottom: 20px !important;
    display: block;
    color: rgb(51, 51, 51) !important;
}