.movies-list .ml-item .ml-mask:hover:before, .movies-list .ml-item .ml-mask:hover:after{
    opacity: 0;

}
.movies-list .ml-item .ml-mask:hover:before, .movies-list .ml-item .ml-mask:hover:after{
    opacity: 0;
	
}
.movies-list .ml-item:hover .mli-thumb{
		transform: scale(1.05);

}
.movies-list .ml-mask:hover{
		border: 3px solid #fa3d15;

}
#mv-info .mvi-content .mvic-desc .desc{
	font-style: normal;


}
#mv-keywords a ,.mvic-info a[rel~="tag"]{
		display: inline-block;
	background-color:         #fa3d15;
		padding: 5px 10px;
		margin-bottom: 5px;
		color: #fff;
	border-radius: 5px;
}

#mv-keywords a:before {
    content: '' !important;
}

.mlw-related .movies-list .ml-item {
		height: 200px !important;
		width: 100% !important;
}
@media screen and (min-width: 359px){
		.mlw-related .movies-list .ml-item {
				height: 220px !important;
				margin: 0.1%;
		}
}

@media screen and (min-width: 479px){
		.mlw-related .movies-list .ml-item {
				height: 230px !important;
		}
}

@media screen and (min-width: 520px){
		.mlw-related .movies-list .ml-item {
				width: 49.8% !important;
				height: 230px !important;
		}
}

@media screen and (min-width: 991px){
		.mlw-related .movies-list .ml-item {
				width: 33.1% !important;
				height: 250px !important;
		}
}

@media screen and (min-width: 1199px){
		.mlw-related .movies-list .ml-item {
				height: 260px !important;
		}
}

@media screen and (min-width: 1325px){
		.mlw-related .movies-list .ml-item {
				width: 24.7% !important;
				height: 200px !important;
		}
}

@media screen and (max-width: 479px) {
  .movies-list .ml-item {
width: 100% !important;
}
}