@charset "UTF-8";

#mv_outer {
    margin: 0 0 100px 0 !important;
}
.lead{
    font-size: 3rem;
}
@media screen and (max-width: 768px) {
#mv_outer {
    margin: -10vh 0 6vh 0  !important;
}
.lead {
    font-size: 5vw;
}
}
