.rowX {
    height: 200px;
    border: solid 1px #aaa;
}

.wrapperX>div {
    border: 1px solid;
}

.imagecontainer {
    display: flex;
    border-radius: 5px;
    border: solid 1px #ced4da;
    height: 600px;
    padding: 10px;
    justify-content: center;

}

.child div {
    flex-grow: 1;
    width: 0;
}

.wrapperX {
    display: inline-block;
}


.target {
    border: solid 1px #ced4da;
    min-height: 200px;
    width: 30%;
    /* margin-top: 1em; */
    border-radius: 5px;
    cursor: pointer;
    transition: 300ms all;
    position: relative;
}

.contain {
    background-size: cover;
    position: relative;
    z-index: 10;
    top: 0px;
    left: 0px;
}

textarea {
    background-color: white;
}

.activeimage {
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 255, .4);
}

.new:after {
    content: "NEW feature";
    color: white;
    letter-spacing: 1px;
    background: hsla(80, 90%, 40%, .9);
    position: absolute;
    margin: -10px 5px 0 0;
    transform: rotate(-25deg);
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 10px;
    line-height: 14px;
    opacity: .85;
}

.hero{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#drop-area{
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
}

#img-view{
    width: 100%;
    height: 100%;
}

#img-view img{
    height: 550px;
    margin-top: 5px;
}

#img-view span{
    display:block;
    font-size: 12px;
    color: #777;
    margin-top: 15px;
}

.tableimage{
    height: 200px;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.3s ease;
}

.tableimage:hover{
    transform: scale(2.0);
    z-index: 10000 !important;
    position: relative;

}

/* .couponcode:hover .coupontooltip {
    display: block;
}


.coupontooltip {
    display: none;
    background: #C8C8C8;
    margin-left: 28px;
    padding: 10px;
    position: absolute;
    z-index: 1000;
    width:200px;
    height:100px;
}

.couponcode {
    margin:100px;
} */