.fullwidth_video_module_wrap{
    padding-bottom: 56.25% !important;
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.video_sec_wrap_v2 video {
    width: 100%;
}
.VideoCoverImage_v2 img{
  height:100%;
  width:100%;
}
.Button_animation{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 120px;
    margin: 0 auto;
    font-size: 12px;
    line-height:13px;
    background: #2b4fb9;;
    color: #fff;
    letter-spacing: 2px;
    border-radius: 5px;
    text-transform: uppercase;
    text-align: center;
    cursor: auto;
    z-index: 10;
}
.headerfix .Button_animation,
.headerfix .fullwidth_video_module_wrap:after{
  display:none;
}
.fullwidth_video_module_wrap:after {
    content: "";
    position: absolute;
    top: 42%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(316deg);
    transform: rotateZ(316deg);
    -webkit-animation: fadeDown 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite;
    animation: fadeDown 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite;
}
@-webkit-keyframes fadeDown {
    0% {
      opacity:0;
      margin-top: 0;
    }
    50% {
      opacity:0.5;
      margin-top: 10px;
    }
    70% {
      opacity:1;
      margin-top: 15px;
    }
    100% {
      opacity:0;
      margin-top: 20px;
    }
}
         
@keyframes fadeDown {
   0% {
      opacity:0;
      margin-top: 0;
    }
    50% {
      opacity:0.5;
      margin-top: 10px;
    }
    70% {
      opacity:1;
      margin-top: 15px;
    }
    100% {
      opacity:0;
      margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
 .Button_animation,
 .fullwidth_video_module_wrap:after{
   display:none;
 }
}