.logo_header{max-height:60px;}
.logo_footer{max-height:50px;}
.justify-end{justify-content: end;}
.video_area{overflow: hidden;}
.video_area img{width: 100%; }
.box_y{transition: transform 0.4s ease; transform: translateY(30px)}
.box_x{transition: transform 0.4s ease; }
@media (max-width: 750px) {
    .logo_header{max-height:40px;}
    .logo_footer{max-height:30px;}
}