.screenHolder {
    /*background-color: black;*/
    height: auto;
}

.screenHolder:after {
    content: "";
    display: table;
    clear: both;
}

.divider {
    height: 1rem;
    width: 100vw;

}

.screen, .sum {
    /*width: 48.5vw;*/
    /*border: 1px solid grey;*/
    padding: 2px;
    background-color: white;
}

.screen:after, .sum:after {
    content: "";
    display: table;
    clear: both;
}

.sum img{
    margin-left: 2px;
    margin-bottom: 2px;
    width: 24.5%;
}

.screen img {
    width: 59%;
    transition: all .2s ease-in-out;
}

.screen .wrap {
    border-bottom: 1px solid black;
    margin: 1em 0;
}

.screen .con1,.screen .con2  {
    height: 100%;
    margin-left: 2px;
    margin-bottom: 2px;
    width: 40%;
    transition: all .2s ease-in-out;
}

.screen p {
    margin: 0;
}

p {
    margin-bottom: 1rem;
}

.screen .con_hl {
    background-color: yellow;
}

.screen .con1 {float: left;}
.screen .con2 {float: right;}

.screen img.zoom {
    transform: scale(2.5);
    box-shadow: 6px 6px 2px rgba(0,0,0,0.5);
}

.trashbin {
    position: fixed;
    top: 100px;
    left: 100px;
}

.dropzone {
    width: 100px;
    height: 100px;
    background: purple;
    margin-bottom: 10px;
    padding: 10px;
    opacity: .5;
}

.btn_delete {
    width: 100%;
}
.btn_delete:hover {
    background-color: darkred;
    color: white;
    border: none;
}


.screen .wrap .img_full {
    width: 100%;
    margin-bottom: 1em;
    box-shadow: #333333;
}

select.custom-select {
    display: inline-block;
    min-width: 220px;
}

.container {
    max-width: 1200px;
    width: 90%;
}