
/**
### CUSTOMIZE VIDEO MODAL
--------------------------
**/


#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 1em 2.7em;
    width: 710px !important;
}

#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;
    }

}