body.home .left_side {
    background: url('/media/images/nav_bg.png');
    padding: 10px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
body.home .left_side h1 {
    font-size: 15px;
    color: #fff;
}
body.home .left_side ul {
    list-style: none;
    margin-top: 20px;
}
body.home .left_side ul li a {
    color: #fff !important;
    font-size: 12px;

}
body.home .left_side ul li {
    padding-bottom: 10px;
    color: #fff !important;
}

.yt_container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}
.yt_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 80%;
    padding-left: 10%;
}
.yt_container iframe{
    border: none;
}
.video_placeholder h1 {
    font-family: 'Open Sans', sans-serif !important;
    padding: 30px 10%;
    color: #59ad59;
    font-size: 3.0em;
}
.video_placeholder h2 {
    color: #59ad59;
    padding-left: 10%;
    font-size: 2.3em;
    padding-bottom: 20px;
    font-family: 'Open Sans', sans-serif !important;
}