.slideFrame {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;


}

.slideFrame img {
    width: 100%;
}

.closeSlide {
    position: absolute;
    border-radius: 100%;
    background: white;

    padding: 2px 7px;
    top: 8px;
    right: 8px;
    cursor: pointer;
}