.preview-upload_image {
    width: 46%;
    /*height: 109px;*/
    position: relative;
    max-width: 46%;
    /*max-height: 140px;*/
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

    background-position: center;
    background-size: cover;
}

.upload-car-btn {
    /*width: inherit;*/
    /*height: 140px;*/
    flex-direction: column;
    font-weight: normal;
    background-image: linear-gradient(to bottom, rgba(211, 236, 243, 0.5), rgba(232, 242, 241, 0.5));
  }


.preview-upload_image img {
    border-radius: 16px;
    display: block;
    flex-shrink: 0;
    height: 109px;
    width: 100%;
    /* min-width: 100%; */
    object-fit: cover;
    min-height: 100%;
}

.preview-upload_image:hover img {
    opacity: 0.6;
}

.icon {
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
}
.icon:hover{
    opacity: 0.7;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
}

.overlay:hover {
    opacity: 1;
}
.custom-address {
    display: block;
}
