#showimage{
    position:absolute;
    visibility:hidden;
    border: 3px solid gray;
    border-radius: 9px;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.3);
    z-index: 2;
}

#dragbar{
    cursor: hand;
    cursor: pointer;
    background-color: #EFEFEF;
    min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
    /*font-weight: bold;*/
    /*margin-right: 1px;*/
    font-family: Poppins, sans-serif;
    position: absolute;
    right: -10px;
    top: -10px;
    height: 30px;
    width: 30px;
    display: inline-block;
    padding-bottom: 10px;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid black;
    background: gray;
    color: white;
    border-radius: 50%;

}

@media(max-width: 767px){
    #showimage img{
        align-content: center;
        width: 300px;
    }
}
@media(min-width: 768px) and (max-width: 1199px){
    /*#showimage img{*/
    /*    width: 500px;*/
    /*}*/

}