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

#environment .wrap{
	text-align:center;
	}

#environment .wrap p{
	margin-bottom:50px;
	}

.gallery img{
	max-height:200px !important;
	}

.iframe{
  background: #000 !important;
}
.iframe img{
  transition-duration: 0.3s;
}
.iframe:hover img{
  opacity: 0.6 !important;
  transition-duration: 0.3s !important;
}



@media screen and (max-width: 480px) {

#environment .wrap p{
	text-align:left;
	}

}