@media only screen and (min-width:100px) and (max-width:768px) {

    .hero-text {
    margin-top: 80px!important;
}

.desktopview {
    display: none;
}

.mobileview {
    display: block;
}

    .hero {
        padding: 74px 0.0rem 1rem;
    }

}