.vidbackground {
  position: absolute;
  max-width: 100%;
  opacity: 0.8;
  z-index: -10;
  overflow: hidden;
  filter: blur(8px);
}

@media (max-width: 930px) {
  .vidbackground {
    visibility: hidden;
  }
}

.fit-cover.vidpicbg {
  z-index: -1;
  visibility: hidden;
}

@media (max-width: 930px) {
  .fit-cover.vidpicbg {
    z-index: -1;
    visibility: visible;
  }
}

strong {
  font-size: 1.2rem;
}

