.map_control {
    top: 8px;
}
.icon-map_on:before {
   font-family: "Font Awesome 5 Free";
   content: "\f279";
   display: inline-block;
   vertical-align: middle;
   font-weight: 900;
}
.icon-map_off:before {
   font-family: "Font Awesome 5 Free";
   content: "\f279";
   display: inline-block;
   vertical-align: middle;
   font-weight: 400;
}
.annotation {
    background-color: #000000;
    opacity: 0.5;
    color: #ffffff;
}
.arrows_nav .arrows {
    opacity: 0.5 !important;
    color: rgb(0,0,0) !important;
}
.list_control {
    background-color: #000000;
    opacity: 0.5;
    color: #ffffff;
}
.frame {
    background-color: rgba(0,0,0,0.5);
}