@media (min-width: 767px){
    .row-galery{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
}

.col-galery{
    flex-basis: 50%;
    min-width: 250px;    
}

.col-galery-solo{
    flex-basis: 50%;
    min-width: 250px;
    margin: auto;
}

.feature-img{
    width: 83%;
    margin: auto;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.small-img-row{
    display: flex;
    background: #2c2e31;
    margin: 20px 0;
    align-items: center;
    border-radius: 6px;
    overflow: hidden;
    width: 85%;
}

.small-img{
    position: relative;
}

.small-img img{
    width: 150px;
}

.small-img-row p{
    margin-left: 20px;
    color: #9da1a5;
    line-height: 22px;
    font-size: 15px;
}

.play-btn{
    width: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}

.small-img .play-btn{
    width: 35px;
}

.video-player{
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: none;
    z-index: 999;
}

.close-btn{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    cursor: pointer;
}

@media (min-width: 1439px){
    .gmap iframe{
        width: 570px;
    }
}

@media (min-width: 1023px){
    .gmap iframe{
        width: 450px;
    }
}

@media (max-width: 426px){
    .gmap iframe{
        width: 300px;
    }
}

@media (max-width: 426px){
    #mymargin{
        margin-top: 100px;
    }
}

