@media screen and (max-width: 1000px) {


.content {
  font-size: 20px;
}

.carousel-title {
  width: auto;
}

.carousel {
  margin-top: 4em;
}

.content {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.page-content, .page-sidebar {
  display: block;
  width: auto;
}

.post-content {
  padding-right: 0;
}

.carousel-desktop {
  display: none;
}

.page-title {
  font-size: 2em;
}

.page-sidebar {
  padding-left: 0;
}

.posts {
  display: block;
}

.pagination {
  font-size: .7em;
}

header .search-desktop {
  display: none !important;
}
header .search-mobile {
      display: inline-block;
    position: absolute;
    top: 1.4em;
    right: 4em;
}

header .search-mobile img {
  width: 2em;
}

header .search-container input {
  width: 80%;
}

.ql-video {
  width: 100% !important;
}



/*END*/
}

@media screen and (min-width: 1000px) {
  .carousel-mobile {
    display: none;
  }
}

