.toggle-dot {
  transition: none !important;
}
html.loaded .toggle-dot {
  transition: transform 0.3s ease;
}
.logo{
  height: 80px;
  width: 80px;
  cursor: pointer;
}

[id^="carousel"] img {
    cursor: pointer;
}


