#box {
            margin-top: 2%;
        }

        #box2 {
            text-align: center;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            transform: translate(0%, 5%);
        }

        @media(max-width: 650px) {
            #box {
                text-align: center;
                margin-top: 0;
            }
        }

        #boxx {
            margin: 0 auto;
            width: 530px;
            height: 760px;
            padding: 0;
            border-radius: 10px;
            border: 1px solid #333;
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
        }

        #boxxx {
            margin: 0 auto;
            width: 100%;
            height: 100%;
            padding: 0;
            border-radius: 0;
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
        }

        #iframe {
            width: 100%;
            height: 686px;
            border-radius: 0;
            position: relative;
            border-radius: 0 0 8px 8px;
        }

        #iframe2 {
            width: 100%;
            height: 100%;
            border-radius: 0;
        }

        @media(max-width: 650px) {
            #boxx {
                margin: 0 auto;
                position: fixed;
                width: 100%;
                height: 100%;
                padding: 0;
                border-radius: 0;
            }
        }

        .redd {
            background: none;
            color: #555;
        }

        .redd:hover {
            background: #E81123;
            border-radius: 0 8px 0 0;
            color: #FFF;
        }

        .sys {
            background: none;
        }

        .sys:hover {
            background: #444;
        }

        #bb02 {
            display: none;
        }

        .text-limit {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 500px;
            padding: 5px;
        }