
.picturebox-small-left,
.picturebox-small-right {
  display: block;
  align-items: center;

  padding: 2.464px;
}

.picturebox-right,
.picturebox-small-right
{
  float: right;
  margin: 6.160px 0px 6.160px 15px
}

.picturebox-left,
.picturebox-small-left
{
  float: left;
  margin: 6.160px 15px 6.160px 0px
}

.picturebox-left,
.picturebox-right {
  background-color: #f7f9fa;
  border: 1px solid #a2aab2;
  display: flex;
  flex-direction: column;
  align-items: center;
  
  width: fit-content;
  padding: 2.464px;
}

#picturebox-image-1, /*ADD HERE LARGE*/
#picturebox-image-2,
#picturebox-image-3,
#picturebox-image-4,
#picturebox-image-5,
#picturebox-image-6,
#picturebox-image-7,
#picturebox-image-8,
#picturebox-image-9,
#picturebox-image-10 {  
  max-width: 220px;
  margin-bottom: 2px;
}

#picturebox-image-1-small, /*ADD HERE SMALL*/
#picturebox-image-2-small { 
  width: 126px;
  margin-bottom: 2px;
}

#picturebox-image-1, /*ADD ALL HERE*/
#picturebox-image-2,
#picturebox-image-3,
#picturebox-image-4,
#picturebox-image-5,
#picturebox-image-6,
#picturebox-image-7,
#picturebox-image-8,
#picturebox-image-9,
#picturebox-image-10,
#picturebox-image-1-small,
#picturebox-image-2-small,
#featured-picture {
  cursor: zoom-in;
  transition: 0.3s;
}

#picturebox-image-1:hover, /*ADD HOVER HERE*/
#picturebox-image-2:hover,
#picturebox-image-3:hover,
#picturebox-image-4:hover,
#picturebox-image-5:hover,
#picturebox-image-6:hover,
#picturebox-image-7:hover,
#picturebox-image-8:hover,
#picturebox-image-9:hover,
#picturebox-image-10:hover,
#picturebox-image-1-small:hover,
#picturebox-image-2-small:hover,
#featured-picture:hover {
  opacity: 0.7;
  cursor: zoom-in;
}

/*unknown*/
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* 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 */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  max-height: 80vh;
  object-fit: contain;
}

/* Caption of Modal Image */
#caption,
#globalModalCaption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: auto;
}

/* Add Animation */
.modal-content,
#caption,
#globalModalCaption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}


@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 2.857em;
  font-weight: bold;
  transition: 0.3s;
}

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

.infobox-image-caption {
  font-size: 0.88em;
  text-align: center;
  margin-top: 2.5px;
  margin-bottom: 2.5px;
}

.infobox-table {
  border-collapse: collapse;
}

.table, th, td {
font-size: 0.88em;
line-height: 18.48px;
text-align: left;
vertical-align: top;
padding-bottom: 6px;
}

th {
  font-weight: 700;
}

td {
  width: auto;
  padding-left: 5px;
}

@media (max-width: 780px) {
  .picturebox-left,
  .picturebox-right {
    float: none;
    max-width: 75%;
    padding: 2.464px;
    margin: auto;
  }

  #picturebox-image-1,
  #picturebox-image-3,
  #picturebox-image-4,
  #picturebox-image-5,
  #picturebox-image-6 {
    max-width:100%;
  }
}