body{

}

#wrapper{
	width:95vw;
	max-width:600px;
	margin:0 auto;
	justify-content: center;
	align-items: center;
}

img{
	width:100%;
}


iframe{
	border:0;
	height:100vh;
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

	#wrapper{
		display:block;
	}

	#wrapper > div:first-of-type{
		width:100%;
		border-right:0px;
	}
	
	#wrapper > div:not(:first-of-type){
		width:100%;
		padding-left:0%;	
		border-left:0;
	}

}
