.hs-wrapper{
	width: 100%;
    height: 350px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.hs-wrapper .photo_galleryy1{
	top: 0px;
	left: 0px;
	position: absolute;
	-webkit-animation: showMe 3s linear infinite 0s forwards;
	-moz-animation: showMe 3s linear infinite 0s forwards;
	-o-animation: showMe 3s linear infinite 0s forwards;
	-ms-animation: showMe 3s linear infinite 0s forwards;
	animation: showMe 3s linear infinite 0s forwards;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	-ms-animation-play-state: paused;
	animation-play-state: paused;	
}
.hs-wrapper .photo_galleryy1:nth-child(1){
	z-index: 9;
}
.hs-wrapper .photo_galleryy1:nth-child(2){
    -webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	-ms-animation-delay: 1s;
	animation-delay: 1s;
	z-index: 8;
}
.hs-wrapper .photo_galleryy1:nth-child(3){
    -webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
	-ms-animation-delay: 2s;
	animation-delay: 2s;
	z-index: 7;
}


.hs-wrapper:hover .photo_galleryy1{
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	-ms-animation-play-state: running;
	animation-play-state: running;
}
.hs-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 500;
	background: rgba(0,0,0,0.5);
/* 	box-shadow: 0 0 0 0 rgba(255,255,255,0.3) inset;
	pointer-events: none; */
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.hs-overlay .desc{
	display: block;
	top: -50%;
	right: 0;
	direction:rtl;
	position: absolute;
	width: 100%;
	color: white;
	height: auto;
    padding: 0 15px;
	text-align:center !important;
	font-size: 38px;
    background-color: transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media (max-width: 639px) {
	.gallery-grid.col3gallery .item .floatright {
		float: none !important;
	}
}
.hs-wrapper:hover .hs-overlay .desc{
   top: 22%;
   visibility: visible;
}
.hs-wrapper:hover .hs-overlay{
	opacity: 1;
	box-shadow: 0 0 0 5px rgba(255,255,255,0.3) inset;
}

@-webkit-keyframes showMe {
    0% { visibility: visible; z-index: 100; }
	50% { visibility: visible; z-index: 100; }
    100% { visibility: hidden; z-index: 0; }
}

@-moz-keyframes showMe {
    0% { visibility: visible; z-index: 100; }
	50% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}

@-o-keyframes showMe {
    0% { visibility: visible; z-index: 100; }
	50% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}

@-ms-keyframes showMe {
    0% { visibility: visible; z-index: 100; }
	50% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}

@keyframes showMe {
    0% { visibility: visible; z-index: 100; }
	50% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}


