﻿

@media screen and (max-width:680px) {

    #MainPage-Text h2 {
        color: white !important;
        font-size: 2em !important;
        font-weight: 500 !important;
        margin-top: -12% !important;
    }


    #MainPage-Text img {
        visibility: hidden !important;
    }
}
