.mask {
    position: fixed;
    top: 0;
	bottom: 0;
    left: 0;
    height: auto !important;
    width: 100vw;
    background: #009254;
    z-index: 1;
    opacity: 1;

    padding: 15px;
    transition: opacity 0.3s ease-in-out;

    /*display: none !important;*/
	display: none;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

@media (max-width: 1236px) {
	.mask.active {
		display: flex;
	}
}

.reviews-page-widget {
    margin: 5px 0px;
}
.reviews-page-widget div {
    margin: auto;
}