/*********************
PROPERTY MAP STYLES
*********************/
@media (min-width: 0px) and (max-width: 576px) {
    .propertyMapClickToView a {
        font-size: 25pt;
    }
}
.propertyMapContainer {
    width: 100%;
    height: 250px;
    position: relative;
    background-image: url('./../images/gmap_blender_01.jpg');
    background-size: unset;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px auto;
    border-radius: 5px;
    cursor: pointer;
}
.propertyMapClickToView {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    padding: 30px 40px;
    text-align: center;
    font-size: 15pt;
    border: 1px solid #00aeef;
    background-color: rgba(255,255,255,0.8);
    border-radius: 15px;
    -webkit-transition: 2s; /* For Safari 3.1 to 6.0 */
    transition: 0.5s;
}
.propertyMapClickToView:hover {
    padding: 30px 60px;
}
.propertyMapClickToView a {
    color: #00aeef;
    font-family: Roboto,sans-serif;
    font-weight: 600;
    text-decoration: none;
}
.propertyMapClickToView a:hover, .propertyMapClickToView a:active {
    text-decoration: underline;
}
.propertyMap {
    width: 100%;
    height: 100%;
}