.gal_spis {
    list-style: none;
    text-align: center;
    text-transform: none;
    font-weight: normal;
    color: #dedede;
    font-size: 16px;
    line-height: 22px;

    margin-left: -35px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.gal_spis li {
    transition: all 0.2s;
    padding: 2px 20px;
    border-bottom: 1px dotted transparent;
}

.gal_spis li:hover {
    cursor: pointer;
    list-style: none;
    font-size: 16px;
    color: #266DD3;
    border-bottom: 1px dotted #266DD3;
    background: rgba(0, 0, 0, 0.5);

}

.cnt_ins div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.cnt_ins div span {
    width: 200px;
    height: 120px;
    background-position: center !important;
    background-size: cover !important;
    margin: 5px;
    border-radius: 2px;
    border: 1px solid #000;
    transform-origin: center;
    transition: 0.2s;
}

.cnt_ins div span:hover {
    transform: scale(2);
}
