.pick-images {
    display: inline-block;
    height: 100%;
    width: 395px;
}

.tableImages {
    height: 100%;
    margin-left: auto;
    width: 100%;
}

.tableImages input {
    display: none;
    height: 100%;
    margin-left: auto;
    width: 100%

}

.imageUnits-container {
    display: inline-block;
    height: 100%;
    width: 520px
}

@media (max-width: 800px) {
    .imageUnits-container {
        display: inline-block;
        height: 100%;
        width: 100%
    }

    div.itemImage {
        display: inline-block;
        height: 100%;
        width: 100% !important;
    }

    .pick-images {
        display: block;
        height: 100%;
        width: 100%
    }

    .tableImages {
        display: inline-block;
        height: 100%;
        margin-left: auto;
        width: 100%;
    }
}

.imageUnit {
    display: block;
    width: 90px;
    height: 100px;
    border-radius: 3%;
    object-fit: cover;
    object-position: inherit;
    margin: 5px;
    z-index: 1;
}

.zoomIn {
    z-index: 3;
    width: 20px;
    margin: 5px 5px -5px -5px;
    height: 20px;
    position: absolute;
    right: -5px;
    top: -5px;
    text-align: center;
    padding: 8px 8px 0 0;
}

.over {
    position: relative;
    display: inline-block;
    margin: 5px;
}

.select {
    background-color: #80b000;
    border-radius: 5px;
}