/* global rulez*/

body {
    font-size: 16px;
    height: 100%;

}

.header {
    display: -ms-grid;
    display: grid;
}

:root {
    --emerald: #35b34a;
    --deepEmerald: #126232;
    --deepBrass: #906a29;
    --shinyBrass: #ffdb73;
    --brightBrass: #d39e2a;
    --ghostWhite: #f8f8f8;
    --eggPlant: #301232;
    --shinyEggPlant: #8c3a81;
    --lightGray: #e5e5e5;
    --deepGray: #333333;

    --futureshock: 'futureshock', 'Cinzel', serif;
    --cinzel: 'Cinzel', serif;
    --raleway: 'Raleway', sans-serif;
    --fLarge: clamp(1.5rem, 3rem, 2.5rem);
    --fMedium: 1.9rem;
    --fNormal: 1.2rem;
    --lh-normal: 1.8rem;
    --wSpace: clamp(3vh, 5vh, 8vh);
}

@font-face {
    font-family: "futureshock";
    src: url("fonts/futureshock.woff") format('woff');
    font-weight: bold;
}

/* Hover Disable*/
.__h-disable {
    pointer-events: none;
}

.__zero-out {
    padding: 0;
    margin: 0;
}

/*image flip 180deg*/
.__flip-v {
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
}

/*kill all margins*/
.__no-margin {
    margin: 0;
}

.__top-margin {
    margin-top: 2em;
}

/*change flex axis*/
.__flex-vert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

.__flex-horz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.__green-top {
    border-top: solid 5px var(--emerald);
}

/*kill Background*/
.__nobg {
    background: none !important;
}

/* BEM mixins End*/
h1 {
    font-size: var(--fLarge);
    font-family: var(--cinzel);
    font-weight: 900;
    color: var(--ghostWhite)
}

h2 {
    font-size: var(--fMedium);
    font-family: var(--futureshock);
    font-weight: 600;
    color: var(--emerald)
}

h3 {
    font-size: var(--fNormal) + 1pt;
    font-family: var(--cinzel);
    font-weight: 600;
    color: var(--deepGray);
}

p {
    font-family: var(--raleway);
    font-size: var(--fNormal);
    line-height: var(--lh-normal);
}

.body {
    font-family: 'Raleway', sans-serif;
}


.main {
    /* background-image: url("https://brassbuffalo.design/media/darkTile.svg"); */
    background-repeat: repeat;
    background-size: 10em;
    background-color: #f3f3f3;
}

.nav-container {
    grid-area: nav;
    overflow: hidden;
    background-color: #301232;
}

/*Logo area*/
.logo-space {
    display: flex;
    flex-direction: column;
    /* background-image: url("https://brassbuffalo.design/media/darkTile.svg"); */
    /* background-repeat: repeat; */
    /* background-size: 7em; */
    /* place-items: center; */
    align-items: start;
    padding: 2em 1em 2em 3em;
}

.top-accent {
    width: 51em;
    z-index: 1;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1 / 2 / 1 / 3;
    margin-top: -9em;
}


.bbLogo {
    width: 17em;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1 / 2 / 1 / 3;
    z-index: 13;
}

.glasses {
    display: none;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1 / 2 / 1 / 3;
    z-index: 14;
    width: 8vw;
    -webkit-transform: translate(4px, -3em);
    -ms-transform: translate(4px, -3em);
    transform: translate(4px, -3em);
}

/* sideline deco*/

.sidelines {
    display: flex;
    justify-content: space-between;
    margin-top: clamp(-90em, -91em, -47em);
    margin-bottom: 37em;
    position: sticky;
    top: 0.01em;
    pointer-events: none;
}

.left-side,
.right-side {
    z-index: 2;
}

.side-deco,
.side-deco-right {
    width: 3.5em;
    z-index: 2;
}

.side-deco-right {
    transform: scalex(-1);
}

/*hero area*/
.hero-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(-3em);
    -ms-transform: translateY(-3em);
    transform: translateY(-3em);
}

.hero-text {
    font-family: var(--raleway);
    min-height: 10em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
    z-index: 2;
    max-width: 56vw;
    margin-top: 3rem;
    margin-bottom: -3rem;
}

.design-show-container {
    display: flex;
    justify-content: center;
    width: 85%;
    align-self: center;
}

.design-show {
    width: 10rem;
    object-fit: contain;
}


.ecl {

    background-image: url(https://brassbuffalo.design/media/endCapHl.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -webkit-transform: translateX(.2em);
    -ms-transform: translateX(.2em);
    transform: translateX(.2em);
}

.ecr {
    background-image: url(https://brassbuffalo.design/media/endCapHr.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
    -webkit-transform: translateX(-0.2em);
    -ms-transform: translateX(-0.2em);
    transform: translateX(-0.2em);
    -ms-grid-column: 4;
    grid-column-start: 4;
}

.hero-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: white;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 3vh;
    text-align: center;
    width: 100%;
    min-width: 300px;
    min-height: 400px;
    Width: 100%;
    grid-row-start: 1;
    grid-column-start: 1;
    z-index: 2;

}

.hero-wrapper>* {}

.hero-back {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: var(--eggPlant);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-width: 300px;
    min-height: 48vh;
    Width: 100%;
    transform: rotate(-358deg) scale(1.15);
    grid-row-start: 1;
    grid-column-start: 1;
    z-index: 1;
}

/*container Control*/
.hero-wrapper h1 {
    margin: .5em 0px 0 0em;
    text-align: center;
}

.hero-wrapper p {
    margin-bottom: 1em;
}

.border-wrapper {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 2 / 3 / 2 / 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.decoborder-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 27em;
    margin-bottom: 1.5em;
}

.decoborder-mobile {
    display: none;
    max-width: 63vw;
    margin-bottom: var(--wSpace);
}

/*Left Guilded Accent*/

.left-margin-hero {
    max-height: 80vh;
    -webkit-transform: translate(-1px, -9em);
    -ms-transform: translate(-1px, -9em);
    transform: translate(-1px, -9em);
    overflow: hidden;
    -webkit-clip-path: polygon(100% 0.11%, 100% 87%, 0px 100%, 0px 100%, 0% 60%, 0px 0px);
    clip-path: polygon(100% 0.11%, 100% 87%, 0px 100%, 0px 100%, 0% 60%, 0px 0px);
}

.accent-container-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    overflow: hidden;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.lga-large {
    width: 40px;
    z-index: 5;
}

.lga-med {
    width: 40px;
    z-index: 4;
    -webkit-transform: translate(-2em, 4em);
    -ms-transform: translate(-2em, 4em);
    transform: translate(-2em, 4em);
}

.lga-small {
    width: 40px;
    z-index: 3;
    -webkit-transform: translate(-4em, 8em);
    -ms-transform: translate(-4em, 8em);
    transform: translate(-4em, 8em);
}

.side-flare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: sticky;
    top: 23rem;
    z-index: 100;
    margin-top: -46.8rem;
}

.left-margin-body {
    grid-area: leftM;
    background-image: url("https://brassbuffalo.design/media/lightTile.svg");
    background-repeat: repeat;
    background-size: 10em;
    background-attachment: fixed;
}

.right-margin-body {
    grid-area: rightM;
    background-image: url("https://brassbuffalo.design/media/lightTile.svg");
    background-repeat: repeat;
    background-size: 10em;
    background-attachment: fixed;
}

/*Guil
/*Guilded Accent*/

.right-margin-hero {
    -webkit-transform: translate(1px, -9em);
    -ms-transform: translate(1px, -9em);
    transform: translate(1px, -9em);
    max-height: 80vh;
    overflow: hidden;
    -webkit-clip-path: polygon(100% 0.11%, 100% 100%, 0px 87%, 0px 100%, 0% 60%, 0px 0px);
    clip-path: polygon(100% 0.11%, 100% 100%, 0px 87%, 0px 100%, 0% 60%, 0px 0px);
}

.accent-container-right {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    overflow: hidden;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.decoicon-bg {
    z-index: 4;
    width: 100%;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column: 1;
    grid-column-start: 1;
}

.deco-banner-top,
.deco-banner-bottom {
    width: 5em;
}


.card-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    padding-top: 2rem;
}

.card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 14em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    margin: .5em;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.card {
    background-color: White;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-flow: column;

    flex-flow: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.card-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 6;
    width: 7.5em;
}

/* End caps*/

.da-container-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 6vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: inherit;
    display: flex;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    max-width: 23px;
}

.da-container-r>* {
    background-color: white;
    -webkit-box-shadow: 0 0 10px #d32ad05c;
    box-shadow: 0 0 10px #d32ad05c;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;

}



.da-r1 {
    height: 90%;
    width: 100%;
}

.da-r2 {
    min-height: 60%;
    width: 100%;
}

.da-r3 {
    min-height: 40%;
    width: 100%;
}

.da-container-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 6vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: inherit;
    max-width: 23px;

}

.da-container-l>* {
    background-color: white;
    -webkit-box-shadow: 0 0 10px #d32ad05c;
    box-shadow: 0 0 10px #d32ad05c;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.da-l1 {
    height: 90%;
    width: 100%;
}

.da-l2 {
    min-height: 60%;
    width: 100%;
}

.da-l3 {
    min-height: 40%;
    width: 100%;
}


.cEndCapL,
.cEndCapR {
    margin: 0px -2px;
    max-width: 2em;
    -o-object-fit: cover;
    object-fit: cover;
}

.span-banner-wrapper {
    font-family: var(--cinzel);
    font-size: var(--fNormal);
    z-index: 6;
    font-weight: 900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    text-align: center;
}

.span-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.span-banner-wrapper>span {
    margin: -4px 0;
    color: var(--eggPlant);
    -webkit-transition: .1s all;
    -o-transition: .1s all;
    transition: .1s all;
}


/*logos*/
.pen,
.press,
.web {
    width: 7em;
    z-index: 5;
    height: 6em;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
}

.web {
    -webkit-transform: translate(.6em, 0em);
    -ms-transform: translate(.6em, 0em);
    transform: translate(.6em, 0em);
}

/*text boxes*/
.text-box-container {
    text-align: center;
    max-width: 42vw;
}

.text-box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    margin: .5em;

}

.text-box {
    font-family: var(--raleway);
    background-color: white;
    min-height: 10em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1em;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
    z-index: 2;
    max-width: 56vw;
}

.text-box>li {
    list-style: none;
    padding: .2em;
}

.text-box> :nth-child(odd) {
    font-weight: 800;
}

/*text box end*/


.worx-container {
    background-color: var(--ghostWhite);
    background-repeat: repeat;
    background-size: 10em;
    background-attachment: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.worx-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 9em;
}

.worx-area-container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: var(--eggPlant);
    -webkit-transform: translateY(-7vh);
    -ms-transform: translateY(-7vh);
    transform: translateY(-7vh);
}

.gallery {
    padding: 1em;
    max-width: 75vw;
    margin: 0 auto;
    background: var(--eggPlant);
    display: -ms-grid;
    display: grid;
    grid-gap: 1em;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 250px;
    grid-auto-flow: dense;
    border-radius: 15px;
}

.gallery>* {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    background-color: white;
    -webkit-animation: .2s larger-images-out;
    animation: .2s larger-images-out;
}

.v-stretch {
    -ms-grid-row-span: 2;
    grid-row: span 2;
}

.h-stretch {
    grid-column: 2/1;
}

.big-stretch {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row-span: 2;
    grid-row: span 2;
}

.image-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
    z-index: 1;
    position: absolute;
}

.text-box p {
	padding: 0em 1em 1em 1em;
	font-size: 15px;
	line-height: 1.2rem;
}
.text-box h2 {
    padding-bottom: 0em;
    margin: 0px;
    font-size: var(--fLarge)!important;
    line-height: 2rem;
}

.text-box {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.973);
    color: var(--deepGray);
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    opacity: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-content: center;
    display: flex;
    padding: 0px;
    transition: 0s;
    flex-direction: column;
}

.text-box:hover {
    opacity: 1;
    transition: 0.6s ease;
}

/*image box end*/
.flag-wrapper {
    height: 2em;
    background-color: var(--shinyEggPlant);
    display: -ms-grid;
    display: grid;
    place-items: center;
    padding: 2.5em 0;
    -webkit-transform: translateY(2em);
    -ms-transform: translateY(2em);
    transform: translateY(2em);
    width: 3em;

}

.content-tag {
    font-family: var(--cinzel);
    font-size: var(--fNormal);
    color: white;
    -webkit-transform: rotate(-90deg)translateY(-10px);
    -ms-transform: rotate(-90deg)translateY(-10px);
    transform: rotate(-90deg)translateY(-10px);
    ;
}

@media screen and (max-width:600px) {
    :root {
        --fLarge: clamp(2.5rem, 10vw + 1rem, 2rem);
        --fMedium: 1.5rem;
        --wSpace: clamp(2vh, 3vh, 4vh);
    }

    .left-margin-hero {
        -webkit-clip-path: polygon(100% 0.11%, 100% 94%, 0px 100%, 0px 100%, 0% 60%, 0px 0px);
        clip-path: polygon(100% 0.11%, 100% 94%, 0px 100%, 0px 100%, 0% 60%, 0px 0px);
        -webkit-transform: translate(-1px, -4em);
        -ms-transform: translate(-1px, -4em);
        transform: translate(-1px, -4em);
        height: 100vh;
    }

    .right-margin-hero {
        -webkit-clip-path: polygon(100% 0.11%, 100% 100%, 0px 94%, 0px 100%, 0% 60%, 0px 0px);
        clip-path: polygon(100% 0.11%, 100% 100%, 0px 94%, 0px 100%, 0% 60%, 0px 0px);
        -webkit-transform: translate(1px, -4em);
        -ms-transform: translate(1px, -4em);
        transform: translate(1px, -4em);
        height: 100vh;
    }

    .card-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

    }

    .decoborder-desktop {
        display: none;
    }

    .decoborder-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .top-accent {
        margin-top: -22em;
    }

    .flag-wrapper {
        -webkit-transform: translate(4em, -7.6em) rotate(90deg);
        -ms-transform: translate(4em, -7.6em) rotate(90deg);
        transform: translate(4em, -7.6em) rotate(90deg)
    }

    .worx-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .worx-area-container {

        -webkit-transform: translateY(-10em);

        -ms-transform: translateY(-10em);

        transform: translateY(-10em);
    }

    .gallery {
        max-width: 100%;
    }

    .v-stretch {
        -ms-grid-row-span: 1;
        grid-row: span 1;
    }

    .v-stretch-m {
        -ms-grid-row-span: 2;
        grid-row: span 2;
    }

    .h-stretch {
        -ms-grid-column-span: 1;
        grid-column: span 1;
    }

    .big-stretch {
        -ms-grid-column-span: 1;
        grid-column: span 1;
        -ms-grid-row-span: 1;
        grid-row: span 1;
    }

    .fade {
        animation-name: fade;
        animation-duration: 1.5s;
    }

    /* main.css | https://brassbuffalo.design/main.css */

    .text-box-container {
        max-width: 980vw;
    }

    /*mobile only, forces flex vertical*/
    .__m-flex-vert {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }

}

/*animations*/


@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes larger-images-in {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }

    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-shadow: 0 0 10px var(--deepBrass), 10px 0 10px #d39e2a8f;
        box-shadow: 0 0 10px var(--deepBrass), 10px 0 10px #d39e2a8f;
    }
}

@keyframes larger-images-in {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }

    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-shadow: 0 0 10px var(--deepBrass), 10px 0 10px #d39e2a8f;
        box-shadow: 0 0 10px var(--deepBrass), 10px 0 10px #d39e2a8f;
    }
}

@-webkit-keyframes larger-images-out {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-shadow: 0 0 10px var(--deepBrass), 10px 0 10px #d39e2a8f;
        box-shadow: 0 0 10px var(--deepBrass), 10px 0 10px #d39e2a8f;
    }

    100% {

        -webkit-transform: scale(1);

        transform: scale(1);
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }
}

@keyframes larger-images-out {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-shadow: 0 0 10px var(--deepBrass), 10px 0 10px #d39e2a8f;
        box-shadow: 0 0 10px var(--deepBrass), 10px 0 10px #d39e2a8f;
    }

    100% {

        -webkit-transform: scale(1);

        transform: scale(1);
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }
}