* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.carousel-container {
  width: 500px;
  height: 500px;
  overflow: hidden;


}

.clearfix:after{
    content: "";
    clear: both;
    display: table;
}

img {
  width: 500px;
  height: 500px;
  float: left;

}
