*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

/* Make the image fully responsive */
.carousel-inner{
    background-color: rgb(0,0,0,0.7);
    height: 100vh;
} 
.carousel-inner img {
    margin-left: 18%;
    margin-top: 5%;
    width: 1000px;
    height: 80vh;
    cursor: grab;
  }