.videoImage{
    float: right;
}
.videoDiv{
  background-color: rgb(23,73,77) !important;
}
.videoBoxHover{
 background-color: #246166 !important;
}

.VideoLightbox{
    position: relative;
    margin-bottom: 30px;
}
.VideoLightbox .PlayButton{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../../images/play-icon.png);
    background-position: top right;
    background-repeat: no-repeat;
    opacity: 0.8;
}
.VideoLightbox .PlayButton:hover{
    opacity: 1;
}