/*-----------------------------------------------------------------------*/
/* Styles the inner elements of the modal that is used to show new       */
/* images associated with the furniture that is clicked.                 */
/*-----------------------------------------------------------------------*/

/**
    Second section holds styling for the show image modal.
*/
.image-modal-inner div span {
  top: 1rem;
  right: 1.75rem;
}

.image-modal-inner img {
  height: 40rem;
  width: 53.2rem;
  margin: 0 auto;
  display: block;
  border-radius: 0.35rem;
}
