.relatedbox img{
	border-radius: 5px 5px 5px 5px;
}

@media only screen and (min-width: 768px) {
    /* tablets and desktop */
	.relatedbox{
		display: inline-grid !important;
		align-items: center;
   	 align-content: center;
    margin-left: auto;
    margin-right: auto;
		}
}

@media only screen and (max-width: 767px) {
    /* phones */
		.relatedbox{
		display: inline-grid !important;
			display: grid !important;
		align-items: center;
   	 align-content: center;
    margin-left: auto;
    margin-right: auto;
		}
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    /* portrait phones */
		.relatedbox{
		display: inline-grid !important;
		align-items: center;
   	 align-content: center;
    margin-left: auto;
    margin-right: auto;
		}
}

@media screen and (min-width: 480px){
	.relatedbox{

}
	
.relatedbox{
	min-height: 410px;
	float: none !important;
    display: flex;
	justify-content: center;
    align-items: center;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
  width: 335px !important;
  height: 188px !important;
  margin: 5px;
}
.yarpp-thumbnail > img, .yarpp-thumbnail-default {
	 width: 335px !important;
  height: 188px !important;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
  border: none !important;
}

.relatedAuthors a{
color: black;	
}

.relatedAuthors{
font-family: "Quicksand", Sans-serif;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
line-height: 0.9em;
letter-spacing: 0.5px;
	}

.relatedDate{
	font-family: "Quicksand", Sans-serif;
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
line-height: 0.9em;
letter-spacing: 0.5px;
	margin: 0;
	padding: 0;
}

.yarpp.yarpp-related.yarpp-related-shortcode.yarpp-template-yarpp-template-newthumbnail {
  width: 100%;
  align-items: center;
  display: table;
  margin-left: auto;
  margin-right: auto;
}