/*AnotherUserAdvert*/
.box-size {
    height: 260px;
}
/*MyAdvert grid*/
.box-size1 {
    height: 320px;
}
/*Product list*/
.box-size2 {
    height: 350px;
}
/*Product list*/
.box-size3 {
    height: 370px;
}


.box-size img, .box-size1 img, .box-size2 img, .box-size3 img {
    width: 100%;
}
.hs-wrapper {

	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
    .hs-wrapper img {
        top: 0px;
        left: 0px;
        padding-left: 5px;
        padding-right: 5px;
        position: absolute;
        -webkit-animation: showMe 2s linear infinite 0s forwards;
        -moz-animation: showMe 2s linear infinite 0s forwards;
        -o-animation: showMe 2s linear infinite 0s forwards;
        -ms-animation: showMe 2s linear infinite 0s forwards;
        animation: showMe 2s 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 img:nth-child(1){
	z-index: 9;
}
.hs-wrapper img:nth-child(2){
    -webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-o-animation-delay: .5s;
	-ms-animation-delay: .5s;
	animation-delay: .5s;
	z-index: 8;
}
.hs-wrapper img:nth-child(3){
    -webkit-animation-delay: 1s;
	-moz-animation-delay:1s;
	-o-animation-delay:1s;
	-ms-animation-delay: 1s;
	animation-delay: 1s;
	z-index: 7;
}
.hs-wrapper img:nth-child(4){
    -webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	animation-delay: 1.5s;
	z-index: 6;
}
.hs-wrapper img:nth-child(5){
    -webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
	-ms-animation-delay: 2s;
	animation-delay: 2s;
	z-index: 5;
}

.agile_ecommerce_tab_left:hover .hs-wrapper img,.hs-wrapper:hover img{
	-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.6);
	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 span{
	display: block;
	padding: 20px;
	position: absolute;
	width: 293px;
	left: 20px;
	top: 200px;
	color: #fff;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	font-size: 38px;
	border-top: 1px solid rgba(255,255,255,0.3);
	border-bottom: 1px solid rgba(255,255,255,0.3);
	text-align: center;
	pointer-events: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.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; }
	12.5% { visibility: visible; z-index: 100; }
	25% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}

@-moz-keyframes showMe {
    0% { visibility: visible; z-index: 100; }
	12.5% { visibility: visible; z-index: 100; }
	25% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}

@-o-keyframes showMe {
    0% { visibility: visible; z-index: 100; }
	12.5% { visibility: visible; z-index: 100; }
	25% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}

@-ms-keyframes showMe {
    0% { visibility: visible; z-index: 100; }
	12.5% { visibility: visible; z-index: 100; }
	25% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}

@keyframes showMe {
    0% { visibility: visible; z-index: 100; }
	12.5% { visibility: visible; z-index: 100; }
	25% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}
@media(min-width: 1400px)
{
    .box-size {
        height: 380px;
    }

    .box-size1 {
        height: 380px;
    }

    .box-size2 {
        height: 380px;
    }
}
@media (max-width: 1440px) {
    .box-size {
        height: 380px;
    }

    .box-size1 {
        height: 380px;
    }

    .box-size2 {
        height: 380px;
    }
}
@media(max-width: 1200px) {
    .box-size {
        height: 380px;
    }

    .box-size1 {
        height: 380px;
    }

    .box-size2, .box-size3 {
        height: 380px;
    }
}
@media(max-width: 1080px) {
    .box-size, .box-size3 {
        height: 350px;
    }

    .box-size1 {
        height: 350px;
    }

    .box-size2 {
        height: 350px;
    }
}
@media(max-width: 1024px) {
    .box-size, .box-size3 {
        height: 350px;
    }

    .box-size1 {
        height: 350px;
    }

    .box-size2 {
        height: 350px;
    }
}
@media (max-width:991px) {
    .box-size1, .box-size3 {
        height: 450px;
    }
}
@media (max-width:990px){
    .box-size {
        height: 430px;
    }
    .box-size1 {
        height: 430px;
    }
}
@media (max-width:900px) {
    .box-size, .box-size1, .box-size3 {
        height: 400px;
    }
}
@media (max-width:800px) {
    .box-size, .box-size1,.box-size3 {
        height: 370px;
    }
}
@media (max-width:767px){
    .box-size {
        height: 350px;
    }
    .box-size1,.box-size3 {
        height: 350px;
    }
}
@media (max-width:736px){
    .box-size, .box-size1,.box-size3 {
        height: 350px;
    }
}
@media (max-width:667px){
    .box-size, .box-size1,.box-size3 {
        height: 350px;
    }
}
@media (max-width:640px){
    .box-size, .box-size1,.box-size3 {
        height: 278px;
    }
}
@media (max-width: 600px){
    .box-size, .box-size1,.box-size3 {
        height: 258px;
    }
}
@media (max-width: 575px) {
    .box-size, .box-size1,.box-size3 {
        height: 533px;
    }
    .box-size2 {
        height: 563px;
    }
}
@media (max-width:568px){
    .box-size, .box-size1,.box-size3 {
        height: 526px;
    }
    .box-size2 {
        height: 556px;
    }
}
@media (max-width:480px){
    .box-size, .box-size1,.box-size3 {
        height: 438px;
    }
    .box-size2 {
        height: 468px;
    }
}
@media (max-width:425px) {
    .box-size, .box-size1,.box-size3 {
        height: 383px;
    }
    .box-size2 {
        height: 413px;
    }
}
@media (max-width:375px) {
    .box-size, .box-size1,.box-size3 {
        height: 333px;
    }
    .box-size2 {
        height: 363px;
    }
}
@media (max-width:320px){
    .box-size, .box-size1,.box-size3 {
        height: 278px;
    }
    .box-size2 {
        height: 308px;
    }
}