.saintsIdContainer{
  margin:2em;background-color:#FFF;
}

.saintsIdContainer h2 {
  margin:1em;
}

.saintsIdContainer div{
  padding:1em;
}

.saintsIdInstructions{
  table-layout: fixed;  
  width: 80%;
  border-collapse: collapse;
  border-top: 2px solid;
  border-left: 2px solid;
  border-right: 2px solid;
  margin-left:10%; 
  margin-right:10%;
}

.saintsIdInstructions th, .saintsIdInstructions td{
  padding: 20px;
  border: 2px solid;
}

.backToTop{
  display:block;
  margin-left:10%;
}

.iframe-container {
  overflow: hidden;
  /* Calculated from the aspect ration of the content (in case of 16:9 it is 9/16= 0.5625)*/
  padding-top: 56.25%;
  position: relative;
}
 
.iframe-container:before {
    content: '';
    display: block;
    position: relative;
    padding-bottom: 56.25%;
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}