.slider-text.video-slider
{
    margin-top: 150px;
}

/* Carousel - Fix to the Text & Image Overlap */
@media all and (min-width: 769px) and (max-width: 1200px) {
    .slider-text {
    	width: 45% !important;
    }
    .slider2.slider-bg {
        width: 60%;
        margin-top: 230px;
    }
    .slider2 .grey-box {
        width: 80%;
    }
    img {
       margin: auto;
    }
}
.tyContainer{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6b6e73+0,737578+100 */
background: #6b6e73; /* Old browsers */
background: -moz-linear-gradient(top, #6b6e73 0%, #737578 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #6b6e73 0%,#737578 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #6b6e73 0%,#737578 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6e73', endColorstr='#737578',GradientType=0 ); /* IE6-9 */
display:block;
position:relative;
width:100%;
height:100%;
border: 4px solid #9BA0A7;
color:#fff;
margin-bottom: 20px;
}
.tyContainer:before{
background: none;
  border: 4px solid #fff;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  pointer-events: none;
}

.tyRight{
top:50px;
left:450px; 
position:absolute;
}
.tyGreen{background: #1CA98D;display:block;padding:10px;margin-right:4px;font-size:16px;height:100%;margin-bottom: 20px;}
}
.tyText{
display:block;
height:100%;
}

@media (max-width: 992px) {
.tyImg img{
  max-width:100%;
  display:block;
}
.tyRight{
display:block;
position:relative;
top:10px;
left:5px;

padding:10px;
margin-right:9px;
}
.tyContainer{
  height:100%;
  padding-bottom:15px;
}}
/*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;
}}