/** Shopify CDN: Minification failed

Line 54:21 The "-" operator only works if there is whitespace on both sides
Line 170:25 The "-" operator only works if there is whitespace on both sides

**/
@media screen and (max-width: 1000px) {
    .hide-on-small {
        display: none;
    }
}

.guide_container{
    position: relative;
    justify-self: center;
    justify-content: center;
    width: 60%;
    height: 60%;
}

.single{
    margin: 1%;
    display: flex;
}

.double{
    margin: 1%;
    display: flex;
}

.page{
    aspect-ratio: 8.5 / 11;
    position: relative;
    width: 40%;
    height: 30%;
    justify-self: center;
    justify-content: center;
    display: flex;
    margin-right:-0.6%;
    margin-left:-0.35%;
    z-index: 10;
}

.page embed{
    position:absolute;
    top:0;
    left:0;
    height:96.1%; 
    width:99%;
}

.zindexer{
    z-index: 100;
    height: calc(100%-50px);
    display:flex;
    padding-bottom: 2%;
}

.page-button{
    width: 100%;
    height: 90%; 
    cursor: pointer;
    border: none;
}

.left{
    float: left;
    padding: auto;
    margin: 1px;
}

.right{
    float: right;
    padding: auto;
    margin: 1px;
}

@media screen and (max-width: 900px){
    .main_container{
        position: relative;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .single{
        width: 60%;
        height: 60%;
        margin: 5%;
        display: flex;
        justify-content: center;
    }

    .double{
        width: 60%;
        height: 60%;
        margin: 5%;
        display: flex;
        justify-content: center;
    }

    .page embed{
        position:absolute;
        top:0;
        left:0;
        width:99%; 
        height:93.58%; 
        justify-self: center;
    }

    .page-button{
        width: 7%;
        height: 93.58%;
        cursor: pointer;
        border: none
    }

}

@media screen and (max-width: 500px){
    .main_container{
        position: relative;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .guide_container{
        position: relative;
        justify-self: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    .single{
        width: 100%;
        height: 60%;
        margin: 5%;
        display: flex;
        justify-content: center;
    }

    .double{
        width: 100%;
        height: 60%;
        margin: 5%;
        display: flex;
        justify-content: center;
    }

    .page embed{
        position:absolute;
        top:0;
        left:0;
        width:99%; 
        height:92%; 
        justify-self: center;
    }

    .page-button{
        width: 7%;
        height: 93.58%;
        cursor: pointer;
        border: none
    }
    
    .zindexer{
        z-index: 100;
        height: calc(100%-50px);
        display:flex;
        padding-bottom: 4%;
    }

}