/**
Pubwriter Base CSS file - Don't make theme changes here! Keep them in your sitename.css file
*/

/* Don't print link hrefs */
@media print {
  a[href]:after {
    content: none;
  }
}

/* Make the default line break darker */
.pubwriter hr {
  border-color: #d5d5d5;
}

/* Center all Images Responsive */
.pubwriter img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  max-height: 350px;
}

/* Responsive embedded videos */
.pubwriter .video-container {
  position: relative;
  padding-bottom: 25em;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}

/* Responsive embedded videos */
.pubwriter .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 100%*/
}

/* Mobile styles */
@media screen and (max-width: 768px) {
  /* Make font normal size on mobile */
  .pubwriter p {
    font-size: 1rem;
  }
}
