/*-----------------------------------------
**
** POP UP / NOTE
**
-----------------------------------------*/
html,body {
	background: url(../img/bg.jpg) top center;
	background-size: cover;
	background-attachment: fixed;
	color: #000;
	position: relative;
	height: 100%;
}
#wrap{
	padding: 10% 5%;
	box-sizing: border-box;
}
.container{
	width: 100% !important;
}
h2 {
	margin:0 auto 5%;
	font-size: 24px;
	color: #fff;
	text-align: center;
}
h2 img{
	max-height:30px;
	width: auto;
	max-width: 100%;
	margin-bottom: 20px;
}
img{
	max-width: 100%;
	height: auto;
}
.container p + img{
	width: 50%;
	display: block;
	margin: 3% auto;
}

@media screen and (max-width:640px) {
	html,body {
		background: url(../img/bg.jpg) top center;
		background-size: cover;
		background-attachment: none;
	}
	h2 img{
		height:auto;
		width: 100%;
	}
	#wrap{
		padding-top: 85px;
	}
	#wrap div[class^="col-"]:first-child img{
		margin-bottom: 30px;
	}
	.container p + img{
		width: 100%;
	}
}




