/* Random Image Hero */
#hero {
	background-size: cover;
	background-position: 50% 50%;
}
#hero .mod-fsd-random-image-hero-title {
	position: absolute;
	bottom: 30px;
	width: 90%;
	padding: 0;
	margin: 0 5%;
	text-align: center;
}

@media (max-width: 1199px) {
	#hero .mod-fsd-random-image-hero-title .dot {
		display: none;
	}

	#hero .mod-fsd-random-image-hero-title .no-wrap {
		display: block;
	}
}