.zoom-iframe-container {
  overflow: hidden;
  width: 100%;
  height: 600px;
}

.zoom-iframe-container iframe {
  position: relative;
  width: 100%;
  height: 100%;
}

.zoom-link {
  background: #0e71eb; /* Green background */
  border-color: #0e71eb; /* Green border */
  color: #fff; /* White text */
  padding: 10px 16px; /* Some padding */
  cursor: pointer; /* Pointer/hand icon */
}

.zoom-window-wrap .zoom-link {
  margin: 0.4em;
}

.zoom-link:not(:last-child) {
  border-right: none; /* Prevent double borders */
}

/* Clear floats (clearfix hack) */
.zoom-link:after {
  content: "";
  clear: both;
  display: table;
}

/* Add a background color on hover */
.zoom-link:hover, .zoom-link:active {
  background-color: #2681f2;
}

.zoom-meeting-step1 .join-meeting-field {
 margin-bottom: 1em;
 display: inline-block;
}

ul.countdown {
    list-style: none !important;
    margin: 75px 0;
    padding: 0;
    display: block;
    text-align: center;
}
ul.countdown li {
    display: inline-block !important;
}
ul.countdown li span {
    font-size: 80px;
    font-weight: 300;
    line-height: 80px;
}
ul.countdown li.seperator {
    font-size: 80px;
    line-height: 70px;
    vertical-align: top;
}
ul.countdown li p {
    color: #a7abb1;
    font-size: 14px;
}

@media only screen and (min-width: 800px) {
  .zoom-iframe-container {
    width: 60%;
    height: 700px;
  }
}