.cc-video {
  position       : relative;
  padding-bottom : 56.25%; /* 16:9 */
  padding-top    : 25px;
  height         : 0;
}
.cc-video iframe {
  position       : absolute;
  top            : 0;
  left           : 0;
  width          : 100%;
  height         : 100%;
}
.cc-xl-push {
  margin-top     : 30px;
}

.button {
    font-family: "United Sans",Impact,"Arial Black","sans serif";
    color: #000 !important;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center;
    padding: 8px 2em 6px 2em;
    border: 2px solid #8e6f3e;
    margin-right: 5px;
}

.button:hover {
    color: #fff !important;
    border-color: #8e6f3e;
    background-color: #8e6f3e;
}