body {
    background-color: darkslategrey;
    text-align: center;
    color: orangered;
    font-smooth: never;
    -webkit-font-smoothing : none;
}

table {
    margin-left:auto;
    margin-right:auto;
    width:75%;
    table-layout:fixed;
}

td {
    width:50%;
    align:center;
    text-align:center;
    padding:10px;
}

img.resize{
    max-width:100%;
    max-height:100%;
}

img.center{
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
