.help-block {
  color: #f00;
  font-size: 12px;
  display: block;
}
.alert_danger{
  color: #f00;
}
.alert_success{
  color: #66cc33;
}

.youtube-player {
	text-align:center;
	/* position: relative;
	padding-bottom: 56.23%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	margin: 5px; */
}

.youtube-player iframe {
	/* position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent; */
}

.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}

.youtube-player img:hover {
	-webkit-filter: brightness(75%);
}

.youtube-player .play-icon {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url("//i.imgur.com/TxzC70f.png") no-repeat;
	cursor: pointer;
}




@media(max-width: 1280px){
	
}


/************* */ 
.video-player{
	width:100%
}
#loader_section {
  background: #fcfcfc;
  text-align: center;
  z-index: 9999;
  position: absolute;
}	
#loader_section img {
    position: relative;
    top: 45%;
    transform: translateY(-45%);
    width: 200px;
}
  .fade_effect{
    width: 100%;
    height: 100%;
    background-color: white;
    position: fixed;
    display: block;
    z-index: 15;
	display: none;
}

.custom-title{
	display: none;
	position: absolute;
    top: 45%;
    left: 25%;
    background: #2b2c2d;
    padding: 4px 10px;
    font-size: 13px;
    border: 1px solid #dedede;
    border-radius: 4px;
    color: #fff;
    text-align: center;
}

