@media print {
    .videos{
    margin: auto;
    align-self: center;
    width: 100%;
    height: 325px;
  }

details,nav,.hrt,.hrbottom,.sr-only,header,.videos,.submit-button,.reset-button{
    display: none;
}
.cont {
    width: 100%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0px 0px rgba(0,0,0,0.5);
    border-radius: 0px;
    border: 0px;
  }

.img-mid {
    width: 40%;
    height: 50%;
  }
  .img-gallery{
    width: 40%;
    height: 40%;
  }
.average-letter-height {
    font-size: 1.1em;      
  }
  .maintext{
    font-size: 1.5em;
  }
  .sidetext{
    font-size: 1.2em;
    color: #000000;    
    text-align: center;
  }
  .specialmeaning{
    font-size: 1.0em;
    font-weight: bold;
    font-style: italic;
  }

.mid-table{
  margin: auto;
  font-size: 1.1em;
  color: #000000;
  justify-content: center;
}
.mid-table td{
  border: 1px solid black;
}
.mid-table th{
  border: 1px solid black;
}
}