
#main {
  margin: 0 auto;
  word-wrap: break-word;
}

/*
img {
  max-width: 100%;
  width: 100% !important;
}
*/

.image-wrapper {
  position: relative;
  padding-bottom: 50%;
  overflow: hidden;
}

.image-wrapper img.grid {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}