.media-item{
    display: inline-block!important;
    width: 28% !important;
}
.box-media-item.video-gallery .media-item{
    height: auto!important;
}
.media-item img{
    transition: 1s; /* Время эффекта */
}
.media-item img:hover{
    box-shadow: 5px 5px 0 #37ee50;
}
.news-list__title--person{
    margin-top: 25px!important;
}
.b-popup{
    width:100%;
    min-height:100%;
    background-color: rgba(0,0,0,0.5);
    overflow:hidden;
    position:fixed;
    top:0px;
    left: 0px;
    z-index: 999;
    display: none;
    transform: scale(1);
}
.b-popup .b-popup-content{
    margin:40px auto 0px auto;
    width:50%;
    height: 40px;
    padding:10px;
    background-color: #c5c5c5;
    border-radius:5px;
    box-shadow: 0px 0px 10px #000;
}
.person{
    background: #fff;
    margin: 40px auto 0px auto;
    width: 50%;
    max-height: 600px;
    padding: 20px;
    position: relative;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #000;
    overflow: auto;
}
.icon-close {
    cursor: pointer;
    opacity: 1!important;
    top: 15px;
    right: 15px;
    position: absolute;
    -webkit-transition: opacity 0.2s 0.35s, -webkit-transform 0.2s 0.35s;
    transition: opacity 0.2s 0.35s, transform 0.2s 0.35s;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    width: 29px;
    height: 30px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAA4UlEQVQ4T7XUyxGCMBAG4H8r0FIsQQ+pA+wAjlIAHKUDoY44oyVYilawTh4CMQ8yzrg3Dvmyr0BQIZoewADZPvR3TohmB+YC164miNMAUAHGE4RDFqQB3EDYqssJoikBXPTlOZALqFNHsuXkQQEAsh0MYvqShiKAOjojKSgB+EgYqsE42ybqHqgSlgN0MwmV5o7bA8KZTJAd/YTwCNmpvnnxp0ycKfELRBWYexBtbAorPfGBvd5gs+L3GBTZE52BAeZmR6HAxgaAFejr7SSABLR4xRlAEOLxU85v/xOghGyrN1/joQwjBwaJAAAAAElFTkSuQmCC);
}
@media (max-width: 999px){
    .box-media-item.video-gallery .media-item {
        width: 44.6%!important;
        margin: 0 2.5% 50px 2.5%;
    }
    .person{
    width: 80%!important;
        overflow: auto!important;
        height: 600px;
    }
}
@media (max-width: 639px) {
    .box-media-item.video-gallery .media-item {
        width: 100% !important;
        float: none;
        margin: 0 0 30px 0;
    }
}