.threesixty-grid {
	position: relative;
}
	.threesixty-grid > .title {
		display: block;
		text-align: center;
		color: #4D4D4D;
		padding: 25px 0;
		font-size: 36px;
		font-family: "ShadowsIntoLightW00-Reg", cursive;
		cursor: default;
	}

	.threesixty-grid .items {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
		max-width: 1100px;
		margin: 0 auto;
	}
		.threesixty-grid .items a.item {
			display: inline-block;
			width: 245px;
			position: relative;
			cursor: pointer;
			margin-bottom: 45px;
		}
			.threesixty-grid .items a.item.is-video::after {
				display: block;
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -90%);
				content: '\f01d';
				font-size: 70px;
				font-family: 'FontAwesome';
				line-height: 70px;
				color: #fff;
			}

		.threesixty-grid .items a.item .title {
			display: flex;
			justify-content: center;
			align-items: center;
			min-height: 60px;
			font-size: 18px;
			font-family:'Architects Daughter';
			color: #3d4744;
			background-color: #fff;
		}

@media only screen and (min-width: 40.063em) {

}

@media only screen and (min-width: 64.063em) {

}
