#section01 {
    background-image: url(/assets/img/accommodation/shape01.svg);
    background-repeat: no-repeat;
    background-position: 25% 3%;
    background-size: 263%;
    height: 100%;
}

.rowUp {
    margin-top: -156px;
}
section#section02 {
    background-color: #ffffff;
}
.aerial-markers {
    height: auto;
}

.bg-antlers h3{
    text-align: center;
}
.bg-antlers p{
    color:#333e4d;
    text-align: center;
}

@media only screen and (max-width: 992px) {
    .mobbr br{
        display: none;
    }
    .rowAccommodation{
        display: none;
    }
    ul.icon-group{
        margin-bottom: 0 !important;
    }
}