.parking-map-section {
    margin: 70px  0 140px 0;
}

.parking-map {
    position: relative;
    padding-bottom: 64.25%;
}

.parking-map iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.parking-cta {
    text-align: center;
    margin-top: 77px;
}

@media only screen and (max-width:1024px){
    .location-grid-section .prorperty-single-title a.btn {
        margin-top: 35px !important;
    }
    .parking-map-section {
        margin: 30px  0 130px 0;
    }
    .parking-map {
        padding-bottom: 89%;
    }
}
