.cont {
  padding-top:50px;
}
#files {
  text-align:center;
  padding:50px 0;
}
.file-out {
  width:25%;
  min-width:250px;
  display:inline-block;
}
.file {
  width:100%;
  padding-bottom:100%;
  position:relative;
}
.file-in {
  position:absolute;
  top:5%;
  right:5%;
  bottom:5%;
  left:5%;
  background-color:#559FCC;
  color:#fff;
}
.file-in img {width:40%;transition:.3s;margin-top:-15%;}
.file-in:hover img {width:45%;}
.file-text {
  position:absolute;
  bottom:5%;
  height:23%;
  padding:0 5%;
  text-align:center;
  width:90%;
  text-transform:uppercase;
  letter-spacing:0.1em;
}

.wysiwyg {
  margin:0 auto;
}
@media (max-width:900px) {
.wysiwyg {
  padding:0 15px;
}
}