@media screen and (max-width: 880px){
    .intro-strip h1{
        top: 70px;
        width: 500px;
        font-size: 40px;
    }
    .galleryContainer{
        height: 400px;
    }
    .galleryContainer .slideShowContainer{
        height: 320px;
    }

    .galleryContainer .slideShowContainer .imageHolder img{
        display: none;
    }
    .galleryContainer .slideShowContainer>.captionTextHolder{
        position: absolute;
        top: 0px;
        font-size: 20px;
        text-align: center;
        width: 100%;
        background: #ffffff;
        line-height: 50px;
        padding-top: 20px;
    }
    @keyframes slideTextFromTop {
        from {opacity: 0;margin-top: -500px}
        to {opacity: 1;margin-top: 8px;}
    }
    @keyframes slideTextFromBottom {
        from {opacity: 0;margin-top: 500px}
        to {opacity: 1;margin-top: 8px;}
    }
    .galleryContainer .slideShowContainer>.captionTextHolder>.captionText1{
        font-size: 40px;
        color: #004666e8;
        padding-bottom: 10px;
    }
    .galleryContainer .slideShowContainer>.captionTextHolder>.captionText2{
        padding-bottom: 20px;
    }
    .galleryContainer .slideShowContainer>.captionTextHolder>.captionText3{

    }
    .outro1 p{
        font-size: 16px;
        text-align: center;
    }
    .outro1 i{
        font-size: 22px;   
        margin-right: 10px;

    }

}
@media screen and (max-width: 770px){
    .galleryContainer{
        display: none;
    }
    .mobileGallery{
        display: block;
    }
    .intro-strip img{
        position: ;
        max-width: 150%;
    }
    #contact {
        width: unset;
    }

}
@media screen and (max-width: 560px){

    .intro-strip img{
        position: ;
        max-width: 150%;
    }
    .intro-strip h1{
        text-align: center;
        position: absolute;
        color: whitesmoke;
        z-index: 1;
        top: 40px;
        left: 50%;
        width: 350px;
        font-size:26px;
        transform: translateX(-50%);
    }
    .outro-strip{
        display: flex;
        flex-direction: column;
    }
    .outro1{
        display: flex;
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #02425f;
        justify-content: center;
        align-items: center;
        background-color: #004666c4;
        border-left: none;

    }
    .outro1:last-child{
        border-bottom: none;
    }
    .m1, .m2, .m3, .m4, .m5, .m6{
        height: 360px;
    }
    .outro-strip p{
        font-size: 16px;
    }

}

