.wrapper {
  background-color: #f8f8f8;
  padding: 30px 0;
}

@media(max-width: 575px) {
  .wrapper {
    padding: 0;
  }
}

.post-container {
  background-color: #fff;
}

h1 {
  font-size: 30px;
  margin: 20px 0;
}

.post-date {
  color: #666;
}

.post-detail {
  color: #666;
  padding: 1rem;
  margin: 0;
}

.post-detail li {
  margin-bottom: 30px;
}

.post-detail li:last-child {
  margin-bottom: 0;
}

.carousel {
  background-color: #ced4da;
}

.carousel-item {
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.carousel-item video,
.carousel-item img {
  width: 100%;
  display: block;
  margin: 0 auto;
  outline: none;
}

@media(min-width: 576px) {
  .carousel-inner {
    height: 520px;
  }
  .carousel-item video {
    height: 100%;
  }
  .carousel-item img {
    display: none;
  }
}

h2 {
  font-size: 24px;
  padding: 30px 0 20px;
  margin: 0;
}

.post-content p {
  color: #666666;
}

.post-content p a {
  color: #666666;
  text-decoration: underline;
}

footer {
  margin: 0;
}