.popup-hover-msg{
    display:none;
    position: fixed;
	text-align: center;
	width: 100%;
	z-index: 10000;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto;
}
.popup-hover-msg .helper {
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.popup-hover-msg > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px;
    border-style: solid;
    border-color: #832625;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #832625;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 15px;
    line-height: 20px;
    width: 25px;
    height: 25px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #832625;
    color: #fff;
}
.trigger_popup {
    
    cursor: pointer;
    font-size: 20px;
    / margin: 20px; /
    / display: inline-block; /
    / font-weight: bold; /
    border-color: #832625;
    background-color: #832625;
    padding: .27rem 1rem;
    padding-top: 0.50rem;
    line-height: 1.5;
}

