.panel-card {
    bottom: 0;
    left: 0;
    width: 100%;
	height: 100%;
    z-index: 10;
}
.panel-card .top {
	position: absolute;
	top: 20px;
}
.panel-card .bottom {
	position: absolute;
	bottom: 30px;
}
.home-events .bottom {
	bottom: 10px;
}
.block-mer:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(180deg,transparent 50%,rgba(0,0,0,.75));
    z-index: 1;
}
@media (max-width: 414px){
	
}