/* bingo */
.banner-top-bingo {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 300px;
}

a.scopri-banner-bingo {
    position: absolute;
    bottom: 2rem;
}

.bingo-landing {
	position: relative;
    min-height: 100vh;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.bingo-landing::before {
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
    background: url(../../images/desktop/bingo/bg-bingo.png) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
/*     filter: grayscale(100%); */
}

.blocco-principale-bingo {
    background: #cbcbcb;
    margin-top: 1rem;
    padding: 2rem 3rem;
    border-radius: .25rem;
}

.azioni-bingo {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
}

.azione-bingo {
    background: url(../../images/desktop/bingo/bingo-box.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 2rem;
    min-height: 17rem;
}

.barra-titolo-sezione-bingo {
    padding: .25rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.schede-bingo .col-md-8 {
    display: flex;
    align-items: center;
}

.cg-bingo-button-container a{
	width: 100px;
}

/* fine bingo */
