img.tezeusz_gallery.new {
    display: inline-block;
    max-height: 95px; 
    max-width: 118px; 
    padding: 10px;
    margin: 0;
}

img.tezeusz_gallery.new.first {
    display: inline-block;
    max-height: 220px; 
    max-width: 250px; 
    padding: 10px;
    margin: 0;
    float: left;
}


div.tezeusz_gallery.image {
    position: relative;
    display: block;
    cursor: pointer; 
    cursor: hand;
    padding: 10px 3px 0 3px;
    float: left;
    max-width: 150px;
}
div.tezeusz_gallery.image img.gallery-image {
    width: 145px;
    height: 122px;
}

.galleryImages-first {
    max-width: 320px !important;
    position: relative;
}
.galleryImages-first img.gallery-image {
    width: 305px !important;
    height: 256px !important;
}

.galleryImages-first:after {
    display: block;
    content: 'Zdjęcie główne';
    color: white;
    width: 305px;
    height: 38px;
    position: absolute;
    left: 3px;
    bottom: 0;
    background-color: rgba(77, 61, 92, 0.7);
    text-align: center;
    padding: 7px;
}

div.tezeusz_gallery.image.first {
    position: relative;
    display: block;
    cursor: pointer; 
    cursor: hand;
    padding: 5px;
    float: left;
    max-width: 250px;
    height: 95px;  
}

.tezeusz_gallery .xmark{
    position:absolute;
    top:15px;
    right:15px;
}

.tezeusz_gallery .move {
    position: absolute;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

.tezeusz_gallery .edit {
    position:absolute;
    top:8px;
    right:19px;
}

a.tezeusz_gallery.image.delete, a.tezeusz_gallery.image.edit, img.tezeusz_gallery.move {
    display: none;
}

div.tezeusz_gallery.image:hover a.tezeusz_gallery.image.delete {
    display: inline;
}
div.tezeusz_gallery.image:hover a.tezeusz_gallery.image.edit {
    display: inline;
}
div.tezeusz_gallery.image:hover img.tezeusz_gallery.move {
    display: inline;
}

li.tezeusz_gallery {
    display: inline-block;
    width: 98%;
    /*border*/: 1px dotted grey;
}

.tezeusz_gallery.delete {

}

#tezeusz_modal .modal-dialog {
    min-width: 90%;
}
#tezeusz_modal .modal .modal-body {
    // min-height: 520px;
    min-width: 900px;
    overflow-y: auto;
}

#tezeusz_modal .image-container {
    display: block;
    width: 99%;
    height: 99%;
    canvas{
        margin: 0!important;
    }
}

#tezeusz_modal .img-container img {
  max-width: 100%;
}