#right_bottom_card {
  top: 100%;
  transition: top 300ms ease 0s;
  max-height: 85%;
  z-index: 6;
}

.fade-in {
  top: 8px !important;
}
@media screen and (min-width: 1240px) {
  #right_bottom_card {
    top: 100%;
    transition: top 300ms ease 0s;
    max-height: 85%;
    z-index: 6;
  }
  .fade-in {
    top: 28px !important;
  }
}
