.inner_background {
  background: url('https://www.ab-conservation.com/default/assets/file/wildlife_cameras_background.jpg')
    no-repeat top center;

  /*
  background-color: none;
  background-image:
  background-position:
  background-size:
  background-repeat:
  background-origin:
  background-clip:
  background-attachment:
  */

  background-size: conatin;
}

.peregrineHomeTitleContainer {
  margin-top: 100px;
  margin-bottom: 20px;
  margin-left: 175px;
}

.peregrineYear {
  font-size: 1.5em;
  color: white;
}

.peregrineTitle {
  font-size: 2.5em;
  font-weight: 800;
  color: white;
}

.logoContainer h2 {
  color: white !important;
  font-size: 25px !important;
}

.ml5 {
  margin-left: 5px;
}

.textContainer {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2em;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 20px;
}

.largeTitle {
  color: white !important;
  font-size: 2.4em !important;
  font-weight: 800;
}

.textContainer h4 {
  color: white !important;
  font-weight: 800;
}

.highlightText {
  font-weight: bold;
  font-size: 1.2em;
}

.peregrine_title_container {
  text-align: right;
}

.button_container {
  text-align: right;
}

.button_container .btn {
  margin-right: 3px !important;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .inner_background {
    background-image: url('https://www.ab-conservation.com/default/assets/file/wildlife_cameras_background.jpg');
  }
  .BS3HelperContainer {
    color: green !important;
  }
  .peregrineHomeTitleContainer {
    margin-top: 100px;
    margin-left: 0px;
    text-align: right;
  }
  .peregrineTitle {
    font-size: 1.2em;
    text-shadow: 1px 1px 1px #000;
  }
  .peregrineYear {
    font-size: 1em;
    color: white;
    text-shadow: 1px 1px 1px #000;
  }
  .button_container {
    text-align: left;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .inner_background {
    background-image: url('https://www.ab-conservation.com/default/assets/file/wildlife_cameras_background.jpg');
  }
  .BS3HelperContainer {
    color: blue !important;
  }
  .peregrineHomeTitleContainer {
    margin-top: 100px;
    margin-left: 150px;
  }
  .peregrineTitle {
    font-size: 1.7em;
  }
}

@media (min-width: 992px) {
  .inner_background {
    background-image: url('https://www.ab-conservation.com/default/assets/file/wildlife_cameras_background.jpg');
  }
  .BS3HelperContainer {
    color: red !important;
  }
  .peregrineHomeTitleContainer {
    margin-top: 100px;
    margin-left: 100px;
  }
  .peregrineTitle {
    font-size: 2em;
  }
}

@media (min-width: 1200px) {
  .inner_background {
    background-image: url('https://www.ab-conservation.com/default/assets/file/wildlife_cameras_background.jpg');
  }
  .BS3HelperContainer {
    color: yellow !important;
  }
  .peregrineHomeTitleContainer {
    margin-top: 100px;
    margin-left: 105px;
  }
  .peregrineTitle {
    font-size: 2.5em;
  }
}

#wrapper {
  background-color: #70a3da;
}

.youTubeContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  margin-bottom: 20px;
}

/* Then style the iframe to fit in the container div with full height and width */
.youTuberesponsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.selectedCameraImage {
  border: 2px yellow solid;
}
