@media only screen and (max-width: 600px) {
    .vector img {
        height: 250px;
    }

    .preloader-text {
        font-size: 2.5rem;
    }

    .loading-text {
        width: 90%;
    }
}