.downloadables {
    background: url(Images/MB-StandalonePopup-BG.jpg);
    padding: 60px 40px 0px 60px;
    width: 627px;
    height: 400px; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 16px;
    color: #FFF;
    line-height: 20px;
    font-weight: bold;    
    margin: 6% auto;
    text-shadow: 1px 1px #232222;
}

.js-download-btn{
	cursor: pointer;
	width: 255px;
	height: 75px;
	background: transparent url("Images/MB-StandalonePopup-GetButton.png") no-repeat scroll 0 0;
	margin:10px auto 0 auto;
	clear:both;
	display: block;
}

.btn-play-in-browser-js {
    cursor: pointer;
    width: 262px;
    height: 68px;
    background: url("Images/btn-play-in-browser-mb.png") no-repeat scroll 0 0px;
    margin: 10px auto 0 auto;
    clear: both;
    display: block;
    margin-top: 4px;
}

.JS-download-container {
    height: 100%;
    width: 100%;
    background-color: rgba(47, 30, 71, 0.9);
    position: absolute;
    display: none;
    z-index: 101;
}

.js-buttonX{    
    background:url("Images/MB-StandalonePopup-Xbutton.png") no-repeat;
    position: relative;
    z-index: 999999;
    float: right;
    top: -75px;
    right: -50px;
    width: 44px;
    height: 50px;
}