.all {
  max-width: 750px;
  margin: auto;
  padding: 5% 5% 60px;
}

.title {
  font-size: 18px;
}

.flx {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #999;
  font-size: 12px;
}
.flx a {
  color: #999;
}

.flx2 {
  margin-top: 20px;
}

.content {
  margin-top: 15px;
}
.content img, .content video {
  max-width: 100% !important;
}