.threesixty-tabs {
	position: relative;
	margin-top: 50px;
}
	.threesixty-tabs .tab-titles {
		display: flex;
		justify-content: center;
	}
		.threesixty-tabs .tab-titles .tab-title {
			display: inline-block;
			max-width: 360px;
			width: 100%;
			padding: 20px;
			margin: 0 5px;
			color: #fff;
			text-align: center;
			cursor: pointer;
			background-image: url('../jpg/pattern3.jpg');
			background-position: center center;
		}

		.threesixty-tabs .tab-titles .tab-title.active {
			color: #4D4D4D;
			text-transform: uppercase;
			background-image: none;
			background-color: rgba(220, 223, 212, 1);
		}

	.threesixty-tabs .content {
		display: none;
		text-align: center;
		background-color: rgba(220, 223, 212, 1);
	}
		.threesixty-tabs .content.active {
			display: block;
		}

@media only screen and (min-width: 40.063em) {
	
}

@media only screen and (min-width: 64.063em) {
	
}
