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


/* SMARTPHONES */
.WebYepGalleryImage img 	{width:95%; height:70px; margin-bottom:10px; margin:0 10px 0 0px; object-fit:cover; object-position:50% 25%; -webkit-transition:all 1s; transition:all 1s;}
.WebYepGalleryImage img:hover {-webkit-transform:scale(1..05); -ms-transform:scale(1.05); transform:scale(1.05); overflow:hidden;}
.WebYepGalleryCell 			{width:33% !important;}
.WebYepGalleryText 			{display:none;}

/* XXXXXXXXXX Smartphones Landscape */
@media screen and 			(max-width: 767px) and (orientation: landscape) {
.WebYepGalleryImage img 	{width:95%; height:140px; margin-bottom:10px; border:1px solid #ccc; margin:0 10px 0 0px;}}

/* XXXXXXXXXX Tabletts */
@media screen and (min-width: 768px) {
.WebYepGalleryImage img 	{width:95%; height:120px; margin-bottom:0px; margin:0 10px 0 0px;}
.WebYepGalleryText 			{display:inline-block; font-size: 0.8rem; font-family:verdana, sans serif; font-weight: normal; line-height: 12px; text-decoration: none; color: #999; margin-right:15px;	
							margin-bottom:10px}}

/* XXXXXXXXXX Tabletts iPad */
@media screen and (min-width: 1024px) {
.WebYepGalleryImage img 	{width:95%; height:120px; 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;}}

/* XXXXXXXXXX Tablet Portrait */
@media screen and (min-width: 767px) and (orientation: portrait) {
.WebYepGalleryImage img 	{width:95%; height:90px; margin-bottom:0px; margin:0 10px 0 0px;}}

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