#slideShow .slideshow-screen .slide-item:first-child .slideshow-slide-content .slideshow-description-text {
    margin-top: 640px
}

@media only screen and (max-width: 2100px) {
	#slideShow .slideshow-screen .slide-item:first-child .slideshow-slide-content .slideshow-description-text {
	    margin-top: 600px
	}

}

@media only screen and (max-width: 1680px) {
	#slideShow .slideshow-screen .slide-item:first-child .slideshow-slide-content .slideshow-description-text {
	    margin-top: 525px
	}

}

@media only screen and (max-width: 1440px) {
	#slideShow .slideshow-screen .slide-item:first-child .slideshow-slide-content .slideshow-description-text {
	    margin-top: 420px
	}

}

@media only screen and (max-width: 1366px) {
	#slideShow .slideshow-screen .slide-item:first-child .slideshow-slide-content .slideshow-description-text {
	    margin-top: 380px
	}

}


@media only screen and (max-width: 991px) {
	#slideShow .slideshow-screen .slide-item:first-child .slideshow-slide-content .slideshow-description-text {
	    margin-top: 460px
	}

}

@media only screen and (max-width: 480px) {
	#slideShow .slideshow-screen .slide-item:first-child .slideshow-slide-content .slideshow-description-text {
	    margin-top: 240px
	}

}


#slideShow .slideshow-screen .slide-item:first-child .slideshow-slide-content .slideshow-description-text a {
    color: #582379;
    background: #fff
}