.jsn-thememasonry-seocontent {
    display: none;
}

.jsn-is-msnry-grid-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* ---- isotope ---- */

.jsn-is-msnry-grid {
    background: none;
}

/* clear fix */
.jsn-is-msnry-grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */
/*
.jsn-is-msnry-grid-sizer{
    width: 33.333%;
}*/

.jsn-is-msnry-grid-item {
    float: left;
}
.jsn-is-msnry-grid-item a {
    display: block;
    overflow: hidden;
}
/*
.jsn-is-msnry-grid-item img {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    max-width: 100%;
}
.jsn-is-msnry-grid-item:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}*/
.jsnmsr-loading {
    position: relative;
}
.jsnmsr-loading:before {
    opacity: 1;
    visibility: visible;
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    left: calc(50% - 12px);
    top: calc(50% - 12px);
    background: url(../images/loading.gif) no-repeat center center;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}
.jsnmsr-loaded:before {
    opacity: 0;
    visibility: hidden;
}

/* ---- FancyBox ---- */
#fancybox-wrap, #fancybox-content {
    -webkit-box-sizing: unset !important;
    -moz-box-sizing: unset !important;
    box-sizing: unset !important;
}
