/* The Modal (background) */
.iw-preview-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.iw-preview-modal__action {
  color: #f1f1f1;
  font-size: 40px;
  transition: 0.3s;
}

.iw-preview-modal__action:hover,
.iw-preview-modal__action:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}