@media screen and (max-width: 1280px) {
  #pagewrap {
    width: 100%;
    background: none;
    background-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    padding: 0px;
    margin: 0px;
  }
}
.single-post.sidebar-none #content {
  padding-top: 30px;
}