.slider-pro {
	margin-left:auto;
	margin-right:auto;
	margin-top: 60px;
}
#example1 .sp-thumbnail {
	width: 100%;
	padding: 10px 8px;
	background-color: #fff;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
	overflow:hidden
}
@media (max-width: 860px) {
 #example1 .hide-medium-screen {
 display: none;
}
}
@media (max-width: 640px) {
 #example1 .sp-layer {
 font-size: 12px;
}
 #example1 .hide-small-screen {
 display: none;
}
}
 @media (max-width: 500px) {
 #example1 .sp-thumbnail {
 text-align: center;
}
 #example1 .sp-thumbnail-title {
 font-size: 12px;
 text-transform: uppercase;
}
 #example1 .sp-thumbnail-description {
 display: none;
}
#example1 .sp-thumbnail {
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 8px;
    text-align: center;
    width: 100%;
}
.slider-pro {
    margin-top: 60px;
}
.knowmore {
    font-size: 10px;
    margin-left: 8px;
    padding: 2px;
}







}
/* Example 5 */

#example5 .sp-thumbnail-image-container {
	width: 100px;
	height: 60px;
	overflow: hidden;
	float: left;
	text-align:center;
}
#example5 .sp-thumbnail-image {
	height: 100%;
}
#example5 .sp-thumbnail-text {
	width: 170px;
	float: right;
	padding: 8px;
	background-color: #F0F0F0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#example5 .sp-thumbnail-title {
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #333;
}
#example5 .sp-thumbnail-description {
	font-size: 14px;
	color: #333;
}

 @media (max-width: 500px) {
 #example5 .sp-thumbnail {
 text-align: center;
}
 #example5 .sp-thumbnail-image-container {

}
 #example5 .sp-thumbnail-text {
 width: 120px;
}
 #example5 .sp-thumbnail-title {
 font-size: 12px;
 text-transform: uppercase;
}
 #example5 .sp-thumbnail-description {
 display: none;
}
}
