.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; }
.mobile_menu{opacity: 0; height: 0; overflow: hidden; visibility: hidden;}
.root_main{width: 100%;overflow: hidden;}
@media (max-width: 750px) {
    .logo_header{max-height:40px;}
    .logo_footer{max-height:30px;}
    .mobile_menu.active{opacity: 1; height: auto; visibility: visible;}
   footer .items-center{justify-content: center;}
}