.mapix {
    position: relative;
    width: 100%;
    height: 100%;
    }
.mapix .mapix_options {
    display: none;
    }
.mapix .mapix_map {
    height: 100%;
    width: 100%;
    position: relative;
    }
.mapix .mapix_map iframe + div {
    display: none !important;
    }
.map_marker .gm-ui-hover-effect {
    border: none !important;
    outline: none !important;
    }
.map_marker .map_marker_title {
    font-size: 1.1em;
    font-weight: bold;
    }
.map_marker .map_marker_address {
    margin-bottom: 5px;
    }
.map_marker .map_marker_text {
    font-size: .9em;
    }
