#container {
    position: relative;
    height: 900px;
    width: 1600px;
    margin-right: auto;
    margin-left: auto;
    background-color: red;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'poppins', sans-serif;

}

.image {
    background: #34495e;
    border: 1px solid #34495e;
    width: 200px;
    height: 200px;
}

body {
    background-color: black;
}

.ceilingfan {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 60%;
    height: 70%;
    margin: 0;
    left: 400px;
    top: 150px;

}


.mic {
    position: absolute;
    padding-left: 10px;
    bottom: 0px;
}

.logo {
    position: fixed;
    padding-left: 10px;
    top: 20px;
    z-index: 1000;
    width: 500px;
    height: 300px;
}

.darkroom {
    position: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: 0;
}

.vhs {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: 0;
}

.glitch {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: 0;
}

.button {
    position: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    width: 40%;
    height: 50%;
    top: 430px;
    right: 1350px;
    z-index: 1000;
}

.feet {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: 0;
}

.outside {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: 0;
}

.peephole {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 1000;
}


.background {
    position: absolute;
    background-size: cover;
    background-position: center;
}

.cut {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 1000;
}

.hallway {
    position: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: 0;
}

.arrow2 {
    position: absolute;
    padding-left: 10px;
    bottom: 500px;
    width: 100px;
    height: 60px;
}

.arrow {
    position: fixed;
    left: 1200px;
    top: 20px;
    z-index: 1000;
    width: 200px;
    height: 100px;
}

.outside {
    position: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: 0;
}

.telling {
    position: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: 0;
}

.window {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: 0;
}

.dark {
    position: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: 0;
}

.car {
    position: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: 0;
}

.yellow {
    position: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: 0;
}

.liminal {
    position: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    height: 70%;
    margin: 0;
    top: 150px;
    left: 450px;
}

.tvglitch {
    background-repeat: no-repeat;
    background-size: cover;
    width: 1000%;
    height: 50%;
    margin: 0;
}

.eye {
    position: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: 0;
}

.eyecut {
    position: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 8.5%;
    height: 19%;
    top: 295px;
    left: 872px;
    z-index: 1000;
}

.still {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 40%;
    right: 10px;
    left: 500px;
    top: 250px;

    margin: 0;
}

/*less than or equal to 450*/
@media only screen and (max-width: 450px) margin: 0 auto;
}

.page-1 {}
}

/*greater than 450px*/
@media only screen and (min-width: 451px) margin: 0 auto;
}
}