* {box-sizing:border-box}

#related-content-items-holder {
  width: 100%;
  height: 560px;
  max-width: 950px;
  position: relative;
  overflow: hidden;
  margin:auto;
}

.related-content-item {
  width: 310px;
  height: 560px;
  display: inline-block;
  background-color: rgb(235, 234, 234);
  vertical-align: top;
  position: relative;
  overflow: hidden;
}

.related-content-item a {
  text-decoration: none !important;
}

.related-content-item .thumbnail {
  height: 240px;
  width:310px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.related-content-item .placeholder-thumbnail {
  height: 240px;
  width:310px;
  background-color: #9b9b9b;
}


.related-content-item .title {
  font-size: 19px;
  color: #000;
  padding: 20px;
  text-transform: uppercase;
  line-height: 1em;
  margin-top: 0px;
}

.related-content-item .copy {
  color: #000;
  padding: 0px 20px;
  margin: 0px;
  line-height: 24px;
}

.related-content-item .date {
  color: #000;
  font-size:14px;
  padding: 10px 20px;
  text-transform: uppercase;
  margin: 0px;
  display: inline-block;
  position:absolute;
  bottom:0;
}

.related-content-item .time-to-read {
  margin: 0px;
  display: inline-block;
  position:absolute;
  padding: 10px 20px;
  right:0;
  bottom:0;
}

.related-content-item .time-to-read span {
  color: #000;
  font-size:14px;
}

.related-content-item .time-to-read img {
  width:12px;
  height:12px;
  vertical-align: middle;
  margin-right:8px;
}


#backend-related-content-meta .checkbox-input {
          
}
#backend-related-content-meta .checkbox-label {
  margin-right:13px;
  vertical-align: top !important;
}

#backend-related-content-meta select {
  width:200px;
  float:right;
}

#backend-related-content-meta .category-holder {
  background-color: #f9f9f9;
  padding: 20px;
  margin-bottom: 10px;
}

#backend-related-content-meta .category-holder p {
  margin: 0px 0px 10px 0px;
}

@media (max-width: 600px) {

  .related-content__next,
  .related-content__prev {
      transform: none !important;
      -webkit-transform: none !important;
      -moz-transform: none !important;
  }

  .related-content__next {
      right: 1rem;
  }

  .related-content__prev {
      left: 1rem;
  }

}