.gal_hldr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0;
}
.gal_item {
    width: 31.333%;
    margin: 1%;
    position: relative;
}
.pagetype_1 .gal_item {
    background: #FFF;
}
.pagetype_3 .gal_item {
    padding-bottom: 0;
}
.pagetype_1 .gal_item img {
    opacity: 0.4;
}
.pagetype_2 .gal_item img ,
.pagetype_3 .gal_item img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 0 7px 2px #8e8d8d;
}
.gal_item div { 
    font-weight: bold;
    font-size: 30px;
	text-align:center;
	font-family: "minion-pro", Georgia, Times, "Times New Roman", _serif;
	line-height: 1.2;
}
.pagetype_1 .gal_item div { 
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    color: #000;
    margin-top: -30px;
    text-shadow: 0 0 3px #FFF;
}
.pagetype_3 .gal_item div {
    display: flex;
    justify-content: center;
    height: 44px;
    align-items: center;
	display:none !important;
}

.pagetype_1 .gal_item:hover {
    background: #ffffff;
}
.pagetype_1 .gal_item:hover img {
    opacity: 0.5;
}
.pagetype_1 .gal_item:hover div {
    color: #000;
    text-shadow: 0 0 3px white;
}
#tomaingal_hldr{
    margin-top: 60px;
	margin-bottom:20px;
}
div#gallery_breadcrumbs {
    margin-top: 0;
    color: #b9b9b9;
    font-size: 15px;
}
.panel-content .container.container-medium {
    max-width: 100%;
}
.panel-content + .gal_hldr {
    padding-top: 0;
}

@media (max-width:767px){
	.gal_item {
		width:100%;
	}
}