.hero-padding{padding-top:72px}@media (min-width:768px){.hero-padding{padding-top:96px}}.hero .left-content{animation:fadeIn .5s ease-in-out forwards;opacity:0}.hero .thumbnail{animation:fadeInUp .5s ease-in-out forwards;opacity:0}.video-fade-in{animation:fadeIn .3s linear}.video-fade-out{animation:fadeOut .25s linear}.video-front{background-color:rgba(0,0,0,.8)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}