main {
    background-image: url(/assets/img/accommodation/bg-nine.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/ninedeer/hero.jpg);
    height: calc(100vh - 205px);
    max-height: 840px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

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

.specs a {
    font-size: 1.1rem;
    color: #fff;
    font-weight: 700;
}
.mapIcon {
    width: 100%;
    max-width: 40px;
    margin-right: 20px;
}
.specs ul li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #fa1468;
    border-radius: 50%;
    left: -28px;
    top: 7px;
}
.deerNumber {
    width: 250px;
    padding-top: 15%;
}

.grid01 {
    width: 100%;
    height: 550px;
    background-image: url(/assets/img/accommodation/ninedeer/grid-01.jpg);
}
.grid02 {
    width: 100%;
    height: 275px;
    background-image: url(/assets/img/accommodation/ninedeer/grid-02.jpg);
}
.grid03 {
    width: 100%;
    height: 275px;
    background-image: url(/assets/img/accommodation/ninedeer/grid-03.jpg);
}
.grid04 {
    height: 275px;
    background-image: url(/assets/img/accommodation/ninedeer/grid-04.jpg);
}
.grid05 {
    height: 275px;
    background-image: url(/assets/img/accommodation/ninedeer/grid-05.jpg);
}
.grid06 {
    height: 275px;
    background-image: url(/assets/img/accommodation/ninedeer/grid-06.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;
    }
    .hero {
        height: calc(100vh - 245px);
    }

    .deerNumber {
        max-width: 230px;
        width: 100%;
        margin: 20px 0 0;
        display: block;
        padding-top: 0;
    }
    .deer-button {
        padding: 14px 45px 14px 100px;
    }
    .to-let {
        font-size: 1.1rem;
        line-height: 2rem;
        text-align: left;
    }

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

    .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;
    }
    .hero {
        height: 280px;
        max-height: none;
    }
    .deerNumber {
        max-width: 150px;
    }
    .specs ul {
        transform: translateX(0);
    }
    .specs ul li {
        font-size: 14px !important;
        padding-bottom: 10px;
    }

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

}
