.hover_bkgr_fricc{
    background:rgba(0,0,0,.6);
    cursor:pointer;
    display:none;
    height:100%;
	position:fixed;
    text-align:center;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
	width 100%;
}
.hover_bkgr_fricc > div {
    display: inline-block;
    height: auto;
    max-width: 100%;
    min-height: 100px;
    vertical-align: middle;
    position: relative;
}
.popupCloseButton {
    cursor: pointer;
    color:white;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -30px;
    right: -30px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}

@media (max-width: 619px) {
	.offer-img {
		width: 250px;
		height: auto;
	}
}