*{margin:0;padding:0;list-style:none;border:none;}
.slider-pro {
         max-width: 760px!important;
}
/* Example 5 */

#example5 .sp-thumbnail-image-container {
	width: 100px;
	height: 80px;
	overflow: hidden;
	float: left;
}

#example5 .sp-thumbnail-image {
	height: 100%;
}

#example5 .sp-thumbnail-text {
	width: 140px;
	float: right;
	height:80px;
	    padding: 6px 6px;
	background-color: #AE3523;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#example5 .sp-thumbnail-title a {
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #FFF;
    font-size: 16px;
}

#example5 .sp-thumbnail-description a{
	font-size: 14px;
	color: #FFF;
}

@media (max-width: 500px) {
	#example5 .sp-thumbnail {
		text-align: center;
	}

	#example5 .sp-thumbnail-image-container {
		display: none;
	}

	#example5 .sp-thumbnail-text {
		width: 120px;
	}

	#example5 .sp-thumbnail-title {
		font-size: 12px;
		text-transform: uppercase;
		    line-height: 4px;
	}

	#example5 .sp-thumbnail-description {
		display: none;
	}
}