body {
    height: 100vh;
    margin: 0;
    font-family: Raleway, sans-serif;
    background-color: #164194;
    cursor: default;
    user-select: none;
}

.screensaver {
    display: block;
    cursor: none;
    width: 100%;
    height: 100%;
     overflow: hidden;
     
    
}

.screensaver-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.screensaver-item .slide-image {
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    
}


