.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 28px 62px 62px;
  display: flex;
}

.video-element {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.brand {
  height: 190px;
  padding: 10px;
}

.gs-button {
  text-transform: uppercase;
  background-color: #76266f;
  border-radius: 14px;
  margin-bottom: 12px;
  margin-left: 9px;
  margin-right: 9px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
}

.video-element-copy {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .section {
    padding: 23px;
  }
}

@media screen and (max-width: 767px) {
  .horizontal-wrap {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding: 9px;
  }

  .brand {
    width: auto;
    height: auto;
    padding-bottom: 15px;
  }

  .horizontal-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading {
    font-size: 20px;
  }
}
