/*-webkit-transform: translateY(-50%) scale(.85);
-moz-transform: translateY(-50%) scale(.85);
-ms-transform: translateY(-50%) scale(.85);
-o-transform: translateY(-50%) scale(.85);
transform: translateY(-50%) scale(.85);*/
background: rgba(255,255,255,.2);
opacity: .8;
}

.video-sec{
/*position: absolute;*/
left: 0;
right: 0;
top: 0px;
position:relative;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all .8s ease;
transition: all .8s ease;
width: 100px;
height: 100px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
display: block;
background: 0 0;
border: 7px solid #fff;
margin: 0 auto;
text-align: center;
z-index: 5;
opacity: .8;
top:47%;
position:absolute
}
.video-sec:hover:before {
border: 2px solid #fff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
animation: playButton .8s linear;
}
.video-sec:hover:after, .video-sec:hover:before {
content: '';
position: absolute;
height: 100%;
opacity: 0;
width: 100%;
display: block;
}
.video-sec i {
font-size: 42px;
width: 100%;
text-align: center;
line-height: 85px;
color: #fff;
left: 4px;
position: relative;
}
.video-sec{
-moz-transition: all .8s ease;
-ms-transition: all .8s ease;
-o-transition: all .8s ease;
}
.video-sec:hover:after {
top: 0;
border: 1px solid #fff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
animation: playButton .8s linear .4s;
}
.video-sec:hover:after, .video-sec:hover:before {
content: '';
position: absolute;
height: 100%;
opacity: 0;
width: 100%;
display: block;
}
@keyframes playButton {
50% {
	 opacity: .6
}
100% {
	 -webkit-transform: scale(2.5);
	 -moz-transform: scale(2.5);
	 -o-transform: scale(2.5);
	 -ms-transform: scale(2.5);
	 transform: scale(2.5);
	 opacity: 0
}
}
.testi-temp-text {
    max-width: 850px;
    margin: 0 auto;
    line-height: 30px;
    padding-top: 100px;
}
.testi-temp {
    clear: both;
    min-height: 540px;
    margin-bottom: 100px;
    padding-top: 95px;
    background: url(../img/home-loyalty-bg.jpg) center center; 

}
.thm {
    vertical-align: middle;
}