/* Carousel - Fix to the Text & Image Overlap */
@media all and (min-width: 769px) and (max-width: 1200px) {
    .slider-text {
    	width: 45% !important;
    }
    .slider1.slider-bg img {
        margin-top: 50%;
    }
    img {
       margin: auto;
    }
}
/*Header fixes*/

.pane-one {
    background-color: #000 !important;
    background-position: center top !important;
    background-size: contain !important;
}
.pane-one p, .pane-one h1 {
text-shadow: 3px 3px 5px rgba(0, 0, 0, 1);
}
.pane-one p a {
text-shadow: none;
}
@media (max-width: 1199px) and (min-width: 768px) {
div.pane-one {
    background-position: left top !important;
}}
@media (max-width: 990px) and (min-width: 768px) {
div.pane-one {
background-size: auto !important;
}}
