iframe{
	width: 100%;
	height: calc(100vh - 150px);
}
.coil-row{
	padding: 20px 0;
}
.column-2:first-of-type{
	// text-align: center
}

#footer{
	display: none;
}

#content{
	/* border: 2px solid red; */
	text-align: center;
}

#all-images{
	/* - 180px */
	display: inline-block;
	width: calc( 100%  );
	max-width: 1750px;
}

.img-wrapper{
	text-align: center;
	margin: 10px 0;
}
.img-wrapper img{
	
}

#register-link{
	position: fixed;
	bottom: 20px;
	right: 20px;
	border: 1pxs solid;
	display: inline-block;
	vertical-align: top;
	background: white;
	padding: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .7);
	font-weight: bold;
	font-size: 1.3rem;
	cursor: pointer;
	border: 20px solid var(--coil-blue);
	border-radius: 5px;
}

@media screen and (max-width: 800px){
	#register-link{
		position: relative;
		width: 100%;
		top: 0;
		text-align: center;
	}
	#all-images{
		width: 100%;
	}
}/*asd*/