div.presenter div.p-inner {
	display: none;
    text-align: center;
    word-wrap: break-word;
    display:none;
    background-color: #f6f2ed;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 40px;
    z-index: 10000000;
    margin: 0px;
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-width: 800px;
    max-height: 650px;
    -webkit-box-shadow: 0 5px 10px -5px rgb(0 0 0 / 50%), 0 0 0 10px #fff inset;
    -moz-box-shadow: 0 5px 10px -5px rgb(0 0 0 / 50%), 0 0 0 10px #fff inset;
    box-shadow: 0 5px 10px -5px rgb(0 0 0 / 50%), 0 0 0 10px #fff inset;
}

@media (max-width: 767px) { 
    div.presenter div.p-inner {
        left: 0 !important;
    }
}

div.presenter div.p-inner .fa {
	cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #555;
    background-color: #fff;
}

#pres-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000300;
}
