/** Vidyard **/
.vidyard_tmask {
    background-color: rgb(0, 0, 0, 0.6) !important;
    opacity: 0.6 !important;
    z-index: 2000 !important;
}
.vidyard_tbox {
    padding:0 !important;
    border: 15px solid #fff !important;
    z-index: 2010 !important;
}
.vidyard_tclose {
    top: -30px !important;
    left: -30px !important;
}
/** End Vidyard **/
/** YouTube **/
#YouTubeModal {
	background-color: rgba(0, 0, 0, 0.6);
}
#YouTubeModalDialog {
    background: url("../images/bg-megamenu.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
    padding: 0 2.4em 3.7em;
    width: 100%!important;
    max-width:750px;
    margin-right:auto;
    margin-left:auto;
}
#YouTubeModalDialog .modal-content {
	background-color: transparent;
    border: medium none;
    box-shadow: none;
}
.youtubemobile {
	display: none;
}
/*@media only screen and (max-width : 960px){
    .youtube {
	display: none;
    }
    .youtubemobile {
	display: table-cell;
    }
    .youtubemobile .youtube{
	display: block;
    }
}*/
/** End YouTube **/