.black_content {
    display: none;
    position: fixed;
    top: 0%;
    left: 15%;
    width: 70%;
    height: 100%;
    padding: 16px;
    background-color: #12151B;
    background-image: url("../img/popupbg.PNG");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover !important;
    z-index: 11120000;
    overflow-x: hidden;
    margin: 0px auto;
    color: #000;
	}
	
	.bttn {
    top: 2%;
	right:2%;
    position: fixed;
    width: auto;
    height: auto;
}

.popup {
    height: auto;
    width: auto;
    padding: 50px;
}

.popup_head {
    height: auto;
    width: 100%;
    position: relative;
}

.popup_body {
    height: 500px;
    width: 100%;
}

.popup_head img {
    width: 100%;
    height: 100%;
}

.popup_body h1 {
    color: #000;
    padding-top: 40px;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
}

.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 11119999;
    opacity: 0.9;
}