.sticky-top {
  transition: all 0.3s ease-in;
  height: 100px;
}

.stuck .sticky-top {
  height: 60px;
}
