/* quick grid */
.sh-container {
    width: 97%;
    margin: 55px auto 15px;

    transform: scale(1);
    transition: all .5s
}
.logo-animate .sh-container {
    opacity: 0;
    transform: scale(.5);
}

/* Bootstrap-style columns */
.sh-column {
    position: relative;
    float: left;
    min-height: 1px;
    width: calc(100%/6);
    padding-left: 8px;
    padding-right: 8px;

    /* Space between tiles */
    margin-top: 25px;
}

.sh-column:hover img {
    transform: scale(1.05);
}

.col-span {
    width: calc(100%/3);
    height: 250px;
}

.my-sizer-element {
    width: 8.33333%;
}

/* default styles so shuffle doesn't have to set them (it will if they're missing) */
.my-shuffle {
    position: relative;
    overflow: hidden;
}

.is-menu-open .sh-column {
    filter: grayscale(100%);
    opacity: .9 !important;
}

/* Ensure images take up the same space when they load */
/* https://vestride.github.io/Shuffle/images */
.aspect {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}

.aspect__inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
}

.aspect--g {
    padding-bottom: 146.25%;
}

.aspect--v {
    padding-bottom: calc(102.5% + 8px);
}

.col-span .aspect--g {
    padding-bottom: 100%;
}

.col-span  .aspect--v {
    padding-bottom: calc(30% + 8px);
}


.sh__card-image-cont img {

    position: absolute;

    display: block;
    width: 100%;
    height: 100%;

    transition: transform .42s;

    max-width: none;
    object-fit: cover;
}

/* Small reset */
.sh-container *,
.sh-container *::before,
.sh-container *::after {
    box-sizing: border-box;
}

figure {
    margin: 0;
    padding: 0;
}

.sh__card-image-cont {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    flex-grow: 1;
}
.sh__card-title {
    margin: 11px 0 0;
    color: #000;
    font-family: "Optima Cyr", serif;
    font-weight: 600;
    font-size: 17px;
}


/* Medium devices (tablets, less than 992px) */
@media (max-width: 300px) {
    .col-span {
        height: 350px;
    }
    .col-span .aspect {
        overflow: visible;
    }
}
/*
     FILE ARCHIVED ON 18:29:16 Jul 11, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:10:41 Jul 31, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.493
  exclusion.robots: 0.044
  exclusion.robots.policy: 0.035
  esindex: 0.008
  cdx.remote: 6.309
  LoadShardBlock: 123.6 (3)
  PetaboxLoader3.datanode: 105.054 (4)
  load_resource: 74.33
  PetaboxLoader3.resolve: 60.453
*/