.tile-container .tile-image{
   display: block;
    width: 80px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;   
    cursor: pointer;
}
.tile-row{
    display: flex;
    column-gap: 12px;
    margin: 15px 0;
}
.active-col,.active-orientation{
    border:1px solid #000;
}