/* Home page Slider */
.hompage-slider {
    position: relative;
}
.homepage-exhibition-slider {}

.homepage-exhibition-slider .item-slider {
    position: relative;
}

.homepage-exhibition-slider .item-image {
    /* padding-bottom: 62.5%; */
    overflow: hidden;
    position: relative;
    height: 100vh;
    min-height: 800px;
}
.homepage-exhibition-slider .item-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 30%);
    z-index: 1;
}
.homepage-exhibition-slider .item-image img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.homepage-exhibition-slider .item-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 85px 0 163px;
    z-index: 2;
}
.homepage-exhibition-slider .item-content-inner {
    max-width: 670px;
    padding-left: 5px;
}
.homepage-exhibition-slider .item-content h2 {
    font-size: 80px;
    line-height: 95px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin: 18px 0 42px -5px;
}
/* .hompage-slider .section-content {
    transform: translate3d(0,0,0);
    opacity: 1;
} */
.hompage-slider .exhibition-slider-controls {
    transform: translate3d(0,100px,0);
    opacity: 0;
}
.hompage-slider .section-content.aos-animate .exhibition-slider-controls{
    transform: translate3d(0,0,0);
    opacity: 1;
}
/* .hompage-slider .item-slider.aos-animate .owl-item.active .item-content .item-info, 
.hompage-slider .item-slider.aos-animate .owl-item.active .item-content .exhibition-slider-controls, 
.hompage-slider .item-slider.aos-animate .owl-item.active .item-content .link-wrap{
    transform: translate3d(0,0,0);
    opacity: 1;
} */
/* .homepage-slider .item-slider.aos-animate .owl-item.active .item-content [data-aos^=fade][data-aos^=fade].char  {
    animation: slide-in 0.5s cubic-bezier(.5, 0, .5, 1) both;
    animation-delay: calc(45ms * var(--char-index));
} */
.homepage-exhibition-slider .item-content .item-info, 
.homepage-exhibition-slider .item-content .link-wrap {
    transform: translate3d(0,100px,0);
    opacity: 0;
}
.homepage-exhibition-slider .owl-item.active .item-content .item-info.aos-animate, 
.homepage-exhibition-slider .owl-item.active .item-content .link-wrap.aos-animate {
    transform: translate3d(0,0,0);
    opacity: 1;
}
.homepage-exhibition-slider .owl-item.active .item-content [data-aos^=fade][data-aos^=fade].aos-animate .char  {
    animation: slide-in 0.5s cubic-bezier(.5, 0, .5, 1) both;
    animation-delay: calc(45ms * var(--char-index));
}
@keyframes slide-in {
    from {
        transform: translate(0px, 50%);
        opacity: 0;
    }
}

@-moz-keyframes slide-in {
    from {
        transform: translate(0px, 50%);
        opacity: 0;
    }
}

@-webkit-keyframes slide-in {
    from {
        transform: translate(0px, 50%);
        opacity: 0;
    }
}
.homepage-exhibition-slider .item-content .item-content-inner h2 h2 {
    transform: translateZ(0);
}
.homepage-exhibition-slider .item-content .item-info {   
    color: #FFFFFF;
}

.homepage-exhibition-slider .item-content .item-info .taxonomy-type {
    display: inline-block;
    vertical-align: top;
}

.homepage-exhibition-slider .item-content .item-info .date {
    display: inline-block;
    vertical-align: top;
}
.homepage-exhibition-slider .item-content .item-info div:not(:last-child):after {
    content: '';
    border-top: 0.5px solid #FFFFFF;
    width: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px 0 3px;
}
.homepage-exhibition-slider .item-content .link {
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF;
}
.homepage-exhibition-slider .item-content .link:after {
    background-image: url(../svg/icon-left-chevron-white.svg);
}
.exhibition-slider-controls {
    position: absolute;
    bottom: 27px;
    left: 0;
    width: 100%;
    z-index: 1;
}

.exhibition-slider-controls .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.exhibition-slider-controls .owl-nav {
    margin-left: auto;
    display: flex;
    margin-right: -14px;
}

.exhibition-slider-controls .owl-nav button.owl-prev,
.exhibition-slider-controls .owl-nav button.owl-next {
    padding: 0;
    background: transparent;
    border: none;
    line-height: 1;
    display: inline-block;
    color: #ffffff;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.exhibition-slider-controls .owl-nav button.owl-prev svg,
.exhibition-slider-controls .owl-nav button.owl-next svg {
    transition: transform .6s cubic-bezier(0.165,0.840,0.440,1.000);
}
.exhibition-slider-controls .owl-nav button.owl-prev:hover svg {
    transform: translate3d(-6px,0,0);
}
.exhibition-slider-controls .owl-nav button.owl-next:hover svg {
    transform: translate3d(6px,0,0);
}

.exhibition-slider-controls .owl-nav .slider-counter {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    text-align: right;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin: 0;
    min-width: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 4px;
}

.exhibition-slider-controls .socials-link ul.socials svg {
    width: 24px;
    height: 24px;
}

.exhibition-slider-controls .socials-link ul.socials a {
    color: #ffffff;
}
.exhibition-slider-controls .socials-link ul.socials a:hover {
    /* color: #7B7B7B; */
}
.exhibition-slider-controls .socials-link ul.socials li {
    margin: 0 16px 0 0;
}

.exhibition-slider-controls * {
    line-height: 1;
}

/* Home featured artists */
.hompage-featured-artists {
    padding: 42px 0 80px;
}

.homepage-section {}

.homepage-section .section-title {
    display: flex;
    border-bottom: 1px solid #7B7B7B;
    align-items: flex-end;
    padding-bottom: 30px;
    margin-bottom: 69px;
}

.homepage-section .section-title a.link {
    margin: 0 5px 3px auto;
}

.hompage-featured-artists {
    overflow: hidden;
}
.homepage-featured-artists-wrapper {
    position: relative;
}
.hompage-featured-artists .container-fluid {
    /* margin: 0 -136px; */
}
.homepage-featured-artists-wrapper {
    margin: 0px -110px;
}
.homepage-featured-artists-wrapper a,
.homepage-featured-artists-wrapper,
.cursor-scgallery-wrapper {
    cursor: none;
}
.homepage-featured-artists-wrapper .owl-stage {
    display: flex;
    align-items: center;
}

.homepage-featured-artists-wrapper .item-slider.swiper-slide-active {
    opacity: 1;
    pointer-events: auto;
}
.homepage-featured-artists-wrapper .item-slider {
    padding: 0 100px;
    opacity: .35;
}
.homepage-featured-artists-wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: auto;
    width: 33.33%;
    width: auto;
}
.homepage-featured-artists-wrapper .swiper-slide {
    /* justify-content: end;
    padding-left: 0; */
}

.homepage-featured-artists-wrapper .item-slider.swiper-slide-active {
    justify-content: center;
    padding: 0 100px;
}

.homepage-featured-artists-wrapper .item-slider.swiper-slide-active ~ .swiper-slide {
    /* justify-content: flex-start; */
    padding: 0 100px;
}
.homepage-featured-artists-wrapper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.homepage-featured-artists-wrapper .item-slider.swiper-slide-active .item-image picture {
    height: 527px;
    max-height: 527px;
    /* max-width: 527px; */
}
.homepage-featured-artists-wrapper .item-slider .item-image picture {
    max-height: 335px;
    width: auto;
    transition: all .6s cubic-bezier(0.165,0.840,0.440,1.000);
    display: block;
}
.homepage-featured-artists-wrapper .item-slider.swiper-slide-active .item-image img {
    height: 527px;
    max-height: 527px;
    max-width: inherit;
}
.homepage-featured-artists-wrapper .item-slider .item-image img {
    max-height: 335px;
    height: 335px;
    width: auto;
    transition: all .6s cubic-bezier(0.165,0.840,0.440,1.000);
    max-width: inherit;
}
.homepage-featured-artists-wrapper .item-slider.item-image {
    display: block;
    width: 100%;
}

.homepage-featured-artists-wrapper .item-slider:not(.swiper-slide-active) .item-image picture {
    transition: transform .6s cubic-bezier(0.230,1.000,0.320,1.000),-webkit-clip-path .9s cubic-bezier(0.230,1.000,0.320,1.000);
    transition: transform .6s cubic-bezier(0.230,1.000,0.320,1.000),clip-path .9s cubic-bezier(0.230,1.000,0.320,1.000);
    transition: transform .6s cubic-bezier(0.230,1.000,0.320,1.000),clip-path .9s cubic-bezier(0.230,1.000,0.320,1.000),-webkit-clip-path .9s cubic-bezier(0.230,1.000,0.320,1.000);
    /* -webkit-clip-path: inset(60px 45px); */
    /* clip-path: inset(60px 45px); */
    /* transform: translate3d(0,120px,0); */
}
.homepage-featured-artists-wrapper .item-slider:not(.swiper-slide-active) .item-image picture img {
    /* width: 100%; */
    height: auto;
}

.homepage-featured-artists-wrapper .item-slider.swiper-slide-active .item-image picture {
    /* width: 300px; */
    /* height: 400px; */
    pointer-events: auto;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    transition: transform .75s cubic-bezier(0.230,1.000,0.320,1.000) .45s,-webkit-clip-path .75s cubic-bezier(0.230,1.000,0.320,1.000) .15s;
    transition: transform .75s cubic-bezier(0.230,1.000,0.320,1.000) .45s,clip-path .75s cubic-bezier(0.230,1.000,0.320,1.000) .15s;
    transition: transform .75s cubic-bezier(0.230,1.000,0.320,1.000) .45s,clip-path .75s cubic-bezier(0.230,1.000,0.320,1.000) .15s,-webkit-clip-path .75s cubic-bezier(0.230,1.000,0.320,1.000) .15s;
}

.homepage-featured-artists-wrapper .item-slider:not(.swiper-slide-active) .item-content {
    /* transform: translate3d(0,40px,0); */
    /* opacity: 0; */
    transition: color .45s cubic-bezier(0.230,1.000,0.320,1.000),opacity .6s cubic-bezier(0.230,1.000,0.320,1.000),transform .6s cubic-bezier(0.230,1.000,0.320,1.000);
}
.homepage-featured-artists-wrapper .item-content {
    margin-top: 20px;
    text-align: left;
}
.homepage-featured-artists-wrapper .item-content h4 {
    margin-bottom: 8px;
}
.homepage-featured-artists-wrapper .item-content h4,
.homepage-featured-artists-wrapper .item-content a {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.01em;
}
.homepage-featured-artists-wrapper .item-content .excerpt {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #7B7B7B;
    display: block;
}

/* Homepage exhibitions */
.homepage-exhibitions-tabs {}

.homepage-exhibitions-tabs .item-image {}

.homepage-exhibitions-tabs .item-image img {
    display: none;
}
.exhibitions-tabs-image {
    height: 100%;
    position: relative;
}
.exhibitions-tabs-image .item-slider,
.exhibitions-tabs-image .item-image,
.exhibitions-tabs-image img {
    height: 100% !important;
    display: block;
}

.exhibitions-tabs-image img {
    object-fit: cover;
}
.exhibitions-tabs-image .item-slider img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100% !important;
}

.exhibitions-tabs-image .item-slider, 
.exhibitions-tabs-image .item-slider .item-image, 
.exhibitions-tabs-image .item-slider img {
    height: 100%;
}
.exhibitions-tabs-image .item-slider {
    transition: all .6s cubic-bezier(0.165,0.840,0.440,1.000);
    opacity: 0;
}

.exhibitions-tabs-image .item-slider.active {
    opacity: 1;
    z-index: 1;
    position: relative;
}
.exhibitions-tabs-image .item-slider:not(.active) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.hompage-exhibitions {}

.hompage-exhibitions .container-fluid {
    display: flex;
    flex-wrap: wrap;
}

.hompage-exhibitions .content-left {
    width: 42%;
}

.hompage-exhibitions .content-right {
    width: 58%;
    padding: 85px 100px;
    background: #121011;
}

.hompage-exhibitions .content-right h2 {
    color: #ffffff;
}

.exhibitions-tabs-title {
    margin: 43px 0 112px;
}

.exhibitions-tabs-title .item-slider h4,
.exhibitions-tabs-title .item-slider a {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #A8A8A8;
}
.exhibitions-tabs-title .item-slider.active a,.exhibitions-tabs-title .item-slider a:hover {
    color: #ffffff;
    padding-left: 129px;
}
.exhibitions-tabs-title .item-slider.active a:before,.exhibitions-tabs-title .item-slider a:hover:before {
    content: '';
    width: 100px;
}

.exhibitions-tabs-title .item-slider a:before {
    content: '';
    width: 0;
    display: inline-block;
    height: 1px;
    background-color: #ffffff;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 30px;
    transition: all .6s cubic-bezier(0.165,0.840,0.440,1.000);
}

.exhibitions-tabs-title .item-slider a {
    position: relative;
    padding: 16.8px 0;
    display: block;
    transition: all .6s cubic-bezier(0.165,0.840,0.440,1.000);
    /* min-height: 60px; */
    display: flex;
    align-items: center;
}
.exhibitions-tabs-title .item-slider a br {
    display: none;
}

/* Homepage introduce */
.hompage-introduce {
    position: relative;
    padding: 105px 0 145px;
}
.hompage-introduce .introduce-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.hompage-introduce .introduce-banner img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
}
.hompage-introduce .section-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    max-width: 830px;
    margin: 0 auto;
}
.hompage-introduce .content {
    padding-left: 8px;
}

.hompage-introduce .content * {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    vertical-align: text-bottom;
}
.hompage-introduce .content img {
    margin: 0 8px;
}
.hompage-introduce .content p {
    margin-bottom: 20px;
}
.hompage-introduce .content strong {
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
}

.hompage-introduce  .link {
    margin-top: 13px;
}


/* News */
.hompage-latest-news {
    padding: 82px 0 110px;
    position: relative;
    /* z-index: 1; */
}

.homepage-section.hompage-latest-news .section-title a.link {
    margin: 0px 5px -6px auto;
}

.homepage-section.hompage-latest-news .section-title {
    margin: 0;
    border: none;
    padding-bottom: 28px;
}
.homepage-news-items .item-image {}
.homepage-news-items .item-image picture {
    position: fixed;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.homepage-news-items .item-content {    
    position: relative;
    display: flex;
}

.homepage-news-items .item-content a.link-text {
    display: flex;
    padding: 29.3px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 174%;
    letter-spacing: 0.01em;
    align-items: center;
    color: #7B7B7B;
    width: 80%;
}

.homepage-news-items .item-content a.link-icon {
    display: flex;
    width: 20%;
    padding: 29.3px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 174%;
    letter-spacing: 0.01em;
    align-items: center;
    color: #7B7B7B;
}
.homepage-news-items .news-item:before {
    border-top: 1px solid #7B7B7B;
    content: '';
    width: 100%;
    display: block;
    z-index: -2;
    position: relative;
}
.homepage-news-items .news-item:last-child:after {
    border-top: 1px solid #7B7B7B;
    content: '';
    width: 100%;
    display: block;
    z-index: -2;
    position: relative;
}
.homepage-news-items .news-item.active .item-image picture img {
    transform: translate3d(-50%, -50%, 0) scale(1);
    max-width: 100%;
    opacity: 1;
}

.homepage-news-items .item-image picture img {
    transform: translate3d(-50%, -50%, 0);
    transition: all 0.3s;
    max-width: 70%;
    opacity: 0;
}

.hompage-latest-news .news-item:hover a,
.hompage-latest-news .news-item:hover a .item-title {
    /* color: #ffffff; */
}

.homepage-news-items .item-content .item-date {
    width: 14.5%;
}

.homepage-news-items .item-content .item-title {
    width: 75%;
    color: #000000;
    text-transform: capitalize;
}
.homepage-news-items .item-content .item-title br {
    display: none;
}
.homepage-news-items .item-content .item-icon {
    margin-left: auto;
    padding: 0 10px;
    transition: all .6s cubic-bezier(0.165,0.840,0.440,1.000);
    color: #000000;
}
.homepage-news-items .item-content .news-item:hover .item-icon, 
.homepage-news-items .item-content a:hover .item-icon {
    /* padding: 0 4px; */
}
.homepage-news-items .item-content a:hover {}

.homepage-news-items .item-content a:hover .item-icon, 
.homepage-news-items .item-content a:hover .item-title, 
.homepage-news-items .item-content:hover a .item-icon, 
.homepage-news-items .item-content:hover a .item-title {
    color: #7B7B7B;
}
.hompage-latest-news .cursor-news-items {
    width: 296px;
    height: 180px;
    top: 0;
    left: 0;
    margin: -150px 0 0 -90px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    position: fixed;
} 
.hompage-latest-news .news-item {
    position: relative;
}

.hompage-latest-news .section-content {
    position: relative;
}

.hompage-latest-news {
    overflow: hidden;
}
.hompage-introduce .section-content .image-mobile {
    max-width: 504px;
    margin-bottom: 20px;
    width: 100%;
}
.hompage-introduce .section-content .image-mobile img {
    height: auto !important;
    object-fit: cover;
}
.cursor-scgallery {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 9;
    pointer-events: none;
}

/* Mobile */
@media only screen and (max-width: 1279px) {
    .homepage-featured-artists-wrapper .item-slider.swiper-slide-active .item-image img {
        max-width: 48vw;
    }
}
@media only screen and (max-width: 1199px) {
    .homepage-section .section-title {
        padding-top: 0;
    }
    .hompage-exhibitions .content-right {
        padding: 50px;
    }
    .homepage-featured-artists-wrapper .item-slider.swiper-slide-active .item-image img {
        height: 100%;
        max-height: 400px;
        max-width: 100%;
    }
    
    .homepage-featured-artists-wrapper .item-slider .item-image img {
        max-height: 170px;
        height: 170px;
        max-width: 100%;
    }
    
    .homepage-featured-artists-wrapper .item-slider.swiper-slide-active .item-image picture {
        height: auto;
        max-height: 400px;
    }
    .homepage-featured-artists-wrapper .item-slider.swiper-slide-active, 
    .homepage-featured-artists-wrapper .swiper-slide, 
    .homepage-featured-artists-wrapper .item-slider.swiper-slide-active ~ .swiper-slide {
        padding: 0 30px;
    }
}
@media only screen and (max-width: 1023px) {
    .homepage-exhibition-slider .item-content h2 {
        font-size: 60px;
        line-height: 120%;
    }
    .hompage-exhibitions .content-left {
        display: none;
    }    
    .hompage-exhibitions .content-right {
        width: 100%;
        padding: 50px 25px;
    }
    .exhibitions-tabs-title .item-slider.active a, 
    .exhibitions-tabs-title .item-slider a:hover {
        padding: 0;
    }
    
    .exhibitions-tabs-title .item-slider a:before {
        display: none;
    }
    
    .exhibitions-tabs-title {
        margin: 40px 0 37px;
    }
    
    .exhibitions-tabs-title .item-slider h4 {
        margin: 21px 0 31px;
    }
    
    .exhibitions-tabs-title .item-slider a {
        min-height: 0;
        color: #ffffff;
        padding: 0;
    }
    .exhibitions-tabs-title .item-slider img {
        width: 100%;
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
    }
    .homepage-news-items .item-content .item-date
    {
        width: 20.5%;
    }
}
@media only screen and (max-width: 767px) {
    
    .exhibitions-tabs-title .item-slider h4, 
    .exhibitions-tabs-title .item-slider a {
        font-size: 18px;
        line-height: 120%;
        color: #ffffff;
    }
    
    .exhibitions-tabs-title .item-slider:first-child h4 {
        /* margin-top: 15px; */
    }
    
    .hompage-latest-news {
        padding: 35px 0 34px;
    }
    
    .homepage-section.hompage-latest-news .section-title {
        padding-bottom: 19px;
        padding-top: 0;
    }
    
    .homepage-section.hompage-latest-news .section-title a.link {
        margin: 0px 8px 0px auto;
    }
    
    .homepage-news-items .item-content a {
        padding: 20px 20px 19px 0;
        flex-wrap: wrap;
    }
    .homepage-news-items .item-content a.link-text {
        width: 95%;
    }
    
    .homepage-news-items .item-content a.link-icon {
        width: 5%;
    }
    .homepage-news-items .item-content .item-date {
        width: 100%;
        line-height: 120%;
    }
    
    .homepage-news-items .item-content .item-title {
        width: 100%;
        margin: 3px 0 0;
    }
    
    .homepage-news-items .item-content .item-icon {
        position: absolute;
        right: 0;
        top: 50%;
        padding: 0 5px;
        margin: -11px 0 0;
    }
    
    .hompage-introduce {
        padding: 65px 0;
    }
    
    .hompage-introduce .content img {
        display: none;
    }
    
    .hompage-introduce .content {
        padding: 0;
        margin-bottom: 20px;
    }
    
    .hompage-introduce .content p {
        font-size: 16px;
        line-height: 180%;
    }
    
    .hompage-introduce .content strong {
        font-size: 30px;
        line-height: 125%;
        vertical-align: revert;
    }
    
    .hompage-introduce .section-content .image-mobile {
        margin-bottom: 23px;
    }
    
    .visible-desktop {
        display: none !important;
    }
    .hompage-featured-artists .container-fluid {
        padding: 0 25px;
    }
    .homepage-featured-artists-wrapper .item-slider.swiper-slide-active .item-image img {
        height: auto;
        max-height: 326px;
        max-width: 100%;
    }
    
    .homepage-featured-artists-wrapper .item-slider .item-image img {
        max-height: 170px;
        height: 170px;
        max-width: 100%;
    }
    
    .homepage-featured-artists-wrapper .item-slider.swiper-slide-active .item-image picture {
        height: auto;
        max-height: 326px;
    }
    
    .homepage-featured-artists-wrapper .item-slider .item-image picture {
        max-height: 170px;
        height: 170px;
        max-width: 100%;
    }
    
    .homepage-exhibition-slider .item-content h2 {
        font-size: 40px;
        line-height: 120%;
        margin: 18px 0 39px 0;
    }
    
    .homepage-exhibition-slider .item-content {
        padding: 60px 0 57px;
    }
    
    .homepage-exhibition-slider .item-image {
        min-height: 500px;
    }
    
    .homepage-exhibition-slider .item-content-inner {
        padding-left: 0;
    }
    
    .homepage-exhibition-slider .item-content .link {
        font-size: 16px;
        line-height: 120%;
    }

    .hompage-featured-artists {
        padding: 15px 0 28px;
    }
    
    .homepage-section .section-title {
        padding: 0 0 19px;
        margin-bottom: 40px;
    }
    
    .homepage-section .section-title a.link {
        margin: 0 8px 0px auto;
    }
    
    .homepage-featured-artists-wrapper .item-content .excerpt {
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        letter-spacing: 0.01em;
        color: #7B7B7B;
    }
    
    .homepage-featured-artists-wrapper .item-content h4 {
        margin-bottom: 3px;
    }
    .homepage-featured-artists-wrapper .item-slider.swiper-slide-active, .homepage-featured-artists-wrapper .swiper-slide,.homepage-featured-artists-wrapper .item-slider.swiper-slide-active ~ .swiper-slide {
        padding: 0 24px;
    }
    
    .homepage-featured-artists-wrapper {
        margin: 0;
        padding: 0px 24px;
    }
    
    .homepage-featured-artists-wrapper .item-slider .item-inner {
        width: 100%;
    }
    
    .homepage-featured-artists-wrapper .item-slider.swiper-slide-prev .item-image picture,.homepage-featured-artists-wrapper .item-slider.swiper-slide-prev .item-image picture img {
        float: right;
    }
    
    .homepage-featured-artists-wrapper .item-slider.swiper-slide-prev .item-image {
        text-align: right;
    }
    
    .homepage-featured-artists-wrapper .item-slider.swiper-slide-next .item-image picture, .homepage-featured-artists-wrapper .item-slider.swiper-slide-next .item-image picture img {
        float: left;
    }
    .homepage-featured-artists-wrapper .item-slider.swiper-slide-active .item-inner {
        width: auto;
        min-height: 385px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        flex-flow: column;
    }
    .homepage-featured-artists-wrapper .item-content {
        clear: both;
        display: inline-block;
        width: 100%;
    }
    .homepage-news-items .item-image {
        display: none;
    }
}