.td_block_template_13 .td-block-title{
  font-family:"Josefin Sans";
font-size:25px !important;
font-weight:normal !important;
}

.ssMovieThumbnail {
list-style-type: none;
margin: 0;
padding: 0;
}
.ssMovieThumbnail li {
list-style-type: none;
margin: 0;
}
.ssMovieThumbnail {
margin: 0 10px;
}
.ssMovieThumbnail .movieImageBlock {
height: 100%;
}
.ssMovieThumbnail .movieImageBlock img {
/* height: 100%; */
object-fit: cover;
}
.ssMovieThumbnail li a {
display: flex;
flex-direction: column;
text-decoration: none;
height: 100%;
}
.ssMovieThumbnail li a:hover {
text-decoration: none;
}
.ssMovieThumbnail li a p strong {
display: block;
}
.ssMovieThumbnail li a {
font-size: 14px !important;
line-height: 1.3 !important;
color: #000000;
text-align: center;
}
.ssMovieThumbnail li a p {
font-size: 14px !important;
line-height: 1.3 !important;
color: #000000;
text-align: center;
height: 71px;
display: flex;
flex-direction: column;
justify-content: center;
}

/* Genre CSS */
.ssGenresIconWrapper li {
padding: 20px 16px;
display: flex;
flex-direction: column;
text-align: center;
min-width: 130px;
max-width: 138px;
flex: 1;
align-items: center;
margin-left: 0px;
}
.ssGenresIconWrapper li img {
max-width: 105px;
height: auto;
}
.ssGenresIconWrapper li a {
text-decoration: none;
font-weight: bold;
line-height: normal;
color: #FFFFFF;
}
.ssGenresIconWrapper li a p {
text-decoration: none;
font-size: 12px;
margin-bottom: 0px;
}
.ssGenresIconWrapper li a p:hover {
color: #75E6DA;
}
@media (max-width: 991.98px) {
.ssGenresIconWrapper li {
  max-width: 150px;
}
}
