@keyframes scale2 {
  from {
      -webkit-transform: scale(1);
      transform: scale(1)
  }

  50% {
      -webkit-transform: scale(1.4);
      transform: scale(1.4)
  }

  to {
      -webkit-transform: scale(1);
      transform: scale(1)
  }
}

.seize-video {position:relative;}
.seize-video >a{width:100%;display:block;overflow:hidden;position:relative;z-index:20;}
.seize-video >a >img{display:block;width:100%;transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;}
.seize-video >a::after{content:'';position:absolute;left:0;top:0;width:100%;height:100%;display:block;}
.seize-video >a:hover >img{transform:scale(1.03);-webkit-transform: scale(1.03);}

.seize-video .txt{position:absolute;z-index:10;top:50%;left:0;right:0;transform:translate(0,-50%);text-align:center;}
.seize-video .play{position:relative;width:106px;height:106px;z-index:10;display:-webkit-inline-flex;display:inline-flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;background:#0078d5;border-radius:5px;}
.seize-video .play::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:5px;background:rgba(0,120,213,.21);animation:scale2 2s linear infinite;}
.seize-video .txt h3{font-size:64px;line-height: 1;color: #fff;font-weight:600;text-transform: uppercase;word-spacing: -5px;letter-spacing: -1px;margin: 96px 0 0;text-shadow: 2px 2px 4px #666;}
.seize-video .txt p{font-size:17px;color:#fff;line-height:24px;margin:13px 0 0;text-shadow: 2px 2px 4px #666;}

.seize-video >a:hover::after{opacity:1;}


@media screen and (max-width:1680px) {

.seize-video .txt h3{font-size:60px;}

}

@media screen and (max-width:1550px) {
.seize-video .txt h3{font-size:56px;}
}

@media screen and (max-width:1441px) {
.seize-video .txt h3{font-size:52px;}
}


@media screen and (max-width:1367px) {
.seize-video .txt h3{font-size:48px;}
}

@media screen and (max-width:1280px) {

.seize-video .txt h3{font-size:44px;}
.seize-video .play{width:90px;height:90px}

}

@media screen and (max-width:1171px) {
.seize-video .txt h3{font-size:40px;}
}

@media screen and (max-width:992px) {
.seize-video .txt h3{font-size:36px;}
}



@media screen and (max-width:768px){
	
.seize-video .txt h3{font-size:32px;}
  
   .seize-video .txt p {
    display: none;
  }


  .seize-video .play{width:70px;height:70px;}
  .seize-video .play > img{height:30px;}
}

@media screen and (max-width:576px){
.seize-video .txt h3{font-size:28px;}
}

@media screen and (max-width:480px){

.seize-video .txt h3{font-size:24px;}
.seize-video .play{width:70px;height:70px;}
.seize-video .play > img{height:30px;}

}

@media screen and (max-width:420px){

.seize-video .txt h3{font-size:22px;}

}