#videoContainerBG {
    width:100%;
    height:100%;
    opacity:.9;
    position:fixed;
    top:0;
    left:0;
    display:none;
    background-color:#313131;
}
#videoContainer {
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    display:none;
}
#videoContainer > div {
    position:absolute;
    width:640px;
    left:50%;
    top:17%;
    margin-left:-320px;
    
}

.contentVideo {
    margin:0;
    padding-left:40px;
}
.YearSplitter {
    margin-left:-40px;
    width:600px;
    clear:both;
}
.YearSplitter h2{
    padding:0;
    color:#313131;
    opacity:.5;
}


.videoIcon {
    position:relative;
    float:left;
    margin:15px;
    width:450px;
}
.videoIcon img{
    width:450px;
    height:300px;
}
.videoIcon p{
    margin:0;
    padding-top:2px;
}
.videoIcon h4{
    font-size:150%;
    margin:0;
    padding:0;
}

.videoIconYtb {
    position:relative;
    margin:15px;
    width:450px;
}
.videoIconYtb iframe{
    width: 450px;
    height: 300px;
}
.videoIconYtb h4{
    font-size:150%;
    margin:0;
    padding:0;
}

#ico_exit{
    position:absolute;
    top:0;
    right:0;
    width:34px;
    height:27px;
    background:url('../img/exit2.png') left bottom;
    margin-right:-36px;
    margin-top:-2px;
}
#ico_exit:hover {
    background-position:top;
} 

.videoIcon div{
    position:relative;
}
.videoIcon .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.3em;
  height: 1.3em;
  width: 2.5em;
  display: block;
  position: absolute;
  top: 15px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.videoIcon:hover .vjs-big-play-button,
.videoIcon .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }

.videoIcon .vjs-big-play-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
.videoIcon .vjs-big-play-button:before {
  color: #fff;
  content: "\f101"; }

  @media (max-width: 960px) {
    .videoIcon {
        position:relative;
        float:left;
        margin:15px;
        width:calc(100% - 60px);
    }
    .YearSplitter {
        margin-left: 0;
        width:calc(100% - 60px);

    }
    .videoIcon img{
        width: 100%;
        height: auto;
    }
    .contentVideo {
        padding-left: 0;
    }
    #videoContainer > div {
        position:absolute;
        width:300px;
        left:50%;
        top:17%;
        margin-left:-150px;
        
    }
    .videoIconYtb {
        margin:15px;
        width:calc(100% - 60px);
    }
    .videoIconYtb iframe{
        width: 80vw;
        height: 53vw;
    }

  }