.container {
  margin-top: 0px;
}

.inner {
  max-width: 800px;
}

.news img {
  width: 100%;
}
.news-title h1 {
  font-weight: normal;
  font-size: 1.25rem;
  color: #FFF;
}
.news-source {
  margin: 10px 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  white-space: nowrap;
}
.news-source a {
  font-size: 0.75rem;
  padding-right: 10px;
  line-height: 20px;
  border-right: rgba(255, 255, 255, 0.2) solid 1px;
}
.news-source:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.news-top {
  margin: 40px 0;
}
.news-video {
  position: relative;
  margin: 40px 0;
  padding-bottom: 56.25%;
}
.news-video iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.news-line {
  position: relative;
  height: 1px;
  background: #666;
  margin: 40px 0;
}
.news-text p {
  margin-bottom: 20px;
}
.news-photos img {
  margin-bottom: 20px;
}
.news-btn {
  text-align: center;
  margin-top: 40px;
}
.news-btn a {
  display: inline-block;
  padding: 5px 30px;
  margin: 0 10px;
  border: rgba(255, 255, 255, 0.2) solid 1px;
  font-size: 0.875rem;
  border-radius: 5px;
}

.lineT:after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: -3px;
  background: #666;
  border-radius: 50%;
}

.lineB:after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: -3px;
  right: 0;
  background: #666;
  border-radius: 50%;
}

@media screen and (max-width: 900px) {
  .news-title h1 {
    font-size: 1rem;
  }
}
