.map {
    width: 100%;
    height:160%;
}
.map_long {
    width:150% !important;;
    height:150%;
    z-index:99;
    animation: rotate 1s linear 1;
}

@keyframes rotate {
  from {
      transform: rotate(360deg);
      background: black;
      width:150%;
  }
}

#map_info {
    position: absolute;
    top: 600;
    left: 600;
    width: 30%;
    height: 1px;
    z-index:99999;
    padding-left: 5%;
    float: left;
}
#obj_info {
    font-family: 'Montserrat-SemiBold';
    text-transform: uppercase;
    font-size: 16px;
}

#map_contribution {
    position: absolute;

    right: 10px;
    z-index:97;
}
#alert_status {
    position: absolute;
    top: 600;
    left: 600;
    width: 70%;
    height: 1px;
    z-index: 1000;
    padding-left: 5%;
    float: left;
}
#alert_messages {
    position: absolute;
    top: 600;
    left: 600;
    width: 70%;
    height: 1px;
    z-index: 1001;
    padding-left: 5%;
    float: left;
}
