/* CSS Document */

div#pnl_slide .carousel-caption.slide {
    text-align: left;
    color: black;
    max-width: 720px;
	
}

div#pnl_slide .carousel-caption.slide p {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

div#pnl_slide .carousel-caption.slide h1 {
    line-height: 100%;
}

div#pnl_slide .carousel-caption.slide a {
    background: #C0BFB7;
	color: black;
    padding: 1rem 2rem;
    border-radius: 0;
    margin-top: 2rem;
}

@media only screen and (max-width:991px) {
	div#pnl_slide .carousel-caption.slide {
    	text-align: center;
		top: 50% !important;
	}
}