@charset "UTF-8";

#orientation_warning {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
}

#orientation_image {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    background-size: 60%;
    background-position: center center;
    background-repeat: no-repeat;
}
