h1{
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 600;
  color: inherit;
  text-rendering: optimizeLegibility;
}

#content em img {
  cursor: pointer;
}

#content .full-size {
  position: relative;
}

#content .gallery .image {
  display: block;
  background-size: cover;
  background-position: center;
  margin-bottom: 30px;
  height: 200px;
}

#content .gallery .image.big {
  height: 430px;
}

#content .more-info .media {
  margin-bottom: 30px;
  text-decoration: none;
}

#content .more-info .media .image {
  width: 150px;
  height: 110px;
  margin-right: 60px;
  background-size: cover;
  background-position: center;
  border: 5px solid #F7D8B5;
}

#content .more-info .media .media-body .other {
  color: #848484;
  margin-bottom: 10px;
}

#content .more-info .media .media-body b {
  color: #000;
}

@media (max-width: 1499px) {

  #content .gallery .image {
    height: 160px;
  }

  #content .gallery .image.big {
    height: 350px;
  }

  #content .more-info .media .image {
    width: 130px;
    height: 90px;
    margin-right: 30px;
  }
}


@media (max-width: 991px) {

  #content .gallery .image {
    height: 100px;
  }

  #content .gallery .image.big {
    height: 230px;
  }
}

@media (max-width: 767px) {

  #content .header h1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }

  #content .gallery .image {
    height: 70px;
  }

  #content .gallery .image.big {
    height: 170px;
  }
}

@media (max-width: 575px) {
  #content .gallery .image {
    height: 60px;
  }

  #content .gallery .image.big {
    height: 150px;
  }
  #content .header h1 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  #content .speaker img {
    margin-bottom: 30px;
  }
}

@media (max-width: 399px) {
  #content .more-info .media .image {
    width: 100px;
    height: 100px;
    margin-right: 20px;
  }
}

