.card {
    overflow:hidden;
}

.card-body .rotate {
    z-index: 8;
    float: right;
    height: 100%;
}

.card-body .rotate i {
    color: #fff;
    position: absolute;
    left: 0;
    left: auto;
    right: 20px;
    bottom: 30px;
    display: block;
}

.card.text-white a{
    text-decoration: none;
    color: #fff;
}

/* MAP */
/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
#map {
    height: 100%;
}
