



#twenty-years-socialmedia-nav {
    position:absolute; 
    right: 1rem; 
    top: 1rem;
}

#twenty-years-socialmedia-nav .svg-icon {
    width: 32px;
    height: 32px;
}

@media (min-width: 768px){

    #twenty-years-socialmedia-nav {
        position:absolute; 
        right: 2rem; 
        top: 2rem;
    }

    #twenty-years-socialmedia-nav .svg-icon {
        width: 48px;
        height: 48px;
    }
}

.modal-close {
    position: absolute; 
    right: 1rem; 
    top: -48px; 
    pointer-events: none; 
    transform: rotate(45deg);
    color: white;
}

#twenty-years-timeline {
    background-image: url(../Images/20-years-timeline-bg.svg), url(../Images/20-years-timeline-bg-bottom.svg);
    background-repeat: no-repeat;
    background-position: 50% 0, 50% 100%;
}

.twenty-years-tile-header {
    transform: translateX(-50%) rotate(-90deg);
    text-transform: uppercase;
    margin-bottom: 0;
    padding-top: 2rem;
}

.featherlight-lightbox {
    display: none;
}


.masonry-item{
    position: relative;
    overflow: hidden;
}

.masonry-item h3{
    margin-bottom: 1rem;
    font-size: 1.6875rem;
    line-height: 1;
    font-weight: 700;
}

.masonry-item h3 small{
    font-size: inherit  ;
    font-weight: 300;
}

.masonry-img-gradient,
.masonry-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.masonry-img-gradient {
    background: linear-gradient(rgba(0,0,0,0.6) 0, rgba(0,0,0,0.6) 3rem, rgba(0,0,0,0) 8rem);
}


.masonry-content {
    position: relative;
    z-index: 1;
    min-height: 248px;
    transition: all 0.2s;
}



.masonry-active {
    background: #00519e;
}

.modal-backdrop {
    z-index: 1000;
}


.small-grid > .col {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.modal-xl {
    max-width: 1040px;
}

.swiper-container {
    margin-left: 0;
    margin-right: 0;
}


.swiper-slide {
    color:#fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: calc(100vh - 4rem);
  }
  .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
  }

.swiper-icon {
    text-align: right;
}
.swiper-pagination-bullet {
    
    background: #012e57;
  }

.swiper-pagination-bullet-active {
    background: #40A7FF;
}  

/* .swiper-slide br {
    display: none;
} */

#twenty-years_header {
    height: 300px;
    overflow: hidden;
    position: relative;
}

#twenty-years_header img,
#twenty-years_header video{
    margin-top: -80px;
    max-height: 600px; 
    min-height: 440px; 
    object-position: 66% 50%;
}

#twenty-years_header img {
    position: absolute; 
    left: 0; 
    top: 0;
}

/* @media (min-width: 992px){
    .swiper-slide br {
        display: inline;
    }
} */

.modal-dialog {
    min-height: calc(100vh - 4rem);
}

@media (min-width: 576px) {
    

    .swiper-icon img{
        width: 128px;
        height: 128px;
    }


    #twenty-years_header {
        height: auto;
    }

    #twenty-years_header img,
    #twenty-years_header video{
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .swiper-slide {
        height: 600px;
    }

    .h-md-100 {
        height: 100%;
    }
}

@media (max-width: 767px) {
    
    .swiper-slide .lead{
        font-size: 1rem;
    }
    .modal-dialog {
        margin: 4rem 0 0 0;
    }

    #modalTogether .swiper-slide {
        font-size: 1rem;
    }
     
}


/*   
  .swiper-slide .title {

  }

  .swiper-slide .text {

  } */