/* Standard
----------------------------------------*/
body.page-standard .content-body .content-back {
  //background: #ffffff;
  //padding: 50px 0;
}
body.page-standard .content-body:nth-child(2n+1) .content-back {
  //background: #eeeeee;
}
body.page-standard .content-body .content-table {
  //display: table;
  //margin: 0 auto;
}
body.page-standard .content-body .wrapper {
  //display: table-cell;
  //width: 50%;
  //vertical-align: top;
  //position: relative;
  //max-width: 600px;
}
body.page-standard .content-body .wrapper .content-image {
  //height: 100%;
  //position: absolute;
  //top: 20px;
  //border: 0;
  //left: 0;
  //right: 0;
  //text-align: center;
}
body.page-standard .content-body .wrapper .content-image img {
  //object-fit: cover;
  //height: 80%;
  //width: 100%;
  //overflow: hidden;
  //vertical-align: top;
}

@media screen and (max-width: 850px) {
  body.page-standard .content-body {
    //display: block;
  }
}
@media screen and (max-width: 850px) {
  body.page-standard .content-body .wrapper {
    //display: block;
    //width: 100%;
  }
}
@media screen and (max-width: 850px) {
  body.page-standard .content-body .wrapper div {
    //position: relative;
  }
}
@media screen and (max-width: 850px) {
  body.page-standard .content-body .wrapper div img {
    //object-fit: cover;
    //height: 100%;
    //width: 100%;
    //overflow: hidden;
  }
}