@charset "UTF-8";

.imgphoto1 {
  margin-bottom:0;
}
.imgphoto2 {
  margin-top:1px;
}
.imgphoto1 img {
  width:70%;
}
.imgphoto2 img {
  width:35%;
  margin:0 0px;
}
.imgphoto2 img:first-of-type {
  margin-right:1px;
}
@media (max-width: 767px) {
	.imgphoto0 {
	  margin:0;
	}
	.imgphoto1 img {
	  width:98%;
	}
	.imgphoto2 img {
	  width:49% !important;
	  margin:0;
	}
	.imgphoto2 img:first-of-type {
	  margin-right:1px;
	}
}


