.video-inner a { position: relative; display: inline-block; width: 100%; height: 100%; }
.video-inner a:after { content: ''; position: absolute; height: 110px; width: 110px; z-index: 2; left: 0; right: 0; bottom: 0; top: 0; margin: auto; border-radius: 100%; background-image: url(https://tietopankki.tikkurila.fi/hubfs/play.svg); background-repeat: no-repeat; background-size: cover;background-color: rgba(0,0,0,.5); }
.video-inner a img { width: 100%; height: 100%; object-fit: cover; }
.banner-video-wrapper { float: left; width: 100%; position: relative; }
.scroll-down { float: left; width: 100%; text-align: center; margin-top: -70px; position: relative; }
.scroll-down { color: #F8E8A0; text-transform: uppercase;  }
.scroll-down:before { content: '\f107'; position: absolute; height: 78px; width: 34px; border: 4px solid #F8E8A0; border-radius: 36px; top: -95px; left: 0; right: 0; margin: auto; font-family: fontawesome; display: flex; align-items: flex-end; justify-content: center; color: #F8E8A0; font-size: 32px; background: rgba(0, 0, 0, 0.5); }
.scroll-down:after { content: ''; position: absolute; height: 10px; width: 10px; border: 3px solid #F8E8A0; border-radius: 100%; display: flex; left: 0; right: 0; margin: auto; top: -80px; }
.video-inner { height: 100vh; }

@media (min-width:1700px) { 
   
}


@media(max-width: 600px)
{
   .scroll-down{ margin-top: -50px; }  
   .scroll-down:before{ height: 65px; width: 25px; border: 3px solid #F8E8A0;top: -80px;font-size: 25px;}
   .scroll-down:after {height: 8px; width: 8px; top: -68px; border: 2px solid #F8E8A0;}
   
}
}