.home-video-holder{
padding: 0;
margin: 0;
}
.home-video-inner{
position: relative;
display: block;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
max-height: 658px;
overflow: hidden;
}
.home-video-holder-spacer{

}

.home-video-title{
position: absolute;
top: 0;
width: 100%;
display: block;
padding: 14px 0px 15px 30px;
background-color: rgba(251,0,4,0.8);
}
.home-video-title h3{
font-family: Poppins, Roboto, Arial;
font-size: 2em;
font-weight: normal;
color: #ffffff;
}
.home-video-button{
 position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

}
.home-video-button i{
font-size: 14em;
color: #fb0004;
}
.home-video-button i:hover{
color: #ffffff;
}

/*
#home-video-player{
display: none;
visibility: hidden;
}
*/

@media(max-width: 460px){
.home-video-title{
padding: 8px 10px 8px 20px;
}
.home-video-button i{
font-size: 4em;
}
}

@media (max-width: 640px){
.home-video-title{
padding: 14px 10px 14px 20px;
}

.home-video-button i{
font-size: 6em;
}
.home-video-title h3{
font-size: 1.2em;
}
}

@media(max-width: 1279px){
.home-video-holder{
height: auto;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
}

/* Watch Videos */

.nic-watch-video-holder{
padding: 0px 0px 30px 0px;
}
.nic-watch-video-holder h2{
padding: 14px 0px;
margin-bottom: 30px;
font-family: Bebas Neue, Roboto, Arial;
font-size: 2.2em;
color: #2a2b2e;
}







