.hs-wrapper{
	width: 700px; 
	height: 220px;
	position: relative;
     margin: 5em auto 2em;
	overflow: hidden;
	border: medium green solid;
   background: url(../img/GA-TAawards.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position:center center;
}
@media screen and (max-width: 992px) {
  .review-wrapper,.hs-wrapper {
    width: 90vw;
  }
}

.hs-wrapper img{
	top: 0px;
	left: 0px;
	position: absolute;		
}

.hs-wrapper.in_viewport img { /* Target img elements when hs-wrapper has 'in_viewport' */
    animation: showMe 12.5s linear 2 0s forwards;
}

.hs-wrapper img:nth-child(1) {
	z-index: 25;
}
.hs-wrapper img:nth-child(2) {   
	animation-delay: 0.5s;
	z-index: 24;
}
.hs-wrapper img:nth-child(3) {  
	animation-delay: 1s;
	z-index: 23;
}
.hs-wrapper img:nth-child(4) {    
	animation-delay: 1.5s;
	z-index: 22;
}
.hs-wrapper img:nth-child(5) {
	animation-delay: 2s;
	z-index: 21;
}
.hs-wrapper img:nth-child(6) {    
	animation-delay: 2.5s;
	z-index: 20;
}
.hs-wrapper img:nth-child(7) {   
	animation-delay: 3s;
	z-index: 19;
}
.hs-wrapper img:nth-child(8) {   
	animation-delay: 3.5s;
	z-index: 18;
}
.hs-wrapper img:nth-child(9) {    
	animation-delay: 4s;
	z-index: 17;
}
.hs-wrapper img:nth-child(10) {    
	animation-delay: 4.5s;
	z-index: 16;
}
.hs-wrapper img:nth-child(11) {   
	animation-delay: 5s;
	z-index: 15;
}
.hs-wrapper img:nth-child(12) {   
	animation-delay: 5.5s;
	z-index: 14;
}
.hs-wrapper img:nth-child(13) {    
	animation-delay: 6s;
	z-index: 13;
}
.hs-wrapper img:nth-child(14) {    
	animation-delay: 6.5s;
	z-index: 12;
}
.hs-wrapper img:nth-child(15) {   
	animation-delay: 7s;
	z-index: 11;
}
.hs-wrapper img:nth-child(16) {    
	animation-delay: 7.5s;
	z-index: 10;
}
.hs-wrapper img:nth-child(17) {    
	animation-delay: 8s;
	z-index: 9;
}

.hs-wrapper img:nth-child(18) {    
	animation-delay: 8.5s;
	z-index: 8;
}
.hs-wrapper img:nth-child(19) {   
	animation-delay: 9s;
	z-index: 7;
}
.hs-wrapper img:nth-child(20) {    
	animation-delay: 9.5s;
	z-index: 6;
}

.hs-wrapper img:nth-child(21) {    
	animation-delay: 10s;
	z-index: 5;
}
.hs-wrapper img:nth-child(22) {    
	animation-delay: 10.5s;
	z-index: 4;
}
.hs-wrapper img:nth-child(23) {   
	animation-delay: 11s;
	z-index: 3;
}
.hs-wrapper img:nth-child(24) {    
	animation-delay: 11.5s;
	z-index: 2;
}
.hs-wrapper img:nth-child(25) {
	animation-delay: 12s;
	z-index: 1;
}

.hs-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 500;
	pointer-events: none;
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	-ms-transition: all 0.6s linear;
	transition: all 0.6s linear;
}

.hs-overlay span{
	display: block;
	padding: 20px;
	position: absolute;
	width: 293px;
	left: 25%;
	top: 30px;
	color: #000;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	font-size: 30px;
	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;
}
@media screen and (min-width: 601px) {
  .hs-wrapper span {
    left: 250px;
    font-size: 38px;
  }
}
.hs-wrapper .hs-overlay{
	opacity: 0.1;	
}

.call-to-action {
  text-align: center;
}
.call-to-action a{
  font-size: 1.4em;
  font-weight: 600;
}
.call-to-action a:hover {
  color: #000;
}

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