span.av-countdown-timer-inner {
    grid-template-columns: 1fr;
}

#latest .bolder-title .av-special-heading-tag {
    line-height: 1.25 !important;
}

.inner-text-heading h3 {
    font-size: 22px;
}

.avia-video {
    border: 1px solid #ebebeb !important;
}

.center-four-col.main_color .flex_column {
    background-color: #f8f8f8;
}

.alt-button {
    background-color: #ffa318;
    color: #fff !important;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 3px;
    margin-top: 20px;
}

.alt-button:hover {
    opacity: .9;
}

.live-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; 
}

.live-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}