﻿/*video gallery*/
#home_video_player {
    font-size:22px;
    color:white;
}

.video-gallery {
    background-color: black;
}

.video-gallery #video-gallery-body {
    height: 500px;
}

.gray-button {
    background-color: #2f2f2f;
    color: #fff;
    padding: 10px 50px;
}
.gray-button:hover {
    background-color: #fff;
    color: #2f2f2f;
}

    .gray-button:focus {
        background-color: #2f2f2f;
        color: #fff;
    }

.video_headline h3{
    text-align:left;
    color:white;
    font-size:24px;
}

.video-gallery #video-gallery-body{
    margin: 0 0 2% 0;
}

.video-gallery h2 a:hover, .image-gallery h2 a:focus {
    color: #fff;
}


.video-gallery .related-videos h4{
    color:white;
    margin-top:22px;
}

.video-gallery .related-videos-img{
    width:380px;
    height:184px;
}