.jumbotron {
    background-color: #29282c;
    color: #ebe9dc;
}

.featurette-image {
    width: 294px;
    height: 494px;
    border: 0px;
}

.wide-video {
    width: 294px;
    border: 0px;
}

.featurette-image2 {
    width: 250px;
    height: 494px;
    border: 0px;
}

.title-image {
    width: 250px;
    height: 73px;
    border: 0px;
}

.carousel {
    height: 600px;
}

.carousel .item {
    height: 600px;
}

.carousel-inner > .item > img {
    width: 250px;
    height: 444px;
}

.center-image {
    width: 250px;
    height: 420px;
}

@media (min-width: 650px) {

  .featurette-image {
    width: 376px;
    height: 632px;
    margin-top: 30px; 
  }

  .wide-video {
    width: 376px;
    border: 0px;
  }

  .featurette-image2 {
    width: 320px;
    height: 632px;
    margin-top: 30px; 
  }

  .center-image {
    width: 320px;
    height: 538px;
  }

}

@media (min-width: 769px) {

  .title-image {
    width: 320px;
    height: 94px;
  }

  .center-image {
    width: 400px;
    height: 672px;
  }

  .carousel {
    height: 728px;
  }

  .carousel .item {
    height: 728px;
  }

  .carousel-inner > .item > img {
    width: 320px;
    height: 568px;
  }

}
