/* Tobiasz Ryguła dla Systemy Zabezpieczeń Bankowych */
.selector-row
{
	padding-top:2px;
	height:30vh;
	justify-content:center;
	align-items:center;
}
.selector-cell
{

	height:40vh;
	width:40vh;
	border-radius:20px;
	
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;

}
.selector-cell:hover
{
	background-color:var(--hover-background);
}
.selector-cell a
{
	display:flex;
	align-items: center;
    justify-content: center;
    width: 90%;   
    height: 90%;  

}
.selector-cell img {
    max-width: 100%;        
    max-height: 100%;       
    object-fit: contain; 
    display: block;     
}

