#ratings {
    width: 80%;
    margin-left:10%;
   height: 50vh;
   overflow: hidden;

}

#reviews {
    overflow: hidden;
    margin-top: 1%;
}
 .review {
    overflow: hidden;
    border: 1px solid rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    padding: 25px;
    border-radius: 15px;
    height: 250px;
    margin-bottom: 1%;
    margin-top:1%;
    position: relative;
    animation-name: example;
    animation-duration: 70s;
    animation-delay: 5s;
    animation-iteration-count: infinite;
    animation-direction: reverse;  
}



@keyframes example {
    0%   {left:0px; top:-1800px;}
    
    25%  {left: 0px; top: -1050px;}
    45%  {left: 0px; top: -790px;} 
    65%  {left: 0px; top: -530px;}
    85%  { left: 0px; top: -260px;}
    95%  { left: 0px; top: 0px;}
    100% {left:0px; top: 300px;}
  }




#reviewAuthor {
    width: 100%;
    margin-left: 25%;
    display: inline;
    float: right;
    margin-bottom: 1%;

    
}

#imgAuthor, #nameAuthor, #star {
    display: inline;
    float: left;
}

#nameAuthor {
    text-decoration: underline;
    
}


#imgAuthor {
    width: 5%;
    text-align: center;
    margin-left:3%;
    margin-top:-0.3%;
}

#star {
    font-size: large;
    width: 30%;
    text-align: center;
    color: rgb(250, 198, 26);
    margin-top:-0.5%;
    margin-left:-10%;
}

#star img { width: 5%; height: auto;}

#imgAuthor img{
    width: 20px;
    height: auto;
}





.Loop {
  position: relative;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

section {
  position: relative;
  text-align: center;
  min-height: 300px;
  max-height: 700px;
  height: 80%;
}




