.disc-container {
  width:100%;
  visibility: hidden;
}
.disc-container.loaded {
  visibility: visible;
}

.disc-left-col,
.disc-right-col {
  float: left;
  width: 50%;
}

.disc-right-col {
  margin: 0 auto;
}
.disc-left-col {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}

.disc-right-col .content {
  display: table-cell;
  vertical-align: middle;
  height: inherit;
  width: inherit;
  margin:0 auto;
}

.disc-right-col .content .title,
.disc-right-col .content .body {

  margin: 0 auto;
}
.disc-right-col .content .title{

  font-size:54px;
  line-height:47px;
  font-family:'LinotypeDidotRoman';
  font-weight:normal;
  text-transform:uppercase;
  text-align:center;
  width:500px;

}
.disc-right-col .content .body {
  margin:0 auto 7px;
  text-align:center;
  width:442px;
  line-height:1.25em;
}
@media screen and (max-width: 1024px) {

.disc-right-col .content .title{
    font-size: 40px;
    line-height: 35px;
    width: 335px;
}
.disc-right-col .content .body {
  width: 235px;
}

}