body{

}

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

img{
	width:100%;
}

div#header-rocket {
   text-align: center;
   margin: 25px 0;
}
div#header-rocket img {
   width: 100%;
   max-width: 150px;
}

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;
	}

}

