﻿
@media screen and (max-width : 1199px) {

    #blueimp-gallery .slide-content {
        width: 940px;
    }

}

@media screen and (max-width : 991px) {
    
    #blueimp-gallery .slide-content {
        width: 720px;
    }

}

@media screen and (max-width : 767px) {
    
    #blueimp-gallery .slide-content {
        width: calc(100% - 30px);
    }

    .modal_person {
        overflow: scroll;
        min-height: 500px;
        max-height: 500px;
    }

    .modal_person_img {
        display: none;
    }
}