#videoDiv2 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: block;
  position: absolute;
  z-index: -99;
}

/* This has been changed */

#video2 {
  width: 100%;
  height: auto;
  z-index: -99;
}

/* This has been changed */

#videoMessage2 {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media (min-width: 300px) {
  .wave {
    z-index: 99;
    position: relative;
    margin-top: 50px;
  }
}

@media (min-width: 992px) {
  .wave {
    margin-top: -60px;
    position: relative;
    z-index: 99;
  }
}

@media (min-width: 300px) {
  .effects {
    position: absolute;
    width: 100%;
    height: 150px;
    z-index: 9;
    margin-top: -150px;
  }
}

.title {
  z-index: 9;
  margin-top: -100px;
  position: relative;
}

.card {
}

.card.title {
  z-index: 9999;
}

.img-fluid {
}

@media (min-width: 300px) {
  .img-fluid.adoption {
    width: 170px;
    margin-bottom: 10px;
    margin-top:-3pc;
  }
}

@media (min-width: 576px) {
  .img-fluid.adoption {
    width: 260px;
    margin-bottom: 10px;
    margin-top: -125px;
  }
}

@media (min-width: 992px) {
  .img-fluid.adoption {
    width: 300px;
    margin-bottom: 10px;
  }
}

.card.title {
}

.swiper-container {
  width: 100%;
  height: 300px;
}

.swiper-container2 {
  width: 100%;
  height: 300px;
}

.swiper-wrapper {
  align-items: center;
}

.swiper-slide {
  width: 175PX;
  height: 250px;
  border-radius: 7px;
}

#dodowell {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  #captiontext {
    font-size: 25px;
  }
}

#foot {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
