﻿
.levelup_hero_container {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}


.levelup_hero_wrapper {
    background-color: #272c6e;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .levelup_hero_wrapper {
        margin-bottom: 2px;
    }
}


.levelup_heroImg.image-big {
    display: block;
}

.levelup_heroImg.image-small {
    display: none;
}

@media (max-width: 575px) {
    /*.levelup_heroImg {
        width: 100%;
    }*/

        .levelup_heroImg.image-big {
            display: none;
        }

        .levelup_heroImg.image-small {
            display: block;
        }
}