.img {
    max-width: 100%;
}

.slogan-red {
    text-align: center;
    color: #E2001A;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 40px;
}

.slogan-red-xs {
    display: block;
    color: #E2001A;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 20px;
}

.slogan-gray {
    text-align: center;
    color: #808285;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 40px;
}

.slogan-puppy {
    display: block;
    text-align:left;
}

#cats_meta {
    font-size: 13px;
    margin-top: 10px;
    display: block; text-align:left;
}

.sub_text {
    text-align: justify;
    font-size: 14px;
}

.cycle {
    position: relative;
    width: 40px;
    height: 40px;
    background: gray;
    border-radius: 50%;
    margin: 0 auto;

}

.cycle > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.cycle_red {
    position: relative;
    width: 100px;
    height: 100px;
    background: red;
    border-radius: 50%;
    margin: 0 auto;
}

.cycle_red > div{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.cycle_red  p {
    font-size: 30px;
    line-height: 0;
}

.note {
    text-align: center;
    font-size: 15px;
    font-style: oblique;
    color: grey;
}

.points {
    position: absolute;
    width: 200px !important;
    height: 200px;
    z-index: 100000;
    color: white;
    text-align: center;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0);
    transition: background .3s ease-out ;
}

.points > p {
    margin: 0;
    font-size: 30px;
    color: white;
    opacity: 0;
    transition: opacity .3s ease-out ;
}

.rc-card--b:hover .points{
    background: rgba(0, 0, 0, 0.5);
}

.rc-card--b:hover .points > p {
    opacity: 1;
}

.class {
    border: 1px solid red ;
    border-radius: 50% ;
    overflow: hidden;
    width: 200px !important;
    height: 200px;
    position:relative
}

#arrow {
    max-width: 200px;
    max-height: 200px;
    border: none;
    float: right
}

#points {
    max-width: 100%;
    border: none;
    float: right;
    max-height: 350px
}

#puppy {
    max-width: 100%;
    border: none;
    float:left;
}

.correct {
    left: 0;
    right: 0;
}

#rc-styled-link--ctaM {
    display: inline-block;
    margin: 0;
}

.tns-nav > button {
    background: grey;
}

.rc-list {
    padding: 0px 0px 0px 20px;
}

.slider_article {
    height: 300px; 
    border: none!important;
    max-width: 200px;
}


/* ----------- Non-Retina Screens ----------- */
@media screen
  and (min-device-width: 1200px)
  and (max-device-width: 1600px)
  and (-webkit-min-device-pixel-ratio: 1) {
    #cat {
        max-width: 100%;
        max-height: initial;
        float: none;
        margin: 0 auto;
    }
}

/* ----------- Retina Screens ----------- */
@media screen
  and (min-device-width: 1200px)
  and (max-device-width: 1600px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) {
    #cat {
        max-width: 100%;
        max-height: initial;
        float: none;
        margin: 0 auto;
    }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2) {
    #cat {
        max-width: 100%;
        max-height: 320px;
        float: none;
        margin: 0 auto;
    }
    .slider_article {
        height: 300px; 
        border: none!important;
        max-width: 126px;
        margin: 0 10px;
    }
}



@media screen and (min-width: 320px) {

    .class {
        border: 1px solid red ;
        border-radius: 50% ;
        overflow: hidden;
        width: 126px !important;
        height: 126px;
        position:relative;
        margin-right: 25px;
    }

    .points {
        position: absolute;
        width: 126px !important;;
        height: 126px;
        z-index: 100000;
        color: white;
        text-align: center;
        vertical-align: middle;
        background: rgba(0, 0, 0, 0);
        transition: background .3s ease-out ;
    }

    .points > p {
        margin: 0;
        font-size: 13px;
        color: white;
        opacity: 0;
        transition: opacity .3s ease-out ;
    }
    .points > p > span {
        display: block;
        font-size: 20px;
    }

    .rc-styled-link--cta {
        display: inline-block;
        margin: 0;
    }

}

@media screen and (min-width: 900px) {
    .class {
        border-radius: 50% ;
        overflow: hidden;
        width: 200px !important;
        height: 200px;
        position:relative
    }

    .points {
        position: absolute;
        width: 200px !important;
        height: 200px;
        z-index: 100000;
        color: white;
        text-align: center;
        vertical-align: middle;
        background: rgba(0, 0, 0, 0);
        transition: background .3s ease-out ;
    }

    .points > p {
        margin: 0;
        font-size: 25px;
        color: white;
        opacity: 0;
        transition: opacity .3s ease-out ;
    }

    .points > p > span {
        display: block;
        font-size: 40px;
    }
}
