.related-item {
  width: 560px;
  margin-bottom: 1.25rem;
  margin-left: 1.25rem;
}
@media (max-width: 1659.98px) {
.related-item {
    width: 470px;
}
}
@media (max-width: 1399.98px) {
.related-item {
    width: 402px;
}
}
.related-item a {
  display: flex;
  flex-direction: column;
}
.related-item .card-body {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.related-item .card-body img {
  width: 518px;
  height: 250px;
  margin-bottom: 0.625rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
}
@media (max-width: 1659.98px) {
.related-item .card-body img {
    width: 430px;
}
}
@media (max-width: 1399.98px) {
.related-item .card-body img {
    width: 360px;
}
}
.related-item .card-body .date {
  margin-bottom: 0.625rem;
  font-size: 10px;
  color: #999;
}
.related-item .card-body .title {
  margin-bottom: 0.625rem;
  font-size: 16px;
  color: #4E5C6E;
}
.related-item .card-body p {
  line-height: 25px;
  margin-bottom: 0;
  font-size: 12px;
  color: #999;
}
.related-list-item {
  margin-bottom: 1.875rem;
}
.related-list-item__title {
  display: flex;
  align-items: center;
  height: 80px;
  font-size: 20px;
  color: #4E5C6E;
}
.related-list-item__body {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
}
.video-show__content {
  margin-bottom: 1.25rem;
}
.video-show__content iframe {
  border: 0 none;
}
.video-show__content__video-preview {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.video-show__content__video-preview:hover {
  cursor: pointer;
}
.video-show__content__video-preview .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background-color: rgba(41, 42, 51, 0.8);
}
.video-show__content__video-preview .inner__play-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  margin-bottom: 1.25rem;
  background-color: #ED145B;
  border-radius: 50%;
  position: relative;
}
.video-show__content__video-preview .inner__play-icon i {
  position: absolute;
  top: 23px;
  right: 21px;
  font-size: 24px;
  color: white;
}
.video-show__content__video-preview .inner__title {
  margin-bottom: 1.25rem;
  font-size: 26px;
  color: white;
}
.video-show__content__video-preview .inner__time {
  width: 65px;
  height: 30px;
  text-align: center;
  line-height: 31px;
  background-color: #4E5C6E;
  font-size: 18px;
  color: white;
  border-radius: 0.25rem;
}
.video-show__content__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.875rem;
  height: 80px;
  background-color: #F9F9FA;
  font-size: 16px;
  color: #4E5C6E;
  box-shadow: 1px 4.75px 12px 0 rgba(24, 23, 24, 0.03);
  z-index: 1;
}
.video-show__content__info .details {
  display: flex;
  align-items: center;
}
.video-show__content__info .details__comment {
  padding: 0 1.25rem;
  margin: 0 1.25rem;
  border-right: 1px solid #dee2e6;
}
.video-show__content__text {
  padding: 1.25rem;
  box-shadow: inherit;
  background-color: #F9F9FA;
  line-height: 2.5;
}
.video-show__content__text p {
  display: block;
  font-size: 16px;
  color: #717C8B;
}
.video-show__content__text h2 {
  display: flex;
  align-items: center;
  height: 50px;
  font-weight: bold;
  font-size: 20px;
  color: #2F3742;
}
.video-show__content__location {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 80px;
  padding: 0 1.25rem;
  background-color: white;
  border-top: 1px solid rgba(233, 233, 243, 0.6);
  font-size: 16px;
  color: #4E5C6E;
}
.video-show__content__location .location-item {
  margin-right: 0.3125rem;
  font-size: 16px;
  color: #4E5C6E;
}
