.aboutlocation--section {
	background: #eee;
}

.aboutlocation--container {
	padding: 60px 30px;
}

.aboutlocation--title {
	margin-bottom: 15px;
	font-family: bebas-neue-pro, sans-serif;
}

.aboutlocation--hr {
	border-color: var(--dlc-orange);
}

.aboutlocation--name {
	font-size: 1rem;
	font-weight: 800;
	margin-bottom: 5px;
	position: relative;
	padding-top: 15px;
}

.aboutlocation--image {
	position: relative;
}

.aboutlocation--image:before {
	content: "";
	display: block;
	padding-bottom: 54%;
}

a .aboutlocation--image:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	background-image: url(../../images/play-icon.svg);
	color: #fff;
}

a:hover .aboutlocation--image img {
	opacity: .7;
}

.aboutlocation--image img {
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity .3s;
}