.imager2 {
    display: none;
}

.highlighted {
    z-index: 1;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
}

.highlighted img {
    top: -40px;
}


.seletor2 {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: gray;
    margin: 5px;
    cursor: pointer;
}

.seletor-container2 {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}


.ss1 {
    position: relative;
    left: -6px;
    top: 0px;
}

.ss2 {
    position: relative;
    left: 3px;
    top: 0px;
}

.ss3 {
    position: relative;
    left: 6px;
    top: 0px;
}