.sfw-video-footer {
  width: 100%;
  height: 465px;
  display: grid;
  grid-template-columns: 39% 61%;
  background: #021406;
  overflow: hidden;
}

.sfw-footer-contact {
  background: #021406;
  color: #fff;
  padding: 58px 0 50px 92px;
  z-index: 2;
}

.sfw-footer-item {
  margin-bottom: 38px;
}

.sfw-footer-item h6 {
  font-size: 19px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 14px;
  color: #fff;
}

.sfw-footer-item p,
.sfw-footer-item a {
  font-size: 18px;
  line-height: 1.55;
  color: #fff;
  text-decoration: none !important;
  margin: 0;
}

.sfw-footer-video-wrap {
  position: relative;
  height: 465px;
  background: #021406;
  overflow: hidden;
}

.sfw-footer-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sfw-footer-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 20, 0, .12);
  pointer-events: none;
}

.sfw-footer-credit {
  position: absolute;
  right: 32px;
  bottom: 28px;
  z-index: 5;
  color: #fff;
  text-align: right;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.35;
}

.sfw-footer-credit a {
  color: #fff;
  text-decoration: none;
}

.sfw-footer-credit a:hover {
  color: #04fc3a;
}

@media (max-width: 768px) {
  .sfw-video-footer {
    grid-template-columns: 42% 58%;
    height: 390px;
  }

  .sfw-footer-contact {
    padding: 32px 18px;
  }

  .sfw-footer-item {
    margin-bottom: 22px;
  }

  .sfw-footer-item h6 {
    font-size: 12px;
  }

  .sfw-footer-item p,
  .sfw-footer-item a {
    font-size: 12px;
  }

  .sfw-footer-video-wrap {
    height: 390px;
  }

  .sfw-footer-credit {
    right: 10px;
    bottom: 12px;
    font-size: 7px;
  }
}