@media screen and (max-width: 1024px) {
    .video {
        min-height: 439px;
    }
    .box-middle, .box-right{
        padding: 20px !important;
    }
}

@media (max-width: 768px){
    .container {
        max-width: 719px;
    }
    .box-left, .box-middle, .box-right{
        margin-bottom: 10px;
    }
}

@media (max-width: 768px){
    .box-left, .box-middle, .box-right{
        margin-bottom: 10px;
    }
}

@media (max-width: 480px){
    .container {
        max-width: 480px;
    }
    #bev span{
        margin-right: 25px;
    }
    header nav span{
        display: none !important;
    }
    
}