.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#carouselExampleIndicators {
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: none;
}

@media (min-width: 960px) {
  #bioletter {
    min-width: 0px;
    width: 0px;
  }
}

#bioletter {
  min-width: 640px;
}

@media (max-width: 960px) {
  #lettercontainer {
    display: none;
  }
}

@media (min-width: 960px) {
  #biotext_sm p {
    display: none;
  }
}

#biotext_sm {
  width: 100% !important;
}

