/*
#kep {
    display: block;
    margin: 0 auto;
    height: auto;
    max-height: 70%;
    max-width: 100%;
}
.wrapper {
    display: block;
    width: 100dvw;
    margin: 0 auto;
    height:100dvh;
    align-content: center;
}
html {
    background-color: rgb(255, 218, 188);
} 
.all {
    background-color: rgb(255, 218, 188);
}
#previousbtn {
    position: relative;
    bottom: 30dvh;
    float: left;
    margin-left: 20px;
}
#nextbtn {
    position: relative;
    bottom: 30dvh;
    float: right;
    margin-right: 20px;
}
#previousbtn, #nextbtn {
    width: 100px;
    background-color: none;
}

*/
#kep {
    display: block;
    margin: 0 auto;
    height: auto;
    max-height: 600px;
    max-width: 100%;
}
.wrapper {
    display: block;
    width: 100dvw;
    margin: 0 auto;
    height:100dvh;
    align-content: center;
}
.wrapper2 {
    display: block;
    width: 100dvw;
    margin: 0 auto;
    height:60dvh;
    align-content: center;
}
html {
    background-color: rgb(255, 218, 188);
    overflow: hidden;
} 
.all {
    background-color: rgb(255, 218, 188);
}
#previousbtn {
    position: relative;
    top: 30dvh;
    float: left;
    margin-left: 20px;
}
#nextbtn {
    position: relative;
    top: 30dvh;
    float: right;
    margin-right: 20px;
}
#previousbtn, #nextbtn {
    width: 100px;
    background-color: none;
    cursor: pointer;
}
#x {
    display: block;
    margin: 0 auto;
    width: 28px;
    transform: translateY(-8.5dvh);
    cursor: pointer;
}
.xdiv {
    display: block;
    margin: 0 auto;
}