.gallery_container {position: relative; z-index: 1; padding: 0px; margin: 50px auto; display: block;}
.gallery_container h3 {
	font-size: 40px;
	text-align: center;
    font-weight: 700;
    color: #777777;
	text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    line-height: 1;}
.gallery_bg_33 {width:33%; display:inline-block; vertical-align:top; }

.gallery_container .gallery_block img {max-height: 220px; height: 220px;}

.gallery_block {
background: #FFFFFF;
    text-decoration: none;
    transition: all 0.2s ease;
    margin-bottom: 10px;
    display: block;
    position: relative;
	max-height: 350px;
	min-height: 250px;
    text-align: center;
    vertical-align: top;
    overflow: hidden;
}
.gallery_block:hover {opacity:0.8;}
.gallery_block img {
	width: 100%;
    max-height: 150px;
    object-fit: cover;
    display: block;
    max-width: 100%;
    /*height: -webkit-fill-available;*/
    position: relative;
    box-sizing: border-box;
    margin-right: 0px;
    margin-bottom: 0px;
    background-size: cover;
    height: 125px;
}
.gallery_block h1 {
	font-size: 24px;
    line-height: 1;
    color: #2b3462;
    display: block;
    text-transform: none;
    margin: 10px 0px;
    text-decoration: none;}
.gallery_block p {font-size:18px; line-height:22px; color:#5c6c71; display:block; text-decoration:none!important;}

.gallery_block_inside {
	background: #FFFFFF;
    text-decoration: none;
    transition: all 0.2s ease;
    margin-bottom: 10px;
    display: block;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 100%;
    height: 0;
    padding-bottom: 66%;
    overflow: hidden;}
.gallery_block_inside:hover {opacity:0.8;}

.photo_g {}

.gallery_block2	{
	background: #FFFFFF;
    text-decoration: none;
    transition: all 0.2s ease;
    margin-bottom: 10px;
    display: block;
    position: relative;
	max-height: 160px;
	min-height: 160px;
    text-align: center;
    vertical-align: top;
    overflow: hidden;
}
.gallery_block2 img {
    width: 100%;
    max-height: 160px;
    min-height: 160px;
    height: -webkit-fill-available;
    display: block;
    object-fit: cover;
    /* height: auto; */
}

@media screen and (max-width: 880px) {
.gallery_bg_33 {width:100%;}
.gallery_container {margin:20px auto;}
.gallery_block {min-height: auto;}
.gallery_block img {height: auto; max-height: fit-content;}
}