/** BLOCK: WORKSHOP - CSS **/
.workshop {
	width: 75%;
	margin: auto;
}

.workshop iframe {
	width: 100%;
	height: 360px;
	border: 2px solid transparent;
}

.workshop p {
	margin: 1.5rem 0;
}

.workshop h2 {
	margin: 3rem 0 1.5rem;
}

@media only screen and (max-width: 990px) {

	.workshop {
		width: 100%;
	}

}

@media only screen and (max-width: 475px) {

	.workshop iframe {
		height: 400px;
	}

}

@media only screen and (max-width: 375px) {

	.workshop iframe {
		height: 490px;
	}

}