#session_popup {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 5%;
    top: 5%;
    width: 90%;
    height: auto;
    z-index: 9999;
    background-color: rgba(255,255,255,1);
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
	border: 1px solid #73245A;
	font-size: 12px;
}

#session_popup_content {cursor: default; padding: 0 10px; max-width: 90%;}
#session_popup_content > a {cursor: pointer !important; text-decoration: none; color: inherit;}

#session_popup_inner img {height: auto; max-width: 100%;}

#session_popup_close {text-align: right;}
#session_popup_close span {cursor: pointer; color: #7F0652; font-size: 30px;}

.tx_sessionpopup .typo3-messages {position: relative; z-index: 20000;}


/*  DESKTOP  */
@media (min-width: 1200px) { 
#session_popup {
    left: 25%;
    top: 15%;
    width: 50%;
    height: auto;
	font-size: 22px;
	padding-bottom:20px;
 } 
}