.Select-Image{
    position: absolute;
    left: calc(98% - 20px);
    top: 40px;
    width: auto;
    margin: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.Select-Image .Selected{
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.Select-Image .SelectDiv{
    visibility: hidden;
    width: auto;
    display: flex;
    justify-content: center;
    position: absolute;
    top:0;
    right:calc(100% + 10px);


}
.Select-Image .SelectDiv .Choose{
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin-right: 10px;
}
.Select-Image .SelectDiv .Choose:hover{
    transform: scale(1.1);
}
@media(max-width:1500px)
{
    .Select-Image{
        position: relative;
        left: unset;
        top: unset;
    }
}
    