section#section-event-highlight .event-highlight-container {
    padding: 0 100px 50px 100px;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
    width: 100%;
}

section#section-event-highlight .video-container {
    display: flex;
    justify-content: center;
    padding: 0.5rem;
}

section#section-event-highlight .video-container video {
    height: 500px;
    width: auto;
}

section#section-event-highlight .js-masonry {
    display: none;
}

section#section-event-highlight .js-masonry .masonry-item {
    width: 14%;
    padding: 0.3rem;
}

section#section-event-highlight .js-masonry .masonry-item > a {
    background-color: white;
    width: 100%;
    height: 100%;
    display: block;
}

section#section-event-highlight .js-masonry .masonry-item img {
    transition: all 0.2s ease-out;
    position: relative;
    width: 100%;
}

section#section-event-highlight .js-masonry .masonry-item.w2 {
    width: 66.6%;
}

section#section-event-highlight .js-masonry .masonry-item:hover {
    z-index: 10;
}

section#section-event-highlight .js-masonry .masonry-item:hover img {
    transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 41px 0px rgba(0, 0, 0, 0.63);
    box-shadow: 0px 0px 41px 0px rgba(0, 0, 0, 0.63);
    /* background: white; */
}

section#section-event-highlight .js-masonry .masonry-item:not(.masonry-item:hover) img {
    opacity: 0.7;
}

section#section-event-highlight .js-masonry .masonry-item:hover .button img {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.fancybox-slide--image div.fancybox-content {
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
    position: relative !important;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

div.fancybox-slide--image div.fancybox-content img {
    width: 90%;
    height: 90%;
    object-fit: contain;
    position: relative;
}

div.fancybox-slide--image div.fancybox-content img:nth-child(1) {
    display: none !important;
}

div.fancybox-slide--image.fancybox-slide--complete div.fancybox-content img {
    display: block;
}

.more-photos {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 2rem;
}

.more-photos a {
    max-width: 90%;
}

.more-photos img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#section-event-highlight .coming-soon {
    color: #66afdc;
    margin: min(10vh, 150px) auto;
    font-family: Arial;
    font-weight: bold;
}  

#section-event-highlight>h1.image {
    /* font-family: Arial; */
    /* font-weight: bold; */
    /* font-size: 1.75rem; */
    background: #4883B9;
    /* color: #ffffff; */
    /* min-height: 8rem; */
    /* width: 100%; */
    /* -webkit-background-clip: unset; */
    /* -webkit-text-fill-color: unset; */
}

@media only screen and (max-width: 1599.98px) {
    section#section-event-highlight .video-container video {
        width: 100%;
        height: auto;
    }
    .masonry-item {
        width: 25%;
    }
}

@media only screen and (max-width: 767.98px) {
    section#section-event-highlight .event-highlight-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    section#section-event-highlight .js-masonry .masonry-item {
        width: 33.3%;
        padding: 0.3rem;
    }

    section#section-event-highlight .video-container video {
        width: 100%;
        height: auto;
    }
    .masonry-item {
        width: 50%;
    }

    #section-event-highlight .coming-soon {
        font-size: 2.5rem;
        font-weight: bold;
    }
}