html, body {
	height: 100%;	
}


#responsive-slider {
    max-width: 100%;
    ;
    max-height: 556px;
    margin-top: 0px;
    padding: 0;
    float: left;
}


#responsive-slider .rounded-caption .background {
	border-radius: 14px;
}


#responsive-slider .caption ul {
	list-style: circle;
}


@media (max-width:700px) {
	#responsive-slider .rounded-caption .caption-container {
		visibility: hidden;
	}
}


@media (max-width:700px) {
	#responsive-slider .slide-arrows,
	#responsive-slider .timer-animation {
		visibility: hidden;
	}
}
