.img-container{
width: 60%;
height: 70vh;
background-color: rgb(250, 250, 2);
position: relative;
}
/* image slides start */
.img-container figcaption{
position: absolute;
top: 50px;
padding-left: 60px;
}
#img-one{
width: 100%;
height: 70vh;
position: absolute;
}
#img-two{
width: 100%;
height: 70vh;
position: absolute;
}
#img-three{
width: 100%;
height: 70vh;
position: absolute;
}
/* image slides end */