             :root {
                --blue: #007bff;
                --yellow-light: #FFF323;
                --orange: #FF5403;
                --yellow: #FFCA03;
                --red: #F90716;
            }
            
            body {
                margin: 0;
                padding: 0;
                background-position: left top;
                  background-image: url(../img/fondonavidad2.jpg);
               /* background-image: url(../img/fondodigimon.jpg);*/
                /*background-image: url(../img/tommy.jpg);*/
                /*background-image: url(../img/backhall.jpg);*/
                background-color: #17784b;
                background-repeat: repeat;
                background-size: 100% auto;
                color: #984f4a;
                font-size: 12px;
                min-width: 360px;
                height: 100%;
                box-sizing: border-box;
                /*display: flex;*/
                flex-direction: column;
                font-family: 'Roboto', sans-serif;
            }
            
               .adsense-ad {
        display: block; 
    }
            
            .bmc-btn {
                font-size: 14px !important;
            }
            
            .Ads {
                width: 45vw;
                position: absolute;
                top: 10px;
            }
            
            .facecomentarios {
                height: 200px;
                overflow-y: auto;
                width: 100%;
                background: var(--red);
            }
            
            .poll {
                background: black;
            }
            
            .contenido {
                width: 100%;
                height: auto;
                background-color: var(--yellow);
                display: flex;
            }
            
            .posterprincipal {
                width: 40%;
            }
            
            .submedia {
                width: 20%;
                height: auto;
                float: left;
                background-color: black;
            }
            
            .submedia img {
                width: 100%;
                height: 90px;
                margin-top: 20px;
            }
            
            .submedia h1 {
                text-align: center;
                color: white;
            }
            
            .media {
                width: 80%;
                height: 160vh;
                float: left;
                background: var(--yellow);
            }
            
            .subcontenido {
                height: auto;
                width: 100%;
                background-color: var(--yellow);
                overflow-y: auto;
                max-height: 1000px;
            }
            
            .subcontenido::-webkit-scrollbar {
                width: 10px;
                /* Tamaño del scroll en vertical */
                height: 10px;
                /* Tamaño del scroll en horizontal */
            }
            
            .subcontenido::-webkit-scrollbar-thumb {
                background: var(--yellow);
                border-radius: 4px;
            }
            
            .contenidomodal::-webkit-scrollbar-thumb:hover {
                background: var(--red);
                box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
            }
            
            .subcontenido::-webkit-scrollbar-track {
                background: var(--yellow);
                border-radius: 4px;
            }
            
            select {
                overflow: auto;
                text-decoration: none;
                padding: 1.5%;
                font-family: 'Roboto', sans-serif;
                font-size: 15px;
                color: white;
                background-color: var(--red);
                border-radius: 3px;
                border: 2px solid black;
            }
            
            select:hover {
                cursor: pointer;
            }
            
            .ghost {
                position: absolute;
                width: 150px;
                height: 145px;
                z-index: 10001;
                display: block;
                opacity: 0.8;
                background: transparent url('../img/fantasma.png') no-repeat;
            }
            
            .ghost.moving-left {
                -moz-transform: scaleX(-1);
                -webkit-transform: scaleX(-1);
                -o-transform: scaleX(-1);
                transform: scaleX(-1);
                filter: fliph;
                /*IE*/
            }
            
            .marquesina {
                float: left;
                position: relative;
                background: #b5c1ca;
                width: 100%;
                height: 50px;
            }
            
            .marquesina h1 {
                background: #b5c1ca;
                color: #746098;
                font-size: 18px;
            }
            
            p {
                font-family: 'Roboto', sans-serif;
                font-size: 1rem;
                font-weight: bold;
            }
            
            .posterprinc {
                width: 90%;
            }
            
            .listadesplegable {
                text-decoration: none;
                padding: 1%;
                font-size: 14px;
                font-family: 'Roboto', sans-serif;
                color: var(--yellow-light);
                background-color: black;
                border: 2px solid black;
            }
            
            select:focus>option:checked {
                background: black !important;
            }
            
            .modal {
                width: 100%;
                position: fixed;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                z-index: 40;
                display: flex;
                overflow: hidden;
                -webkit-overflow-scrolling: touch;
                outline: 0;
                background: rgba(0, 0, 0, 0.8);
            }
            
            .velocidad {
                width: 100%;
                font-family: 'Roboto', sans-serif;
                color: white;
            }
            
            .vel01 {
                width: 40%;
                margin-left: 10%;
                float: left;
                background-color: purple;
            }
            
            .contenidomodal {
                margin: auto;
                width: 40%;
                height: 50%;
                background-color: whitesmoke;
                color: black;
                border-radius: 10px;
                padding: 2%;
                overflow-y: scroll;
            }
            
            .contenidomodal::-webkit-scrollbar {
                width: 10px;
                /* Tamaño del scroll en vertical */
                height: 10px;
                /* Tamaño del scroll en horizontal */
            }
            
            .contenidomodal::-webkit-scrollbar-thumb {
                background: darkred;
                border-radius: 4px;
            }
            
            .contenidomodal::-webkit-scrollbar-thumb:hover {
                background: var(--red)n;
                box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
            }
            
            .contenidomodal::-webkit-scrollbar-track {
                background: #686868;
                border-radius: 4px;
            }
            
            .contenidomodal h2 {
                float: left;
            }
            
            .contenidomodal p {
                float: left;
                text-align: justify;
            }
            
            .contenidomodal .boton_personalizado3 {
                color: white;
                padding: 5px;
                background-color: var(--red);
                border-radius: 5px;
                cursor: pointer;
            }
            
            .barrarepro {
                margin: 0;
                width: 100%;
                height: auto;
                float: left;
                background-color: var(--red);
            }
            
            .suscripcion {
                padding: 5%;
            }
            
            .suscripcion table {
                width: 100%;
                font-family: 'Roboto', sans-serif;
            }
            
            .suscripcion table tr td {
                width: 30%;
                padding: 3%;
            }
            
            .suscripcion table tr td a {
                color: white;
                font-size: 20px;
                text-align: center;
                border: solid;
                border-color: white;
                background-color: var(--red);
                padding: 4px;
                margin: 20%;
                width: auto;
                border-radius: 15px;
                text-decoration: none;
            }
            
            .suscripcion table tr td ul li {
                color: white;
                font-size: 14px;
                margin-left: 7%;
            }
            
            .suscripcion h3 {
                color: yellow;
                font-size: 18px;
                text-align: center;
            }
            
            .suscripcion p {
                color: white;
                font-size: 16px;
                text-align: justify;
            }
            
            .suscripcion h4 {
                color: #FF6187;
                font-size: 16px;
                text-align: center;
            }
            
            .suscripcion p {
                font-size: 20px;
            }
            
            .suscripcion img {
                width: 100%;
                height: 200px;
            }
            
            .tabla_comentario {
                width: 100%;
                background-color: #8233c5;
            }
            
            .series {
                padding: 3%;
                overflow-y: scroll;
                height: 1100px;
            }
            
            .series::-webkit-scrollbar {
                width: 10px;
                /* Tamaño del scroll en vertical */
                height: 10px;
                /* Tamaño del scroll en horizontal */
            }
            
            .series::-webkit-scrollbar-thumb {
                background: darkred;
                border-radius: 4px;
            }
            
            .series::-webkit-scrollbar-thumb:hover {
                background: var(--red);
                box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
            }
            
            .series::-webkit-scrollbar-track {
                background: #686868;
                border-radius: 4px;
            }
            
            .series table {
                width: 100%;
            }
            
            .series table tr td {
                width: 30%;
                text-align: center;
                vertical-align: central;
            }
            
            .serieimagen {
                width: 70%;
                padding: 5%;
                -webkit-transition: all 0.6s ease;
                -moz-transition: all 0.6s ease;
                -o-transition: all 0.6s ease;
            }
            
            .serieimagen:hover {
                transform: scale(1.1);
                -moz-transform: scale(1.1);
                /* Firefox */
                -webkit-transform: scale(1.1);
                cursor: pointer;
            }
            
            .titulo {
                background: var(--red);
                color: white;
                padding: 0.75rem;
            }
            
            .logoPrincipal {
                width: 15%;
                margin: 20px;
            }
            
            .logoHalloween {
                width: 25vw;
                margin-left: 17vw;
                margin-right: 17vw;
            }
            
            ul,
            ol,
            dl {
                /* Debido a las diferencias existentes entre los navegadores, es recomendable no añadir relleno ni márgenes en las listas. Para lograr coherencia, puede especificar las cantidades deseadas aquí o en los elementos de lista (LI, DT, DD) que contienen. Recuerde que lo que haga aquí se aplicará en cascada en la lista .nav, a no ser que escriba un selector más específico. */
                padding: 0;
                margin: 0;
            }
            
            f2 {
                text-align: right;
                padding: 0;
                font-family: 'Roboto', sans-serif;
                right: 0px;
            }
            
            h1 {
                font-family: 'Roboto', sans-serif;
                font-size: 24px;
            }
            
            h2 {
                float: right;
                font-family: 'Roboto', sans-serif;
            }
            
            header {
                background-position: left top;
                width: 100%;
                height: fit-content;
                min-height: 130px;
                background-size: 100% 140%;
                /*background-image: url(../img/fondonavidad.gif);*/
                background-image: url(../img/matrix01.gif);
               /* background-image: url(../img/banhall.jpg);*/
                background-color: brown;
            }
            
            .barra {
                background-color: black;
                background-position: left top;
                width: auto;
                height: 100%;
                max-height: 120px;
            }
            
            #imghorario {
                display: block;
                margin: auto;
                width: 100%;
            }
            
            .horario {
                color: #fff;
                position: absolute;
                top: 10%;
                left: 0;
                margin-left: 20%;
                margin-right: 20%;
                width: 60%;
                height: 600px;
                overflow-y: scroll;
                display: none;
                transition: all .5s;
                transition-duration: 0.4s;
            }
            
            .horario::-webkit-scrollbar {
                width: 10px;
                /* Tamaño del scroll en vertical */
                height: 10px;
                /* Tamaño del scroll en horizontal */
            }
            
            .horario::-webkit-scrollbar-thumb {
                background: darkred;
                border-radius: 4px;
            }
            
            .horario::-webkit-scrollbar-thumb:hover {
                background: var(--red);
                box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
            }
            
            .horario::-webkit-scrollbar-track {
                background: #686868;
                border-radius: 4px;
            }
            
            .horario1 {
                top: 30%;
                width: 80%;
                left: 10%;
                right: 10%;
                position: fixed;
                background-color: black;
                display: none;
                transition: all .5s;
            }
            
            a.class_a_href {
                pointer-events: none;
                cursor: default;
            }
            
            #botoncerrar {
                width: 4%;
                border-radius: 5px;
                height: 4%;
                margin-right: 0;
                font-size: 12px;
            }
            
            .botoncerrar {
                top: 1%;
                right: 0%;
                position: absolute;
                text-decoration: none;
                color: white;
                background-color: var(--red);
                border-radius: 2%;
                border: 2px solid #FF6187;
            }
            
            .botoncerrar:hover {
                background-color: darkred;
                color: white;
            }
            
            @-webkit-keyframes opaco {
                from {
                    opacity: 0;
                }
                to {
                    opacity: 1;
                }
            }
            
            f1 {
                font-size: 20px;
                color: white;
                font-family: 'Roboto', sans-serif;
            }
            
            content {
                background-position: left top;
                width: 50%;
                background-color: black;
                position: relative;
            }
            
            .centrarimagen {
                display: block;
                margin-left: auto;
                margin-right: auto;
                width: 60%;
            }
            
            .derechaimagen {
                display: block;
                margin-left: 20%;
                width: 80%;
            }
            
            .flotante {
                width: 20%;
                position: fixed;
                bottom: 10%;
                right: 20%;
            }
            
            .facebook {
                width: 17%;
                position: fixed;
                bottom: 4%;
                right: 0%;
            }
            
            .facebook img {
                width: 100%;
            }
            
            .flotante2 {
                width: 17%;
                position: fixed;
                bottom: 0%;
                right: 2px;
            }
            
            .botonform {
                background-color: black;
                border: double;
                color: white;
                width: 150px;
                height: 30px;
                font-size: 18px;
            }
            
            .reloj {
                font-family: 'Roboto', sans-serif;
                text-align: right;
                color: black;
                height: 2%;
                font-weight: bold;
            }
            
            .relojdis {
                color: #a7fe00;
                background-color: black;
                height: 25px;
                text-align: center;
            }
            /*   footer {
        background: var(--orange);
        color: white;
        padding-left: 3%;
        width: 97%;
        height: 100%;
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        bottom: 0;
        float: left;
        max-height: 50px;
    }*/
            
            .video-container {
                position: relative;
                padding: 0;
                margin: 0;
                width: 100%;
                height: 28vw;
                text-align: center;
                background-color: black;
                background-size: cover;
                overflow: hidden;
            }
            
            #container {
                width: 60%;
                height: auto;
                max-height: 1900px;
                background-color: #fcc200;
                bottom: 0;
                margin: 0 auto;
                /* el valor automático de los lados, unido a la anchura, centra el diseño */
            }
            
            .userVideo {
                position: relative;
                width: 100%;
                height: 100%;
                object-fit: fill;
            }
            
            .medio {
                margin-left: 12.5%;
                margin-right: 12.5%;
                width: 75%;
                height: auto;
                background-color: rebeccapurple;
            }
            
            .peerVideo {
                position: relative;
                width: 100%;
                height: 100%;
                display: none;
                object-fit: fill;
            }
            
            .logo {
                position: absolute;
                bottom: 8%;
                right: 8%;
                width: 11%;
            }
            
            label {
                display: inline-block;
                width: auto;
                padding: 2%;
                text-align: left;
                font-family: 'Roboto', sans-serif;
            }
            
            .button {
                margin: 20px;
                font-size: 14px;
                float: right;
            }
            
            .boton_personalizado {
                text-decoration: none;
                padding: 1%;
                font-family: 'Roboto', sans-serif;
                font-size: 16px;
                color: var(--yellow-light);
                background-color: black;
                border-radius: 6px;
                border: 2px solid black;
            }
            
            .boton_personalizado:hover {
                color: white;
                background-color: #a3a2a4;
                cursor: pointer;
            }
            
            .boton_personalizado2 {
                float: left;
                text-decoration: none;
                padding: 1.5%;
                padding-left: 5%;
                padding-right: 5%;
                font-family: 'Roboto';
                font-size: 15px;
                font-weight: 400;
                color: white;
                background-color: var(--red);
                border-radius: 3px;
                border: 2px solid black;
            }
            
            .boton_personalizado2:hover {
                color: white;
                background-color: #a3a2a4;
                cursor: pointer;
            }
            
            .power_ranger {
                margin-left: 10px;
                width: 10%;
            }
            
            .histats {
                width: 40vw;
            }
            
            .anuncio {
                width: 80%;
            }
            
            .spider {
                display: block;
                height: 145px;
                left: 40px;
                margin-left: 100px;
                position: absolute;
                top: 0;
                width: 45px;
                z-index: 100;
            }
            
            @keyframes spider-move {
                0% {
                    height: 50px;
                }
                100% {
                    height: 200px;
                }
            }
            
            .spider::before {
                display: block;
                content: "";
                width: 1px;
                height: 500px;
                background: #efebe4;
                margin-left: 50px;
                margin-bottom: -3px;
                z-index: 100;
                animation: spider-move 4s ease-in-out infinite alternate;
            }
            
            .footer {
                position: relative;
                width: 100%;
                background: #3586ff;
                min-height: 100px;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
            }
            
            .social-icon,
            .menu {
                position: relative;
                display: flex;
                justify-content: center;
                align-items: center;
                margin: 10px 0;
                flex-wrap: wrap;
            }
            
            .social-icon__item,
            .menu__item {
                list-style: none;
            }
            
            .social-icon__link {
                font-size: 2rem;
                color: #fff;
                margin: 0 10px;
                display: inline-block;
                transition: 0.5s;
            }
            
            .social-icon__link:hover {
                transform: translateY(-10px);
            }
            
            .menu__link {
                font-size: 1.2rem;
                color: #fff;
                margin: 0 10px;
                display: inline-block;
                transition: 0.5s;
                text-decoration: none;
                opacity: 0.75;
                font-weight: 300;
            }
            
            .menu__link:hover {
                opacity: 1;
            }
            
            .footer p {
                color: #fff;
                margin: 15px 0 10px 0;
                font-size: 1rem;
                font-weight: 300;
            }
            
            .wave {
                position: absolute;
                top: -100px;
                left: 0;
                width: 100%;
                height: 100px;
                background: url("https://i.ibb.co/wQZVxxk/wave.png");
                background-size: 1000px 100px;
            }
            
            .wave#wave1 {
                z-index: 1000;
                opacity: 1;
                bottom: 0;
                animation: animateWaves 4s linear infinite;
            }
            
            .wave#wave2 {
                z-index: 999;
                opacity: 0.5;
                bottom: 10px;
                animation: animate 4s linear infinite !important;
            }
            
            .wave#wave3 {
                z-index: 1000;
                opacity: 0.2;
                bottom: 15px;
                animation: animateWaves 3s linear infinite;
            }
            
            .wave#wave4 {
                z-index: 999;
                opacity: 0.7;
                bottom: 20px;
                animation: animate 3s linear infinite;
            }
            
            @keyframes animateWaves {
                0% {
                    background-position-x: 1000px;
                }
                100% {
                    background-positon-x: 0px;
                }
            }
            
            @keyframes animate {
                0% {
                    background-position-x: -1000px;
                }
                100% {
                    background-positon-x: 0px;
                }
            }
            /*//////////////////estilo dispositivos moviles////////////*/
            
            @media (max-width:900px) and (min-width:401px) {
                #body {
                    width: 100%;
                    height: 100vh;
                    background-color: aquamarine;
                    /* ampliamos los textos si mide más de 800px */
                }
                   .adsense-ad {
        display: none; 
    }
                .reloj {
                    height: 20px;
                }
                .Ads {
                    width: 67vw;
                    position: absolute;
                    top: 6px;
                    right: 38px;
                }
                .poll {
                    height: auto;
                }
                .barrarepro {
                    height: 38px;
                }
                .subcontenido {
                    height: 900px;
                }
                .submedia {
                    height: 1300px;
                }
                .submedia h1 {
                    font-size: 14px;
                }
                .media {
                    height: 400px;
                }
                .contenido {
                    height: 1300px;
                }
                header {
                    height: 100px;
                }
                .logoPrincipal {
                    width: 80px;
                }
                .logoHalloween {
                    width: 180px;
                    margin-left: 35%;
                    margin-right: 35%;
                }
                #container {
                    width: 100%;
                    height: 100%;
                }
                #botoncerrar {
                    float: right;
                    margin: 0;
                    width: 10%;
                    height: 7%;
                    padding: 0;
                    font-size: 11px;
                    position: fixed;
                    border-radius: 5px;
                }
                .modal {
                    width: 100vw;
                }
                .contenidomodal {
                    width: 90%;
                    margin-right: 5%;
                    margin-left: 5%;
                    height: 45%;
                    padding: 40px;
                }
                .horario {
                    width: 80%;
                    margin-left: 10%;
                    margin-right: 10%;
                    height: 200px;
                    margin-top: 3%;
                    padding: 0;
                    position: fixed;
                    overflow-y: scroll;
                    overflow-x: scroll;
                }
                #imghorario {
                    width: 718px;
                    height: auto;
                }
               /* footer {
                    width: 98vw;
                    height: 100%;
                    padding-left: 2vw;
                }*/
                .flotante {
                    width: 30%;
                    position: fixed;
                    bottom: 10%;
                    right: 1%;
                }
                .facebook {
                    width: 20%;
                    position: fixed;
                    bottom: 10%;
                    right: 0;
                }
                .video-container {
                    width: 100%;
                    height: 45vw;
                    margin: 0;
                }
                .userVideo {
                    position: relative;
                    width: 100%;
                    height: 100%;
                }
                .peerVideo {
                    position: relative;
                    width: 100%;
                    height: 100%;
                    display: none;
                }
                .suscripcion {
                    padding: 1%;
                }
                .suscripcion table {
                    width: 100%;
                    font-family: 'Roboto', sans-serif;
                }
                .suscripcion table tr td {
                    width: 30%;
                    padding: 1%;
                }
                .suscripcion table tr td ul li {
                    color: white;
                    font-size: 14px;
                    margin-left: 3%;
                }
                .suscripcion p {
                    color: white;
                    font-size: 16px;
                    text-align: left;
                }
                .serieimagen {
                    border: 2px solid black;
                    width: 90%;
                    padding: 5%;
                }
                .ghost {
                    position: absolute;
                    width: 50px;
                    height: 48px;
                    z-index: 10001;
                    display: block;
                    opacity: 0.8;
                    background: transparent url('../img/fantasma2.png') no-repeat;
                }
                .ghost.moving-left {
                    -moz-transform: scaleX(-1);
                    -webkit-transform: scaleX(-1);
                    -o-transform: scaleX(-1);
                    transform: scaleX(-1);
                    filter: fliph;
                    /*IE*/
                }
            }
            /*vista vertical*/
            
            @media (max-width:400px) and (min-width:1px) {
                
                
                #body {
                    width: 100%;
                    height: 100vh;
                    background-color: aquamarine;
                    /* ampliamos los textos si mide más de 800px */
                }
                
                .adsense-ad {
        display: none; 
    }
                
                
                .Ads {
                    width: 67vw;
                    position: absolute;
                    top: 25px;
                    right: 14px;
                }
                .reloj {
                    height: 20px;
                }
                .barrarepro {
                    height: 29px;
                }
                .subcontenido {
                    height: auto;
                }
                .submedia {
                    height: 1300px;
                    width: 30%;
                }
                .submedia h1 {
                    font-size: 13px;
                }
                .media {
                    height: 400px;
                    width: 70%;
                }
                .contenido {
                    height: 1300px;
                }
                header {
                    height: 100px;
                    min-height: 50px;
                }
                .logoHalloween {
                    width: 180px;
                    margin-left: 25%;
                    margin-right: 25%;
                }
                .logoPrincipal {
                    width: 20%;
                    margin: 20px;
                }
                #container {
                    width: 100%;
                    height: 100%;
                }
                #botoncerrar {
                    float: right;
                    margin: 0;
                    width: 10%;
                    height: 7%;
                    padding: 0;
                    font-size: 11px;
                    position: fixed;
                    border-radius: 5px;
                }
                .modal {
                    width: 100vw;
                }
                .contenidomodal {
                    width: 90%;
                    margin-right: 5%;
                    margin-left: 5%;
                    height: 45%;
                    padding: 40px;
                }
                .horario {
                    width: 80%;
                    margin-left: 10%;
                    margin-right: 10%;
                    height: 200px;
                    margin-top: 3%;
                    padding: 0;
                    position: fixed;
                    overflow-y: scroll;
                    overflow-x: scroll;
                }
                #imghorario {
                    width: 718px;
                    height: auto;
                }
               /* footer {
                    width: 98vw;
                    height: 100%;
                   
                }*/
                .flotante {
                    width: 30%;
                    position: fixed;
                    bottom: 10%;
                    right: 1%;
                }
                .facebook {
                    width: 20%;
                    position: fixed;
                    bottom: 10%;
                    right: 0;
                }
                .video-container {
                    width: 100%;
                    height: 40vw;
                    margin: 0;
                }
                .userVideo {
                    position: relative;
                    width: 100%;
                    height: 100%;
                }
                .peerVideo {
                    position: relative;
                    width: 100%;
                    height: 100%;
                    display: none;
                }
                .suscripcion {
                    padding: 1%;
                }
                .suscripcion table {
                    width: 100%;
                    font-family: 'Roboto', sans-serif;
                }
                .suscripcion table tr td {
                    width: 30%;
                    padding: 1%;
                }
                .suscripcion table tr td ul li {
                    color: white;
                    font-size: 14px;
                    margin-left: 3%;
                }
                .suscripcion p {
                    color: white;
                    font-size: 16px;
                    text-align: left;
                }
                .serieimagen {
                    border: 2px solid black;
                    width: 90%;
                    padding: 5%;
                }
                .ghost {
                    position: absolute;
                    width: 50px;
                    height: 48px;
                    z-index: 10001;
                    display: block;
                    opacity: 0.8;
                    background: transparent url('../img/fantasma2.png') no-repeat;
                }
                .ghost.moving-left {
                    -moz-transform: scaleX(-1);
                    -webkit-transform: scaleX(-1);
                    -o-transform: scaleX(-1);
                    transform: scaleX(-1);
                    filter: fliph;
                    /*IE*/
                }
            }