    .llp-city-img {
        border: 1px solid #000;
    }

    .llp-catchy-location {
        text-align: center;
    }

    #llp-map {
        width: 320px;
        height: 240px;
        margin: auto;
    }

    /* Smaller than Desktop */
    @media (max-width: 1024px) {
        .llp-map-container{
            padding-top: 20px;
        }
    }

    /* Smaller than Tablet */
    /* @media (max-width: 767px) {
    } */
