/* Add here all your CSS customizations */

@media only screen and (max-width: 700px) {
    .top-10{
        margin-top: 10px!important;
    }

    .top--145 {
        margin-top: -145px;
    }

    .top--100 {
        margin-top: -100px;
    }

    .left-0 {
        margin-left:0px!important;
    }

    .video-100 {
        width: 100%!important;
        height: 206px!important;
    }

    
  
}