.link_div {
	transition:all .2s ease-in-out;
}

.link_div:hover, .link_div:active{
	text-decoration: none;
	transform: scale(1.05);
}

.img-fluid-cu1 {
	width: auto !important;
	max-height: 405px !important;
	overflow: hidden;
}

.img-fluid-cu2 {
	width: auto !important;
	max-height: 600px !important;
	overflow: hidden;
}

.img-fluid-cu3 {
	height: auto !important;
	max-width: 100% !important;
	overflow: hidden;
}
.img-fluid-cu4 {
	width: 360px;
	max-height: 198px !important;
	overflow: hidden;
}


.google-map-overlay {
    width  : 500px;
    height : 380px;
    position: absolute;
    opacity: 1;
    top: 0px; 
    left: 0px; 
    z-index: 99;
}

.back-image {
	min-height: 1000px;
}

.text-main div {
	color: #777 !important; 
	font-family: 'Source Serif Pro', serif !important;
	font-size: 16px !important;
	line-height: 26px !important;
}

.text-main p {
	color: #777 !important; 
	font-family: 'Source Serif Pro', serif !important;
	font-size: 16px !important;
	line-height: 26px !important;
}
.text-main span {
	color: #777 !important; 
	font-family: 'Source Serif Pro', serif !important;
	font-size: 16px !important;
	line-height: 26px !important;
}

@media (max-width:820px) {
	.back-image {
		min-height: 400px;
	}
}

@media (max-width:991px) {
	.img-fluid-cu3 {
	height: auto !important;
	max-width: 80% !important;
	overflow: hidden;
}

@media (max-width:767px) {
	.img-fluid-cu3 {
	height: auto !important;
	max-width: 110% !important;
	overflow: hidden;
}