.module_image_or_video {
  margin-bottom: 60px;
}
@media (min-width: 769px) {
  .module_image_or_video .width-50 {
    width: 50%;
  }
  .module_image_or_video .width-60 {
    width: 60%;
  }
  .module_image_or_video .width-70 {
    width: 70%;
  }
  .module_image_or_video .width-80 {
    width: 80%;
  }
  .module_image_or_video .width-90 {
    width: 90%;
  }
  .module_image_or_video .width-100 {
    width: 100%;
  }
}
.module_image_or_video .start {
  /*margin-left: 0;*/
  text-align: left;
}
.module_image_or_video .center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.module_image_or_video .end {
  /*margin-left: auto;*/
  text-align: right;
}

/*.module_image_or_video img {
  max-height: 350px;
}*/