.countdown-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #07182c;
}
.countdown-left {
  width: 55%;
}
.countdown-left-img {
  width: 100%;
}
.countdown-right {
  width: 45%;
}
.countdown-gamping-container {
  width: 90%;
}

.countdown-left-img img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Tablet (769px to 1024px) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .countdown-container {
    flex-direction: column;
    justify-content: left;
    align-items: left;
  }
  .countdown-left {
    width: 85%;
    margin-right: auto;
  }
  .countdown-right {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
  }
}

/* Mobile (Max 768px) */
@media only screen and (max-width: 768px) {
  .countdown-container {
    flex-direction: column;
    justify-content: left;
    align-items: left;
    padding-top: 8px;
  }
  .countdown-left {
    width: 85%;
    margin-right: auto;
  }
  .countdown-right {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
  }
  .countdown-gamping-container {
    width: 90%;
  }
}

div#top-banner-mini-icon-div {
    margin-left: 20px;
    position: relative;
    bottom: 7px;
    border-radius: 2px;
    overflow: hidden;
    height: 32px;
    transition: all 1s ease-in-out;
    z-index: 2;
}

#countdown-container {
    overflow: hidden;
    transition: all 1s ease-in-out;
}

.countdown-parent {
    overflow: hidden;
    display: grid;
    grid-template-rows: 1fr;
    transition: all 1s ease-in-out;
}

.countdown-wrapper,
.countdown-bg {
    background: transparent;
}

.top-banner-hide {
    grid-template-rows: 0fr !important;
    transition: all 1s ease-in-out;
}

.ribbon-wrapper-hide {
    background: transparent;
}

.ribbon-bg-hide {
    background: transparent;
}

#top-banner-mini-icon-btn {
    width: 32px;
    height: 32px;
    background-color: transparent;
    border: 0px;
    cursor: pointer;
    z-index: 1;
    position: relative;
    transition: all 1s ease-in-out;
    /* transform: translateY(32px); */
}

.top-banner-mini-icon {
    width: 32px;
    height: 32px;
}