#promoWidget .modal-dialog {
	width: 600px;
	max-width: 100%;
	margin: 10% auto;
}

#promoWidget .modal-content {
	border-radius: 0;
	border: none;
}

#promoWidget .modal-content img {
	max-width: 100%;
}

#promoWidget .modal-content .close {
	position: absolute;
    right: -10px;
    font-size: 16px;
    background: #3c142f;
    padding: 4px 6px;
    top: -10px;
	color: white;
	opacity: 1;
}

