/* This section is for the video icon in the footer section */
.Footer-Overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
}

.Footer-Overlay img {
  height: 10%;
  width: 20%;
}

.footer-large-image {
  margin: 0 !important;
}

.footer-large-image > div > div > img {
  width: 100%;
  height: 100%;
}

.footer-large-image > div > div > a > img {
  width: 100%;
}

.footer-large-image {
  position: relative;
}

.footer-image-title {
  display: block;
  position: absolute;
  top: 15%;
  left: 8%;
  font-size: clamp(1.4em, 3vw, 3em); /* Added by Kazi 3.1.23 to set text size*/
  width: 45%;
  color: white;
  font-weight: 700;
  line-height: 1.1;
  padding: 10px;
}

.footer-image-title:hover {
  color: #fff;
  background-color: #900;
}

@media only screen and (max-width: 600px) {
  .footer-image-title {
    font-size: 1.4em;
  }
}
