@media (max-width: 768px) {
    #recap {
        width: 90%;
        margin: auto;
    }
    #g4rtitle {
        width: 50%;
    }
    #welc {
        width: 35%;
    }
    #g4con {
        width: 100%;
    }

    #g4title > h1 {
        font-size: 40px;
    }

    .sicon {
        width: 30px;
        height: auto;
    }

    #rew > div > span {
        font-size: 25px;
        background: linear-gradient(
            to right,
            white 0%,
            rgb(238, 229, 130) 20%,
            rgb(185, 255, 244) 40%,
            white 80%,
            rgb(238, 229, 130) 100%
        );
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        background-size: 500% auto;
        animation: shine 5s ease-in-out infinite ;
    }

    #rew > div {
        display: inline;
        margin: 10px;
    }
}

@media (min-width: 769px) {
    #recap {
        width: 640px;
    }
    #g4rtitle {
        width: 550px;
    }
    #welc {
        width: 75%;
    }
    #g4con {
        width: 500px;
    }

    #g4title {
        height: 80px;
    }

    #g4title > h1 {
        font-size: 70px;
    }

    .sicon {
        width: 100px;
        height: auto;
    }

    #rew > div > span {
        font-size: 70px;
        background: linear-gradient(
            to right,
            white 0%,
            rgb(238, 229, 130) 20%,
            rgb(185, 255, 244) 40%,
            white 80%,
            rgb(238, 229, 130) 100%
        );
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        background-size: 500% auto;
        animation: shine 5s ease-in-out infinite ;
    }
    #rew > div {
        display: inline;
        margin: 50px;
    }
}


#g4title {
    height: 80px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: reveal 1s ease-in;
}

#g4title > h1 {
    text-align: center;
    color: white;
    float: left;
    display: inline;
}

.lista {
    margin-top: 30px;
    text-align: center;
    background: linear-gradient(
        to right,
        white 0%,
        rgb(238, 229, 130) 20%,
        rgb(185, 255, 244) 40%,
        white 80%,
        rgb(238, 229, 130) 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 500% auto;
    animation: shine 5s ease-in-out infinite ;
    animation: reveal 1s ease-in;
}

#ytlist, #rew {
    width: auto;
    height: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    justify-content: center;
    animation: reveal 1s ease-in;
}

#rew {
    margin-bottom: 50px;
}



#rew > img {
    display:inline;
}

#rew > span {
    padding: 35px;
}


.videok {
    position: relative;
    width: 260px;
    height: auto;
    border-radius: 15px;
    padding: 5px;
    cursor: pointer;
}

.videok:hover{
    opacity: 0.75;
}

#g4con {
    height: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    justify-content: center;
}

#welc {
    border-radius: 50%;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    animation: reveal 1s ease-in;
}

#recap {
    border-radius: 10px;
    display: block;
    position: relative;
    margin: 20px auto;
    animation: reveal 1s ease-in;
    box-shadow: 5px -5px 5px yellow;
}

@keyframes reveal {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes slide-top {
    0% {
      -webkit-transform: translateY(50px);
            transform: translateY(50px);
            opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
              opacity: 1;
    }
  }

  @keyframes shine {
    0% {
      background-position: 0% 50%;
    }
    100% {
      background-position: 100% 50%;
    }
}
