@charset "utf-8";

.sadler-insights-carousel {
	width: 96%;
	margin: 0px auto;
}

.sadler-insight-video {

}

.sadler-insight-video-preview {
	display: inline-block;
	position: relative;
	width: auto;
	height: auto;
	text-align: center;
}

.sadler-insight-video-preview img {
	position: relative;
	width: 150px;
	height: 150px;
}

.sadler-insight-video-preview .playme {
	bottom: 38%;
	font-size: 26px;
	left: auto;
	opacity: .7;
	position: absolute;
	right: auto;
	text-align: center;
	width: 100%;
}

.sadler-insight-video-title {
	font-size: 14px;
	font-weight: bold;
}

.sadler-insight-video-provider {
	font-size: 13px;
}


/* Responsive Styles */ 

@media screen and (min-width: 701px) and (max-width: 1100px) {



}

@media screen and (min-width: 480px) and (max-width: 700px) {

.sadler-insight-video {
	margin-bottom: 30px;
}

}

@media screen and (min-width: 320px) and (max-width: 480px) {

.sadler-insight-video {
	margin-bottom: 30px;
}


}