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


/* SMARTPHONES */
.WebYepGalleryImage img {
	width: 95%;
	height: 90px;
	margin-bottom: 0px;
	margin: 0 10px 0 0px;
}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Smartphones Landscape */
@media screen and (max-width: 767px) and (orientation: landscape) {
.WebYepGalleryImage img {width: 95%; height: 150px; margin-bottom: 0px; border: 0px solid #fff; margin: 0 10px 0 0px;}
}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Tabletts */
@media screen and (min-width: 768px) {
.WebYepGalleryImage img {
	width: 95%;
	height: 210px;
	margin-bottom: 0px;
	margin: 0 10px 0 0px;
}
.WebYepGalleryText {display:inline-block; font-size: 10px; font-family:verdana, sans serif; font-weight: normal; line-height: 12px; text-decoration: none; color: #999; margin-right:15px; 
margin-bottom:10px}}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Tablet Portrait */
@media screen and (min-width: 767px) and (orientation: portrait) {
.WebYepGalleryImage img {
	width: 95%;
	height: 160px;
	margin-bottom: 0px;
	margin: 0 10px 0 0px;
}
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Desktops*/
@media screen and (min-width: 1025px) {
.WebYepGalleryImage img {
	width: 95%;
	height: 270px;
	margin-bottom: 0px;
	margin: 0 10px 0 0px;
}
}