.txp{
    font-family: proxima_nova_altbold;
    width: 92%;
    text-align: center;
    font-size: 1.8em;
    position: absolute;
    z-index: 99999;
    background: #ff6c00;
    color: white;
	padding: 2% 0;
	line-height: 100%;
}	
.txpa{
font-family: proxima_nova_altbold;
width: 87.9%;
text-align: center;
font-size: 1em;
position: absolute;
top: 77.88%;
z-index: 99999;
background: #ffffffd4;
color: black;
padding: 2%;
}

.modal-active {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
}

.modal-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
}

.modal-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9998;
}

.modal {
    display: flex;
    position: relative;
    width: 500px;
    max-width: 90%;
    max-height: 90%;
    z-index: 9999;
}

.modal-youtube {
    width: 640px;
    height: 360px;
}

.modal-close-btn {
    position: absolute;
background-color: #FFF;
line-height: 0;
padding: 13px;
border: 2px solid #ff6c00;
border-radius: 99px;
color: black;
right: -20px;
top: -20px;
cursor: pointer;
}

.modal-content {
    width: 100%;
    background-color: #000;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .35);
}



html,
body {
	height: 110%; // make scrollbar
}

button::-moz-focus-inner {
    padding: 0;
    border: 0 none;
}

.d-modal-content {
    padding: 20px;
}