.fusion-related-posts{
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.fusion-related-posts .fusion-article{
  padding-left: 0;
  padding-right: 0;
}
.fusion-related-post{
  text-align: center;
  background-color: #f0f0f0;
  /*height: 450px;*/
  /*min-height: 450px;*/
  height: 271px;
  min-height: 271px;
}
.fusion-related-post.table{
  margin-bottom: 0;
}
.fusion-related-post-featured-image{
  background-size: cover;
  min-width: 100%;
  min-height: 100%;
}

.fusion-related-post-video iframe{
  min-width: 100%;
  min-height: 100%;
  height: 271px;
}
.fusion-related-post-format-image{}
.fusion-related-post-image img{
  height: 271px;
  width: 100%;
}
.fusion-related-post-video .video-player{
  display: table-cell;
  vertical-align: middle;
  background-color: #000000;
}
.fusion-related-post-video .video-player video{
  width: 100%;
}
.fusion-related-post-format-quote{}

.fusion-related-posts-container{
  overflow: hidden;
  transition: all 0.3s;
}

.fusion-load-more-related-posts{
    text-align: center;
    font-size: 22px;
    padding: 30px 0;
    cursor: pointer;
    transition: all 0.3s;
}
.fusion-load-more-related-posts:hover{
    box-shadow: inset 0 0 10px #fff;
}
.fusion-related-post-title{
  margin: 0;
  font-size: 20px !important;
  line-height: 1 !important;
}
.fusion-related-post-title a{
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  color: #64848f;
}
.fusion-related-post-title a:hover{
  color: #4d636e;
  text-decoration: underline;
}

.fusion-related-post-date{
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: lighter;
  color: #000000;
}

.fusion-related-post .btn{
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  display: inline-block;
  color: #000000;
  border: 1px solid #64848f;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  width: 160px;
  padding: 20px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.fusion-related-post .btn:hover{
  background-color: #fff;
}
.fusion-related-content{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px;
}
.fusion-related-content p{
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: lighter;
  color: #000;
}
.fusion-related-content .fa{
  color: #e0e0e0;
  margin: auto 10px;
}
.fusion-related-post-video iframe{
  width: 100%;
}
.fusion-related-post-video{
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .fusion-related-post-video{
    font-size: 0;
    height: 100%;
  }
  .fusion-related-post{
    height: 400px;
    min-height: 400px;
  }
  .fusion-related-post-video iframe{
    height: 400px;
  }
  .fusion-related-post-image img{
    height: 100%;
  }
  .fusion-related-posts-container .gallery-post-format-carousel .item{ height: 400px;}
  .fusion-related-content{
    justify-content: center;
  }
}

@media screen and (max-width: 425px) {
  .fusion-related-post{
    height: 270px;
    min-height: 270px;
  }
  .fusion-related-post-video iframe{
    height: 270px;
  }
}
.fusion-related-post.fusion-related-post-gallery .gallery-post-format-carousel .item{

}
.fusion-related-posts-container .gallery-post-format-carousel .item{ height: 270px;}
.fusion-related-posts-container ul.carousel-inner{
  margin: 0;
}
