.highlights {
    position: relative;
    overflow: hidden;
    margin-bottom: -50px;
}

.highlights .cols {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.highlights .cols .slide {
    position: relative;
    pointer-events: none;
}

.highlights .cols .slide .inner {
    position: relative;
}

.highlights .img-cont { 
    position: relative;
    border: 4px solid #fff;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    pointer-events: all;
}

.highlights .img-cont .img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.highlights .cols .slide:nth-child(1) .img-cont {
    transform: rotate(45deg);
    width: 330px;
    height: 330px;
    transform-origin: 12% 29%;
}

.highlights .cols .slide:nth-child(1) .img {
    width: 464px;
    height: 464px;
    transform: rotate(-45deg);
    transform-origin: 24% 61%;
}

.highlights .cols .slide:nth-child(1) .content-section {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 322px;
    height: 322px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 30px 30px 120px 120px;
    z-index: 3;
}

.highlights .cols .slide:nth-child(1) .content-section h4 {
    transform: rotate(-45deg);
}

.highlights .cols .slide:nth-child(2) .img-cont {
    transform: rotate(45deg);
    width: 263px;
    height: 263px;
    transform-origin: 48% 87%;
}

.highlights .cols .slide:nth-child(2) .img {
    width: 367px;
    height: 367px;
    transform: rotate(-45deg);
    transform-origin: 25% 61%;
}

.highlights .cols .slide:nth-child(2) .content-section {
    position: absolute;
    top: -1px;
    right: 0px;
    width: 256px;
    height: 256px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 70px 70px 30px 30px;
    z-index: 3;
}

.highlights .cols .slide:nth-child(2) .content-section h4 {
    transform: rotate(-45deg);
}

.highlights .cols .slide:nth-child(3) .img-cont {
    transform: rotate(45deg);
    width: 420px;
    height: 420px;
    transform-origin: 27% 47%;
}

.highlights .cols .slide:nth-child(3) .img {
    width: 586px;
    height: 306px;
    transform: rotate(-45deg);
    transform-origin: 23% 117%;
}

.highlights .cols .slide:nth-child(3) .content-section {
    position: absolute;
    bottom: 2px;
    left: 0px;
    width: 411px;
    height: 411px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
    z-index: 3;
}

.highlights .cols .slide:nth-child(3) .content-section h4 {
    transform: rotate(-45deg);
    margin: 0;
    padding: 15px 30px 15px 103px;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 220px;
}

.highlights .cols .slide:nth-child(4) {
    transform: translate(76px,-146px);
    z-index: 3;
}

.highlights .cols .slide:nth-child(4) .img-cont {
    width: 700px;
    height: 363px;
    margin-bottom: -146px;
    border-top: 5px solid #fff;
}

.highlights .cols .slide:nth-child(4) .img {
    height: 100%;
}

.highlights .cols .slide:nth-child(4) .content-section {
    position: absolute;
    top: 0;
    left: 4px;
    width: 691px;
    height: 95%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    padding: 15px 286px 15px 127px;
    z-index: 3;
}

.highlights .cols .slide.white {
    position: absolute;
    bottom: 0px;
    z-index: 4;
    background-color: #fff;
    transform: rotate(45deg);
    transform-origin: 91px -2px;
    width: 592px;
    height: 294px;
    pointer-events: all;
}

.highlights .cols .slide.white-mobile {
    position: absolute;
    bottom: 0px;
    z-index: 4;
    background-color: #fff;
    transform: rotate(45deg);
    transform-origin: 94px 828px;
    width: 380px;
    height: 535px;
    pointer-events: all;
}

.highlights .cols .slide.white-under {
    position: absolute;
    bottom: 0px;
    z-index: 3;
    background-color: #fff;
    width: 149px;
    height: 354px;
    transform: translate(-345px, -9px);
    pointer-events: all;
}

.highlights h4,
.highlights h4 a {
	color: #fff;
    font-family: urw-din, sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1em;
    text-transform: uppercase;
    text-shadow: 2px 2px 8px rgba(0,0,0, .5);
    pointer-events: all;
    text-align: center;
    margin:0;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .highlights .cols .white-mobile.slide {
        transform-origin: 37px 617px;
    }
    .highlights .cols .white.slide {
        transform-origin: -23px -281px;
    }
    .highlights .cols .white-under.slide {
        transform: translate(-356px, -9px);
    }
    
}

@media (min-width: 64em) {
    .highlights {
        position: relative;
        height: 850px;
        overflow: hidden;
    }
    
    .highlights .cols {
        position: relative;
    }
    
    .highlights .cols .slide {
        position: absolute;
        opacity: 0;
    }
    
    .highlights .cols .slide .inner {
        position: relative;
    }
    
    .highlights .img-cont { 
        position: relative;
        border: 6px solid #fff;
        border-radius: 5px;
        overflow: hidden;
        background-color: #fff;
    }
    
    .highlights .img-cont .img {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .highlights .cols .slide:nth-child(1) {
        opacity: 1;
        top: 45px;
        right: -6px;
        z-index: 1;
    }

    .highlights .cols .slide:nth-child(1) .img-cont {
        width: 485px;
        height: 488px;
        transform: none;
    }

    .highlights .cols .slide:nth-child(1) .img {
        width: 485px;
        height: 488px;
        transform: none;
        transition: all ease-out 1s 0.1s;
    }

    .highlights .cols .slide:nth-child(1) .content-section {
        position: absolute;
        top: 0;
        right: 0;
        left: auto;
        width: 469px;
        height: 469px;
        align-items: flex-start;
    }

    .highlights .cols .slide:nth-child(1) .content-section h4 {
        transform: none;
    }

    .highlights .cols .slide:nth-child(2) {
        opacity: 1;
        top: 326px;
        right: 0px;
        z-index: 2;
    }

    .highlights .cols .slide:nth-child(2) .img-cont{
        transform: rotate(45deg);
        transform-origin: 32.2% 44.8%;
        width: 466px;
        height: 657px;
    }

    .highlights .cols .slide:nth-child(2) .img {
        width: 672px;
        height: 468px;
        transform-origin: 31% 119%;
        transform: rotate(-45deg);
        transition: all ease-out 1s 0.1s;
    }

    .highlights .cols .slide:nth-child(2) .content-section {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 455px;
        height: 603px;
        align-items: flex-end;
        justify-content: center;
        padding: 30px;
    }

    .highlights .cols .slide:nth-child(2) .content-section h4 {
        transform: rotate(-45deg);
        margin-bottom: 254px;
    }

    .highlights .cols .slide:nth-child(3) {
        opacity: 1;
        /* transition: all ease-out 1s 0.1s; */
        top: 0;
        right: 218px;
        z-index: 3;
    }

    .highlights .cols .slide:nth-child(3) .img-cont {
        transform: rotate(45deg);
        transform-origin: 16% 37.5%;
        width: 440px;
        height: 440px;
    }

    .highlights .cols .slide:nth-child(3) .img {
        width: 642px;
        height: 642px;
        transform-origin: 21% 62%;
        transform: rotate(-45deg);
        transition: all ease-out 1s 0.1s;
    }

    .highlights .cols .slide:nth-child(3) .content-section {
        position: absolute;
        top: 0;
        bottom: auto;
        right: 0;
        left: auto;
        width: 428px;
        height: 428px;
        align-items: center;
        padding: 30px;
    }

    .highlights .cols .slide:nth-child(3) .content-section h4 {
        padding: 0;
        align-items: center;
        height: auto;    
    }

    .highlights .cols .slide:nth-child(4) {
        opacity: 1;
        /* transition: all ease-out 1s 0.2s; */
        top: 431px;
        right: 544px;
        z-index: 4;
        transform: none;
    }

    .highlights .cols .slide:nth-child(4) .img-cont {
        transform: rotate(45deg);
        transform-origin: 27% 43%;
        width: 290px;
        height: 290px;
        margin-bottom: 0;
    }

    .highlights .cols .slide:nth-child(4) .img {
        width: 420px;
        height: 420px;
        transform-origin: 21% 63%;
        transform: rotate(-45deg);
        transition: all ease-out 1s 0.1s;
    }

    .highlights .cols .slide:nth-child(4) .content-section {
        width: 278px;
        position: absolute;
        top: 0;
        left: 0;
        height: 278px;
        align-items: center;
        padding: 30px;
    }

    .highlights .cols .slide:nth-child(4) .content-section h4 {
        transform: rotate(-45deg);
    }

    .highlights .cols .slide.white {
        opacity: 1;
        /* transition: all ease-out 1s 0.2s; */
        top: 742px;
        right: 0;
        z-index: 3;
        background-color: #fff;
        width: 690px;
        height: 110px;
        bottom: auto;
        transform: none;
    }

    .highlights .cols .slide.white-mobile,
    .highlights .cols .slide.white-under {
        display: none;
    }

    .highlights .cols .slide .img-cont:before {
        background:rgba(0, 0, 0, .3);
        opacity: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        content: '';
    }

    .highlights .cols .slide .img-cont:hover:before {
        opacity: 1;
    }
    
    .highlights .cols .slide h4,
    .highlights .cols .slide h4 a {
        color: #fff;
        font-family: urw-din, sans-serif;
        font-weight: 700;
        font-size: 36px;
        text-transform: uppercase;
        position: relative;
        pointer-events: all;
    }

    .highlights .cols .slide .img-cont:hover h4:after {
        position: absolute;
        content: "";
        border: 1px solid #faa200;
        width: 70%;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        letter-spacing: 3px;
    }

}


