/**************************************************************************************************/
/*                This are the styles needed for video modal on product pages                     */
/**************************************************************************************************/
 #ModalWrapper {
    position : fixed;
    display : block;
    z-index : 40001;
}
.ModalOverlay {
    position : absolute;
    z-index : 40001;
    opacity : .5;
    background-color : #FFF;
    -ms-filter: progid : DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter : alpha(opacity=50);
    cursor: pointer;
}
#ModalWrapper, .ModalOverlay {
    top : 0;
    right : 0;
    bottom : 0;
    left : 0;
}
.ModalContainer {
    position : fixed;
    top : 50%;
    left : 50%;
    z-index : 40002;
    margin-top : -247px;
    margin-left : -341px;
}
.Modal {
    position : relative;
    width : auto;
    margin : 0 auto;
    padding : 25px;
    background-color : #F1F1F3;
    border : 1px solid #f6f6f6;
    border-radius : 5px;
    box-shadow : 0 0 15px #b1b1b1;
}
#ModalPlayer {
    position : relative;
    z-index : 2;
    height : 353px;
    width : 628px;
    border : 1px solid #D8D8D8;
}
.IconClose {
    position : absolute;
    display : inline-block;
    top : 4px;
    right : 7px;
    font : 600 17px 'OpenSansSemibold', sans-serif;
    color : #404040;
    text-decoration : none;
}
.Modal .cBtnDownloadContainer {
    width : 100%;
    margin-top : 12px;
}