.mg-video-tiles.inner-shade .mg-thumbs .caption-bottom-container {
	display: none !important;
}
.mg-video-tiles.inner-shade .mg-thumbs .caption.bottom {
	display: none !important;
}
.mg-video-tiles.inner-shade .mg-thumbs .caption.below {
	padding: 2px 4px 2px 4px !important;
	margin: -10px 0px 10px 0px !important;
	text-align: center !important;
}
.mg-video-tiles.inner-shade .mg-thumbs img {
    border: none !important;
    -webkit-box-shadow: inset 0px 0px 30px -10px rgba(0,0,0,1);
    -moz-box-shadow: inset 0px 0px 30px -10px rgba(0,0,0,1);
    box-shadow: inset 0px 0px 30px -10px rgba(0,0,0,1);
}
.mg-video-tiles.inner-shade .mg-thumbs ul li div {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	padding: 10px !important;
	background-color: #2a2a2a !important;
    border: none !important;
}
.mg-video-tiles.inner-shade .mg-thumbs ul li div:hover {
	box-shadow: 0px 0px 5px #808080 !important;
	-moz-box-shadow: 0px 0px 5px #808080 !important;
	-webkit-box-shadow: 0px 0px 5px #808080 !important;
}