#carouselButtons {
  margin-left: 100px;
  position: absolute;
  bottom: 0px;
}

.carousel-caption{
  padding-bottom: 0;
}

@media only screen and (max-width: 600px) and (min-width: 320px)  {

  .myCarousel{
    margin-top: 30px !important;
  }
  .carousel{
    margin-top: 70px;
  }
  .carousel-caption {
    display: none;
  }
  .carousel-indicators{
    bottom: -45px;
  }
}