section.banner_full_screen{padding:0;position:relative;margin-top:-95px;min-height:101vh;display:flex;align-items:center;justify-content:center;background-repeat:no-repeat;background-size:cover;background-position:center}section.banner_full_screen video.video_background{position:absolute;height:120vh;min-height:1000px;top:0;z-index:-1;width:auto;object-fit:cover}section.banner_full_screen .mobile_background{position:absolute;top:0px;left:0px;right:0px;bottom:0px;background-repeat:no-repeat;background-size:cover;background-position:center;display:none}section.banner_full_screen .center_content{position:relative;z-index:3;text-align:center}section.banner_full_screen .center_content h1{font-size:53px;text-transform:uppercase}section.banner_full_screen .center_content p{text-transform:uppercase;font-size:22px}section.banner_full_screen .center_content .cta_banner{margin-top:40px}section.banner_full_screen .bottom_arrow{position:absolute;width:36px;height:36px;background:#fff;border-radius:50%;left:calc(50% - 18px);bottom:30px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}section.banner_full_screen .bottom_arrow a{text-decoration:none;height:45px}section.banner_full_screen .bottom_arrow a i{color:#51a7f9;font-size:32px}section.banner_full_screen .bottom_arrow:hover{transform:translateY(8px)}@media screen and (min-width:1600px){section.banner_full_screen video.video_background{width:100%;height:auto}}@media screen and (max-width:768px){section.banner_full_screen .center_content h1{font-size:45px}section.banner_full_screen video{display:none}section.banner_full_screen .mobile_background{display:block}}