@import url(./Responsive.css);

.content-wrapper {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .padding {
    padding: 8px;
    @media screen and (min-width: 768px){
    padding: 8px;
    }
  }
  
  .content-text {
    white-space: pre-wrap;
    font-size: 16px;
    line-height: 2em;
  }
  .content-text .img {
    margin: 2.2em 0;
  }
  .content-text .img img {
    width: 100%;
    height: auto;
  }
  .content-text .img .description {
    color: #9A9A9A;
    font-size: 0.75em;
    line-height: 1.4em;
    margin-top: 1em;
  }
  
  .empty-image {
    width: 100%;
    height: auto;
  }
  
  .lightboxed .standalone-closebtn {
    display: none !important;
  }
  
  .standalone-closebtn {
    position: fixed;
    z-index: 10000;
    top: 8px;
    right: 8px;
    display: none;
  }
  
  .standalone .standalone-closebtn {
    display: block;
  }
  
  .youtube .holder {
    width: 100%;
    height: auto;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }