.jdGallery .slideInfoZone h2, .jdGallery .slideInfoZone p {
    width: 70%;
}
.jdGallery .slideInfoZone h2 {
    font-size: 5em !important;
}
@media (max-width: 1180px){
	.jdGallery .slideInfoZone h2 {
    font-size: 4em !important;
    line-height: 1em;
}
	.jdGallery .slideInfoZone h2, .jdGallery .slideInfoZone p {
    width: 100%;
}
}
@media (min-width: 1051px) and (max-width: 1180px){
.jdGallery .slideInfoZone {
    margin-top: 0px !important;
}
}
@media (max-width: 550px) {
.jdGallery .slideInfoZone h2 {
    font-size: 3em !important;
    line-height: 1em;
	width: 100% !important;
}
}
@media (max-width: 375px) {
.jdGallery .slideInfoZone h2 {
    font-size: 2em !important;
}
}