@charset "utf-8";
/* CSS Document */

.conA .container{
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #D4E9F1;
}

.conA h1{
	position: relative;
	top:40px;
	font-size: 20px;
	text-align: center;
}

@media print, screen and (min-width: 768px){
	
.conA .container{
	height: 250px;
	padding-top: 60px;
}
	
	.conA h1{
		font-size: 30px;
		top:10px;
	}	
	
	
	
}


.post .container{
	max-width: 800px;
	padding-bottom: 0;
}


iframe{
	width: 100%
}