#preview-bar-iframe, #admin-bar-iframe{display: none !important;}
html{-webkit-text-size-adjust: 100%; height: 100%; padding-bottom: 0!important; background: #fff;}
body{
    font-family: 'Helvetica Neue LT Std'; 
    font-size: 11px; 
    margin: 0; 
    line-height: 1; 
    transition: filter .3s ease, opacity .3s ease;
    -webkit-transition: filter .3s ease, opacity .3s ease;
    -moz-transition: filter .3s ease, opacity .3s ease;
    -o-transition: filter .3s ease, opacity .3s ease;
    font-weight: 400; 
    overflow-x: hidden; 
    height: 100%; 
    color: #000;
}
body.noscroll{overflow: hidden;}
body.fade-out{opacity: 0; filter: invert(1);}
* {-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
h1, h2, h3, h4, h5, h6{font-family: 'Helvetica Neue LT Std'; margin:0; font-weight: 400; font-size: inherit;}
p{margin: 0;}
a {background-color: transparent; color: inherit; text-decoration: none;}
input{border: 0; padding: 0; font-family: inherit; font-size: inherit;}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active  {-webkit-box-shadow: 0 0 0 30px white inset !important;}
.white-color input:-internal-autofill-selected {color: white!important;}
.white-color input:-webkit-autofill {-webkit-text-fill-color: white!important;}
.white-color input:-webkit-autofill, .white-color input:-webkit-autofill:hover, .white-color input:-webkit-autofill:focus, .white-color input:-webkit-autofill:active{color: white;}
.white-color input:-webkit-autofill, .white-color input:-webkit-autofill:hover, .white-color input:-webkit-autofill:focus, .white-color input:-webkit-autofill:active  {-webkit-box-shadow: 0 0 0 30px #818181 inset !important;}
:focus, :focus-visible{outline: -webkit-focus-ring-color auto 0px; -webkit-tap-highlight-color: rgba(0,0,0,0);}
[type="checkbox"], [type="radio"] {box-sizing: border-box; padding: 0;}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {height: auto;}
[type="search"] {-webkit-appearance: textfield; outline-offset: -2px;}
[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
::-webkit-scrollbar{display: none; -webkit-appearance: none; width: 0!important;}
*:focus, *:focus-visible{outline: none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
*::-moz-selection {background: transparent; color: #757575;}
*::selection {background: transparent; color: #757575;}
.uppercase{text-transform: uppercase;}
*{-webkit-tap-highlight-color: rgba(0,0,0,0);}
textarea{resize: none;}
.bold{font-family: 'Helvetica Neue LT Std Bold';}
/*


NAV


*/
nav{
    position: fixed;
    top: 18px;
    right: 20px;
    z-index: 3002;
}
nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
}
#request-portfolio-link{
    position: fixed;
    top: 18px;
    left: 20px;
    z-index: 3002;
}
#logo{
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3003;
    width: 50px;
    top: 17px;
    transition: fill .2s ease;
    fill: #fff;
    mix-blend-mode: difference;
}
#logo img,
#logo svg{
    width: 100%;
}
#logo-nav-bar{
    width: 145px; 
    fill: #fff;
}
#cart-trigger{
    position: fixed;
    right: 20px;
    top: 18px;
    cursor: pointer;
    z-index: 100;
}
#menu{
    display: flex;
    gap: 12px;
    position: fixed;
    left: 20px;
    top: 18px;
}
.menu-link:hover,
.menu-link-current{
    color: #2700FF;
}
/*


HOMEPAGE


*/
#homepage-media{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 0;
    cursor: none;
}
.homepage-media{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#anywhere{
    position: fixed;
    z-index: 90;
    color: #fff;
    pointer-events: none;
    white-space: nowrap;
    transform: translate(-50%, -50%);
}
#anywhere::before{
    content: "";
    width: 11px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: -14px;
    top: 4px;
    animation: blinker 2s linear infinite;
}
#anywhere::after{
    content: "";
    height: 11px;
    width: 1px;
    background: #fff;
    position: absolute;
    left: -9px;
    top: -1px;
    mix-blend-mode: difference;
    z-index: 1;
    animation: blinker 2s linear infinite;
}
@keyframes blinker {
    50% {
      opacity: 0;
    }
}
.project-title{
    display: inline;
}
/*


ABOUT


*/
#about-container{
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding: 100px 0 0;
    box-sizing: border-box;
    gap: 2px;
}
#about-container a{
    transition: letter-spacing .3s cubic-bezier(0.39, 0.575, 0.565, 1), color .2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
#about-container a:hover{
    color: var(--accent-color);
}
.block-type-gap{
    flex: 1;
}
#about-container > .block:last-child{
    padding-bottom: 5px;
}
.block-type-heading{
    margin-top: 40px;
    width: calc( ((100vw - 200px - 6px) / 4) * 1 );
    background: #181818;
    padding: 7px 5px 5px;
    display: block;
    margin: 40px auto 0;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    text-transform: uppercase;
    height: 23px;
    position: relative;
    transition: background .5s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-radius .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.block-portfolio .block-type-heading{
    position: relative;
    padding: 0;
}
.block-portfolio .block-type-heading h2{
    padding: 7px 5px 5px;
    cursor: pointer;
}
.block-type-list ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px;
}
.block-type-list li{
    width: calc( ((100vw - 200px - 6px) / 4) * 1 );
    background: #DEDEDE;
    padding: 7px 5px 5px;
    display: block;
    color: #000;
    text-align: center;
    box-sizing: border-box;
}
.block-type-text{
    text-align: center;
    background: #FEFEFE;
    padding: 7px 5px 5px;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    width: calc( ((100vw - 200px - 6px) / 4) * 2 + 2px );
}
.block-type-text h1,
.block-type-text p{
    display: inline;
}
.block-type-text p:not(:last-child){
    margin-bottom: 10px;
}
#code-container{
    position: absolute;
    right: -2px;
    transform: translateX(100%);
    top: 0;
    display: flex;
    gap: 2px;
    display: none;
}
#code-container.show{
    display: flex;
}
#enter-code{
    width: calc( ((100vw - 200px - 6px) / 4) * .5 - 11px);
    background: #fff;
    padding: 6px 5px 4px;
    display: block;
    color: #000;
    text-align: center;
    box-sizing: border-box;
    border-radius: 0;
}
#enter-code::placeholder{
    color: #bcbcbc;
}
#request-code-link{
    width: calc( ((100vw - 200px - 6px) / 4) * .5 - 11px);
    background: #DEDEDE;
    padding: 7px 5px 5px;
    color: #000;
    text-transform: none!important;
}
#submit-code{
    background: #181818;
    color: #fff;
    padding: 6px 10px 4px;
    padding: 5px 10px 3px;
    text-transform: none;
    box-sizing: border-box;
    transition: letter-spacing .2s cubic-bezier(0.39, 0.575, 0.565, 1), background 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), color 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
}
/* @media screen and (min-width: 820px){
#submit-code:hover{
    background: #B49DFF;
    color: #000;
    letter-spacing: .3em;
    width: calc(   calc(100vw - calc( calc( ((100vw - 200px - 6px) / 4) * 1 ) * 3 )) / 2 - 6px );
    transition: letter-spacing .2s cubic-bezier(0.39, 0.575, 0.565, 1), width .2s cubic-bezier(0.175, 0.885, 0.32, 1.275), background 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.block-type-heading:hover{
    width: calc(100% - 4px);
    background: #B49DFF;
    transition: width .2s cubic-bezier(0.175, 0.885, 0.32, 1.275), background 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 2px;
}
} */
h2.custom-heading{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform .3s cubic-bezier(0.39, 0.575, 0.565, 1);
    cursor: default;
    width: 100%;
}
@media screen and (min-width: 820px){
/* .block-type-heading:hover h2.custom-heading{
    letter-spacing: 1em;
    left: auto;
    top: calc(50% + 1px);
    right: 48%;
    transform: translate(50%, -50%);
    transition: letter-spacing .4s cubic-bezier(0.39, 0.575, 0.565, 1), transform .4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.block-portfolio .block-type-heading:hover h2.custom-heading{
    letter-spacing: 1em;
    right: 49%;
    transform: translate(50%, -50%);
} */
.block-portfolio .block-type-heading:hover{
    /* width: calc( ((100vw - 200px - 6px) / 4) * 1 ); */
    color: var(--accent-color);
    /* border-radius: 0; */
}
}
.block-type-list li:has(a){
    padding: 0;
}
.block-type-list li:has(a) a{
    padding: 7px 5px 5px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: block;
}
.block-type-list li a,
.block-type-heading h2{
    transition: color .4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
/* @media screen and (min-width: 820px){
.block-type-list li:has(a) a:hover{
    letter-spacing: 1em;
    background: #B49DFF;
    border-radius: 0;
    padding-right: 50px;
    padding-left: 65px;
    transition: letter-spacing .2s cubic-bezier(0.39, 0.575, 0.565, 1), background .4s cubic-bezier(0.39, 0.575, 0.565, 1), padding-right .4s cubic-bezier(0.39, 0.575, 0.565, 1), padding-left .6s cubic-bezier(0.39, 0.575, 0.565, 1);
}
} */
/*


PROJECTS


*/
#projects-list{
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 60px 0 5px;
    transition: opacity 2s ease;
}
.swiper-container-private .project-title{
    color: #000;
}
.arrow-prev,
.arrow-next{
    background: #E9E9E9;
    position: absolute;
    z-index: 100;
    top: calc(18px + 15vh);
    transform: translateY(-100%);
    height: 18px;
    width: 18px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
}
.arrow-prev{
    left: 20px;
}
.arrow-next{
    right: 20px;
}
.arrow-prev::before{
    content: "<";
}
.arrow-next::before{
    content: ">";
}
.tag,
.project-tag{
    transition: letter-spacing .3s cubic-bezier(0.39, 0.575, 0.565, 1), color .2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.project .project-tag:last-child .project-tag-comma{
    display: none;
}
.project-bar{
    margin: 0 auto;
    width: calc(100% - 8px);
    background: #E9E9E9;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 4px 6px 3px;
    cursor: pointer;
    transition: opacity 2s ease;
    transition: background .4s cubic-bezier(0.175, 0.885, 0.32, 1.275), color .2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (min-width: 820px){
/* .project-bar:hover .project-name{
    letter-spacing: .4em;
    transition: letter-spacing .2s cubic-bezier(0.39, 0.575, 0.565, 1);
} */
.project-bar:hover{
    background: #dddddd;
    color: var(--accent-color);
}
#projects-list .project-bar:hover .project-title{
    color: var(--accent-color);
}
#projects-list:has(.project-bar:hover) .project-bar:not(:hover){
    background: #f0f0f0;
}
}
.project-name{
    position: relative;
}
.project-images-flex{
    display: flex;
    gap: 8px;
}
.image-container{
    line-height: 0;
    height: 30vh;
}
.project-image{
    height: 100%;
    width: auto;
}
.project-images{
    width: 100vw;
    overflow-x: scroll;
    padding: 8px 0;
    cursor: none;
    position: relative;
}
.image-container:first-child{
    padding-left: 8px;
}
.image-container:last-child{
    padding-right: 8px;
}
.project-description{
    padding: 16px 4px 24px;
}
.project-content{
    display: none;
    position: relative;
}
.cross-container{
    position: absolute;
    right: -10px;
    transform: translateX(100%);
    height: 14px;
    width: 14px;
    background: #CCCCCC;
    top: -2px;
    /* transition: opacity .4s cubic-bezier(0.175, 0.885, 0.32, 1.275); */
    opacity: 0;
}
.project.show-content .cross-container,
.project-bar:hover .cross-container{
    opacity: 1;
}
.cross{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.cross::before,
.cross::after{
    content: "";
    display: block;
    height: 7px;
    width: .5px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cross::after{
    transform: translate(-50%, -50%) rotate(90deg);
}
.project.show-content .cross{
    transform: translate(-50%, -50%) rotate(45deg);
}
.swiper-container-private{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    /* mix-blend-mode: darken; */
    opacity: 0;
    transition: opacity .3s ease, filter .3s ease;
}
.swiper-container-private.show{
    opacity: 1;
    /* filter: brightness(2); */
}
/* .swiper-container-private.cleared{
    filter: brightness(1);
} */
.project.active .project-bar{
    opacity: 0;
}
body:has(.swiper-container-private.show) #logo{
    fill: #fff;
}
body:has(.swiper-container-private.cleared) #projects-list{
    opacity: 0;
}
body:has(.project-images) #anywhere,
body:has(#logo:hover) #anywhere,
body:has(nav:hover) #anywhere{
    opacity: 0;
}
body:has(.project-images:hover) #anywhere{
    opacity: 1;
}
.swiper-container-private{
    background: #000;
}
.swiper-container-private .project-bar{
    position: absolute;
    width: calc(100vw - 8px);
    z-index: 100;
    top: 60px;
    box-sizing: border-box;
    background: #E9E9E9;
    left: 4px;
    cursor: default;
}
.swiper-container-private .project-description{
    position: absolute;
    width: calc(100vw - 8px);
    z-index: 100;
    bottom: 20px;
    box-sizing: border-box;
    background: #E9E9E9;
    left: 4px;
    padding: 4px 6px 3px;
}
.swiper-container-private .swiper-slide{
    background: #000;
}
.swiper-container-private .project-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-fit: contain;
    box-sizing: border-box;
    padding: 78px 0 calc(var(--private-bottom-margin) + 20px);
}
.swiper-container-private .project-image.vertical{
    object-fit: contain;
}
.swiper-container-private .cross-container{
    opacity: 1;
    cursor: pointer;
}
.swiper-container-private .cross{
    transform: translate(-50%, -50%) rotate(45deg);
}
.swiper-prev,
.swiper-next{
    background: #E9E9E9;
    position: absolute;
    z-index: 100;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
}
.swiper-prev{
    left: 4px;
}
.swiper-next{
    right: 4px;
}
.swiper-prev::before{
    content: "<";
}
.swiper-next::before{
    content: ">";
}
.close-swiper{
    position: absolute;
    top: 82px;
    right: 4px;
    background: #E9E9E9;
    padding: 4px 6px 3px;
    cursor: pointer;
    z-index: 100;
}
/*


HOMEPAGE


*/
#thumbs-container{
    width: 100vw;
    overflow: hidden;
    position: relative;
    background: #000;
}
.thumb-container{
    height: 100%;
    line-height: 0;
    overflow: hidden;
    transition: filter .8s ease;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    position: relative;
    flex-shrink: 0;
    cursor: pointer;
}
.thumb-container.blur{
    pointer-events: none;
}
.thumb-container .thumb-image{
    transition: transform .2s ease, filter .4s ease;
}
.thumb-container.blur .thumb-image{
    filter: blur(10px) invert(1);
    transform: scale(1.3);
}
#thumbs-container-flex{
    height: 8vw;
    width: 100%;
    position: relative;
    display: flex;
    overflow: hidden;
}
.thumbs-flex-scroller{
    display: flex;
    height: 8vw;
}
@media screen and (min-width: 1600px){
#thumbs-container-flex{
    height: 6vw;
}
}
/* #thumbs-container-flex{
    display: flex;
    width: fit-content;
    animation: scroll 30s linear infinite;
} 
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
} */
#thumbs-container-flex {
    display: flex;
    width: fit-content;
    cursor: grab;
    position: relative;
    transition: transform 0.3s linear;
}
#thumbs-container-flex.active {
    cursor: grabbing;
    transition: none;
}
.thumb-image{
    height: 100%;
    width: auto;
}
.homepage-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tag-container{
    display: inline-block;
}
.tag-container:not(:last-child):not(.tag-fields)::after{
    content: "/";
    display: inline-block;
    margin-left: 1px;
    color: #fff;
}
.tag,
.esc-label,
.project-title,
.tag-clients .project-tag,
.tag-location .project-tag,
.tag-services .project-tag{
    color: #fff;
}
#projects-list .project-title{
    color: #000;
    transition: background .4s cubic-bezier(0.175, 0.885, 0.32, 1.275), color .2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.homepage-image-container{
    line-height: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*mix-blend-mode: darken;
    transition: transform .15s ease, z-index .15s ease, opacity .5s ease;*/
}
.homepage-image-container.active{
    opacity: 1;
    mix-blend-mode: normal;
}
#homepage-container{
    height: 100dvh;
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 100vw;
}
#main-image-container{
    height: 100%;
    flex: 1;
    position: relative;
    overflow: hidden;
}
#info-bar{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: #03030373;
    z-index: 2000;
    color: #000;
}
#click-controls{
    position: absolute;
    z-index: 1900;
    height: 100%;
    width: 100vw;
    display: flex;
    top: 0;
    left: 0;
}
.click-control{
    width: 100%;
    flex: 1;
}
.click-prev{
    cursor: w-resize;
}
.click-next{
    cursor: e-resize;
}
.tag-group-title{
    display: inline-block;
    color: #808080;
    margin-right: 5px;
}
.tag{
    margin-right: 5px;
    cursor: pointer;
}
.project-name-homepage,
.tag-bar{
    box-sizing: border-box;
    padding: 4px 6px 3px;
    cursor: default;
    /* overflow-x: scroll;
    white-space: nowrap; */
}
.tag-bar{
    display: none;
}
.tag-bar.active{
    display: block;
}
.tag-fields{
    color: #fff;
    margin-right: 1px;
}
.project-name-homepage .project-tag:last-child .project-tag-comma{
    display: none;
}
.project-name-homepage .project-tag{
    cursor: pointer;
}
.tag.active{
    color: var(--accent-color);
}
@media screen and (min-width: 820px){
.project-name-homepage .project-tag:hover,
.tag:hover{
    color: var(--accent-color);
}
}
.project-name-homepage{
    display: none;
}
.project-name-homepage.active{
    display: block;
}
#info-bar:has(.tag-bar.active) .project-name-homepage.active{
    display: none;
}
.homepage-image-container.effect{
    opacity: 1;
    mix-blend-mode: darken!important;
    z-index: 10;
    transition: transform 0s ease, z-index 0s ease, opacity .5s ease;
}
.esc-label{
    font-size: 7px;
    display: inline-block;
    transform: translateY(-1px);
    cursor: pointer;
}
.thumb-container.active{
    filter: brightness(.2);
}
@media screen and (min-width: 820px){
.thumb-container:hover{
    filter: brightness(.2);
}  
.homepage-image.vertical{
    object-fit: contain;
    background: #000;
}
}
/*




MOBILE




*/
@media screen and (max-width: 820px){
html.ios body{
    line-height: 1.1;
}
#logo{
    width: 35px;
    top: 10px;
}
#request-portfolio-link{
    top: 10px;
    left: 10px;
}
nav{
    top: 10px;
    right: 10px;
}
.block-type-list ul{
    padding-top: 3px;
}
.block-type-list li,
.block-type-heading,
.block-type-text{
    width: calc(100vw - 20px);
}
.block-type-heading{
    margin-top: 12px;
}
#about-container{
    height: auto;
    padding-top: 42px;
}
.block-portfolio .block-type-heading{
    background: transparent;
}
.block-portfolio + .block-type-list li{
    width: calc((100vw - 22px) / 2);
}
#code-container{
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    gap: 2px;
    margin-top: 5px;
    margin-bottom: 60px;
}
.block-type-heading:has(#code-container.show) .custom-heading{
    display: none;
}
.block-portfolio .block-type-heading h2{
    padding: 7px 0 5px;
}
#request-code-link,
#enter-code{
    width: 100%;
    flex: 1;
}
#submit-code{
    padding: 5px 20px 3px;
}
.block-type-heading + .block-type-text{
    margin-top: 3px;
}
.block-portfolio .block-type-heading h2{
    background: #000;
}
#anywhere.homepage{
    top: 50%!important;
    transform: translateY(-50%)!important;
    left: calc(50% - 5px)!important;
}
#anywhere.private{
    display: none!important;
}
.image-container{
    height: 45vw;
}
.image-container:first-child{
    padding-left: 10px;
}
.swiper-container-private .project-bar,
.swiper-container-private .project-description,
.project-bar{
    width: calc(100vw - 20px);
}
#projects-list{
    gap: 2px;
}
.project-year{
    padding-left: 30px;
}
.project-description{
    padding: 2px 10px 10px;
}
.swiper-container-private .project-bar,
.swiper-container-private .project-description{
    left: 10px;
}
.close-swiper{
    right: 10px;
}
.swiper-container-private .project-bar{
    top: 77px;
    transform: translateY(-100%);
}
.swiper-prev{
    left: 10px;
}
.swiper-next{
    right: 10px;
}
#thumbs-container-flex,
.thumb-container{
    height: 70px;
}
/*.homepage-image.horizontal{
    transform: rotate(90deg) translate(-50%, 50%);
    transform-origin: center;
    height: calc(100dvh - 70px);
    width: calc(100dvh - 70px);
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
}*/
.homepage-image.horizontal{
    object-fit: contain;
    background-color: #000;
}
.swiper-container-private .project-image{
    padding: 77px 0 calc(var(--private-bottom-margin) + 20px);
}
.swiper-container-private .project-image.horizontal{
    object-fit: contain;
}
.swiper-container-private .project-image.vertical{
    object-fit: cover;
}
.arrow-prev, .arrow-next{
    display: none;
}
.project-bar:hover .cross-container{
    opacity: 0;
}
.swiper-container-private .cross-container,
.project.show-content .cross-container{
    opacity: 1!important;
}
}