.img-gallery-col {
  padding-top: 10px;
  padding-bottom: 10px;
}

/**
 * https://www.h3xed.com/web-development/how-to-make-a-responsive-100-width-youtube-iframe-embed
 */
.vid-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.vid-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.campaign {
  background: rgb(43, 75, 173);
  color: white;
  font-weight: bold;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.campaign a {
  color: white;
  text-decoration: underline;
}

.campaign h2::after {
  content: none !important;
}

.campaign img {
  margin-bottom: 15px;
}

/**
 * https://a11y-101.com/development/skip-link
 */
 .display-on-screen-readers-only {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.display-on-screen-readers-only:focus {
  clip: auto;
  height: auto;
  overflow: auto;
  position: absolute;
  width: auto;
}

.social-media {
  position: absolute;
  right: 42px;
  bottom: -164px;
  font-size: 39px;
}

@media (min-width: 992px) {
  .social-media {
    bottom: -137px;
  }
}

.social-media a {
  color: white;
}

.social-media li {
  display:inline;
  padding: 0 10px;
}

@media (max-width: 768px) {
  .my-hide-on-mobile {
    display: none;
  }
}

@media (min-width: 768px) {
  .my-hide-on-desktop {
    display: none;
  }
}
