.full-width-content:first-of-type{
    position: relative;
   
    & .content-text{
        position: absolute;
        width: 400px;
        max-width:calc(100% - 2.1rem);
        height: 100%;
        top: 0;
        left: calc(45vw - var(--site-max-width) / 2);
        @media screen and (max-width: 1380px) { left: 1rem }
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: left;
        color: #FFF;
        font-size: 1rem;
        @media screen and (max-width: 800px) {  font-size: 0.8rem; }
		& h1, h2 {
			font-weight: 600;
			text-transform: uppercase;
			margin: 0;
			font-size: 2.5em;
			text-shadow: 2px 2px 10px #000000, 0 0 20px #000, 0 0 40px #000;
      
		}
		& h2{ font-weight: 500; font-size: 1.2em;}
    }
    
    
}
.guidesHerowImagesrapper{
  display:flex;
  flex-wrap:nowrap;
  overflow:hidden;
  width:100%;
  margin:0; padding:0; list-style:none;
  z-index: 1;
  & li{
        flex:0 0 100%;
        aspect-ratio:4/1;
        @media (max-width: 900px) { aspect-ratio:  4 / 2;};
        @media (max-width: 600px) {aspect-ratio:  4 / 3;}
        position:relative;
        overflow:hidden;
        min-height:0;
    }
    & li > picture{
        position:absolute;
        inset:0;             /* top/right/bottom/left = 0 */
        width:100%;
        height:100%;
        display:block;
    }
    & li > picture > img{
        width:100% !important;
        height:100% !important;    /* override img{height:auto} */
        max-width:none;            /* avoid weird constraints */
        object-fit:cover;
        display:block;
        pointer-events:none;
        user-select:none;
        }

}

.styleShowcase{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "title carousel";
    gap: 0;
    align-items: stretch;
    justify-content: stretch;
    min-height: 400px;

    @media (max-width: 800px) {
        grid-template-columns: 1fr;
        grid-template-areas: "title" "carousel";
        min-height: auto;
    }

    & > * {
        box-sizing: border-box;

        padding: 2rem 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;

    }

    & > *:first-child {
        grid-area: title;
        padding-right:0.5em;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        @media (max-width: 800px) {padding-right:0;}
    }

    & > *:last-child {
        grid-area: carousel;
        padding-left:0.5em;
        @media (max-width: 800px) {padding-left:0;}
    }
}

/* Reverse layout for every second styleShowcase container */
/* Since the first .full-width-content is hero, we target the 3rd, 5th, etc. */
.full-width-content:nth-child(2n+3) .styleShowcase {
    grid-template-areas: "carousel title";
    & > *:first-child {
        padding-right: 0;
        padding-left: 0.5em;
    };
    & > *:last-child {
        padding-left: 0;
        padding-right: 0.5em;
    };
    @media (max-width: 800px) {
        grid-template-areas: "title" "carousel";


    }
}

.content-text{
    position: relative;
    font-size: 1rem;
    @media screen and (max-width: 800px) { font-size: .85rem; }
    @media screen and (max-width: 400px) { font-size: .75rem; }
    & > * {
        width: 100%;
    }
    & h3, h4{
        text-transform: uppercase;
        padding: 0;
        margin: 0 0 .6em 0;
        font-weight: 600;
    }
    & h3{font-size: 2.5em;}
    & h4{font-size: 1.7em; margin-bottom: .3em;}
    & p{
        font-size: 1.3em;
        line-height: 1.2;
    }
}

.styleShowcaseCarousel{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    & .carousel{
        width: 100%;
        grid-auto-columns: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        & li {
            aspect-ratio: 1.2 / 1;
            padding: 0;
             & .img-paintartwork-container{
                    width: 100%;
                    height: 100%;
                    display: block;
                    overflow: hidden;

                }
            & a {
                display:block;
                width: 100%;
                height: 100%;
                position: relative;
                & img{
                    object-fit: cover;
                    width: 100%;
                    height: 100%;
                    display: block;
                }
            }
            & .info{
                position: absolute;
                bottom: .5em;
                left: 1em;
                width: 100%;
                color: #FFF;
                padding: 0.5em;
                box-sizing: border-box;
                font-size: 0.9em;
                line-height: 1.5em;
                text-transform: uppercase;
                border-left: #FFF 1px solid;
                box-shadow: -2px 0 8px rgba(0, 0, 0, 0.3);
                width: auto;
                padding: 0 2em 0 1em ;
                & p {
                    margin: 0.2em 0;
                    font-weight: 500;
                    text-shadow: 1px 1px 4px #000, 0 0 10px #000 ;
                    width: auto;
                }
            }
        }
    }
    & .carouselControls{
        flex: 1 1 auto;
        width: 100%;
        min-height: 60px;
        height: auto;
    }
}
.content-text .buttonFlipper{
        width: 100%;
        --element-height:1.9em;
        --button-bg-color: transparent;
        --button-text-color:#000;
        --border-inner:1px solid #000;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 1.5em;
        margin-bottom:3em ;
    }
.content-text .more{
   position: absolute;
   bottom: 3rem;
   width: calc(100% - 2em);
    text-transform: uppercase;
    font-size:1em;
    & a{
        color: #000;
        max-width: 49%;
        font-weight: 600;
        &:first-child{ float: left;}
        &:last-child{ float: right;}
    }
}