#ticker-wrap {
    animation-name: tick;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    animation-timing-function: linear;
}

@keyframes tick{
    from {transform: translateX(-500px);}
    to   {transform: translateX(-2000px);}
}

.card:hover {
    opacity: 75%;
}

.leaflet-layer,
.leaflet-control-zoom-in,
.leaflet-control-zoom-out,
.leaflet-control-attribution {
  filter: invert(100%) hue-rotate(180deg) brightness(95%) contrast(90%) saturate(0);
}

body{
    overflow-x: hidden !important; 
}

html{
    overflow-x: hidden;
}
