main {
    background-image: url(/assets/img/accommodation/bg-seven.svg);
    background-repeat: no-repeat;
    background-position-y: 20%;
    background-position-x: 87%;
    background-size: 173%;
    height: 100%;
    margin-top: 5px;
    overflow: hidden;
}

.hero {
    background-image: url(/assets/img/accommodation/sevendeer/hero.jpg);
    height: calc(100vh - 197px);
    max-height: 840px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

a.btn.deer-button:after {
    background-color: #F39400;
}

#section0 {
    background-color: #202833;
}

.specs a {
    font-size: 1.1rem;
    color: #F39400;
    font-weight: 700;
}
h1 {
    color: #F39400;
}
p.to-let {
    color: #F39400;
}


.mapIcon {
    width: 100%;
    max-width: 40px;
    margin-right: 20px;
}

.specs ul li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #F39400;
    border-radius: 50%;
    left: -28px;
    top: 7px;
}

.deerNumber {
    width: 250px;
    padding-top: 15%;
}

.grid01 {
    width: 100%;
    height: 550px;
    background-image: url(/assets/img/accommodation/sevendeer/lightbox-01.jpg);
}

.grid02 {
    width: 100%;
    height: 275px;
    background-image: url(/assets/img/accommodation/sevendeer/lightbox-03.jpg);
}

.grid03 {
    width: 100%;
    height: 275px;
    background-image: url(/assets/img/accommodation/sevendeer/lightbox-02.jpg);
}

.grid04 {
    height: 275px;
    background-image: url(/assets/img/accommodation/sevendeer/lightbox-04.jpg);
}

.grid05 {
    height: 275px;
    background-image: url(/assets/img/accommodation/sevendeer/lightbox-05.jpg);
}


.aerial-markers {
    width: 100%;
}

.rowUp {
    margin-top: -156px;
}

@media only screen and (min-width: 1920px) {

    .hero {
        background-size: inherit;
    }
}


@media only screen and (max-width: 992px) {


    main {
        background-image: none;
    }

    .deerNumber {
        max-width: 230px;
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    .deer-button {
        padding: 14px 30px 14px 80px;

    }

    .to-let {
        font-size: 1.1rem;
        line-height: 2rem;
        text-align: left;
    }

    h1.title {
        font-size: 1.8rem;
        font-weight: 800;
        line-height: 2rem;
		color: #A78CC1;
    }

    .rowUp {
        margin-top: 0;
    }

}


@media only screen and (max-width: 768px) {

    .hero {
        height: calc(60vh);
        max-height: none;
    }

    .gridLabel {
        font-size: 12px;
    }

    .aerial--Selector {
        display: none;
    }

    .downloadFloor {
        letter-spacing: 0.02em;
        padding: 15px;
        font-size: 16px;
        float: left;
    }

}


@media only screen and (max-width: 576px) {

    .headIcon {
        width: 50px;
    }

    .grid01 {
        height: 275px;
    }

    .opener {
        padding: 15px;
        margin: 0 15px;
        transform: none;
    }

}