/*--- Bootstrap Mobile Gutter Fix --*/
.row,
.container-fluid {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/*--- Fixed Video Background iOS/Mobile Style --*/
section#teaser {
  width: 100%;
  height: 100vh;
  margin-top: -61px;
  position: relative;
}

section#teaser .before-teaser {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -2;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

section#teaser::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

div#info {
  position: absolute;
  bottom: 40px;
  width: 100%;
  z-index: 2;
}

div#info i {
  font-size: 16px;
  padding: 0.5rem;
  color: white;
  border-radius: 50%;
  border: 2px solid white;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.volume-icon {
  width: fit-content;
}

/* countdown */
.banner {
  background-color: rgba(244, 255, 177, 0.8);
  border-radius: 0.375rem;
}

.time-block {
  background-color: white;
  flex-direction: column;
  border-radius: 5px;
  padding: 0px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.time-block div {
  font-size: 22px;
  font-weight: 500;
}

.time-block p {
  font-size: 10px;
}

.countdown .row {
  gap: 5px;
}

.countdown-title {
  font-size: 22px;
  font-weight: 500;
}

.conference-btn a {
  background-color: rgba(99, 186, 198, 1);
  color: rgba(75, 51, 22, 1);
}
