.threesixty-video {
	position: relative;
}
	.threesixty-video > .title {
		display: block;
		text-align: center;
		color: #4D4D4D;
		padding: 25px 0;
		font-size: 36px;
		font-family: "ShadowsIntoLightW00-Reg", cursive;
		cursor: default;
	}

	.threesixty-video .image-container {
		text-align: center;
		padding: 0 0 30px;
	}
		.threesixty-video .image-container a {
			display: inline-block;
			position: relative;
		}
			.threesixty-video .image-container a::after {
				display: block;
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
				content: '\f01d';
				font-size: 70px;
				font-family: 'FontAwesome';
				line-height: 70px;
				color: #fff;
			}

			.threesixty-video .image-container a > img.placeholder {}

@media only screen and (min-width: 40.063em) {
	
}

@media only screen and (min-width: 64.063em) {
	
}
