/* View Styles */
.ms-promo-2 {
	background: #ccc;
	color: #fff;
}
.ms-promo-2 .ms-slide:after,
.ms-promo-2 .ms-thumb-frame:before {
	content: "";
	background: rgba(0,0,0,.3);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.ms-promo-2 .ms-thumb-frame {
	opacity: 1;
	position: relative;
}
.ms-promo-2 .ms-thumb-frame-selected:after {
	content: "";
	display: block;
	background: #1a2e39;
	width: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.ms-promo-2 .ms-anim-layers {
	position: relative;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .ms-promo-2 .ms-anim-layers {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .ms-promo-2 .ms-anim-layers {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .ms-promo-2 .ms-anim-layers {
    width: 1170px;
  }
}

/* Real Estate Font Styles */
.ms-layer {
	text-align: center;
	max-width: 550px;
	left: 50% !important;
	transform: translateX(-50%);
}
.ms-thumb-list.ms-dir-v {
	/* top: 50% !important; */
	/* left: 115px !important; */
	/* height: 380px !important; */
	margin: 0;
	overflow: hidden;
}

.ms-promo-real_estate-price {
	display: block;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 700;
}
.ms-promo-real_estate-price em {
	position: relative;
	top: -5px;
	font-size: 12px;
	font-weight: 300;
	font-style: normal;
}
.ms-promo-real_estate-place {
	color: #fff;
	font-size: 46px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
}
.ms-promo-real_estate-description {
	/* max-width: 550px; */
	font-size: 18px;
	color: rgba(255,255,255,.7);
}
@media (max-width: 1024px) {
	.ms-promo-real_estate-description {
		font-size: 14px !important;
		line-height: 1.4 !important;
	}
}
@media (max-width: 900px) {
	.ms-promo-real_estate-price {
		font-size: 18px !important;
		line-height: 1 !important;
	}
	.ms-promo-real_estate-price em {
		top: 0;
	}
	.ms-promo-real_estate-place {
		font-size: 32px;
	}
}
@media (max-width: 800px) {
	.ms-promo-real_estate-price,
	.ms-promo-real_estate-place,
	.ms-promo-real_estate-description {
		left: 20px !important;
	}
}
@media (max-width: 767px) {
  .ms-thumb-frame {
  	width: 140px !important;
  	height: 90px !important;
  	margin-bottom: 0 !important;
  }
}
@media (max-width: 650px) {
	.ms-thumb-frame,
	.ms-slide .btn-u {
		display: none;
	}
	.ms-promo-real_estate-place {
		font-size: 24px;
	}
}
@media (max-width: 550px) {
	.ms-promo-real_estate-price {
		font-size: 14px !important;
	}
	.ms-promo-real_estate-price.g-mb-25 {
		margin-bottom: 15px !important;
	}
	.ms-promo-real_estate-place {
		font-size: 20px;
	}
	.ms-promo-real_estate-place.g-mb-35 {
		margin-bottom: 0 !important;
	}
}