/* poker */
.banner-top-poker {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 300px;
}

a.scopri-banner-poker {
    position: absolute;
    bottom: 2rem;
}

.poker-landing {
	position: relative;
    min-height: 100vh;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.poker-landing::before {
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
    background: url(../../images/desktop/poker/bg-poker.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
/*     filter: grayscale(100%); */
}

.blocco-principale-poker {
    background: #cbcbcb;
    margin-top: 1rem;
    padding: 2rem 3rem;
    border-radius: .25rem;
}

.azioni-poker {
    display: flex;
/*    grid-template-columns: 1fr 1fr 1fr;*/
    grid-gap: 1rem;
}

.azione-poker {
    background: url(../../images/desktop/poker/poker-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;
    flex-grow: 1;
}

.barra-titolo-sezione-poker {
    padding: .25rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.schede-poker .col-md-8 {
    display: flex;
    align-items: center;
}

i.fas{
	margin-right: 0;
	color : white;
}

#cg-poker-controller-slider {
	
	display:none;
	position:absolute; 
	bottom:5%; 
	left:48%;
    align-items: center;
    justify-content: space-between;
    width: 7rem;
    font-size: 1rem;
}
ul.slick-dots li {
	
    width: 1rem;
    height: 1rem;
}

li.slick-active {
	
    background: var(--bg-color-1) !important;
}
/* fine poker */
