/* Buttons
=================================== */
.cisc-map-wrapper {
	margin: 0 0 30px;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.cisc-map {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;

	.content {
		color: #222;
	}

	img {
		max-width: none;
		background-color: transparent !important;
		box-shadow: none !important;
	}
}
