/*css line*/
/* */
.homepage-broker-call {
	width: 100%;
	left: 0;
	bottom: 0;
	display: inline;
	position: absolute;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	color: #CCCCCC;
	-webkit-text-fill-color: #bbf7cd;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #1b4123;
	text-align: center;
	font-size: 18px;
}
.user-background {
	background-image: url('sections/user_content_real_estate/img/background.jpeg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.user-background .container {
	background-color: rgba(0,0,0,0);
}
.col-sm-5 .equal-height {
	min-height: 400px;
	position: absolute;
	bottom: 0;
}
@media (min-width: 768px) {

}

@media (min-width: 992px) {
	.homepage-broker-call {
		margin-left: -0.8vw;
	}
}

@media (min-width: 1200px) {

}

@media screen and (min-width: 768px) {

}

@media (max-width: 767px) {

}

@media (min-width: 768px) and (max-width: 991px) {
	.equal-height {
		min-height: 350px;
	}
	.equal-height img {
		position: absolute;
		bottom: 0;
		left: 5vw;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media screen and (max-width: 767px) {

}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

}

@media (max-device-width: 480px) and (orientation: landscape) {

}

@media all and (transform-3d), (-webkit-transform-3d) {

}

@media print {

}
