.imgSection {
  margin: 2rem auto;
  align-items: center;
  background-color: #eee;
  width: 75%;
  border-radius: 10%;
  padding: 1rem;
  justify-content: center;
  display: none;
}

.curImg {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 75%;
}

.imgName {
  font-size: 20px;
  margin: auto;
}

.imgAuthor {
  font-size: 25px;
  margin: 1rem auto;
}

.imgPhoto {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10%;
  max-height: 500px;
}

.funcBtn {
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75%;
  cursor: pointer;
}

.leftBtn {
  background-image: url(../media/left.png);
  margin-right: 1rem;
}

.rightBtn {
  background-image: url(../media/left.png);
  transform: scaleX(-1);
  margin-left: 1rem;
}

.deleteBtn {
  background-image: url(../media/trash.png);
  margin-top: 1rem;
  width: 50px;
  height: 50px;
}
