 .linhaRevista{
	scroll-snap-type: x mandatory;
	display: flex;
	overflow-x: scroll;
}


.rotacionar:hover{
 -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4);
}
.rotacionar{

  height: 300px;

}


section .linhaRevista{
  background-size: cover;
  background-position: center center;
	min-width: 100vw;
	height: 100vh;
	scroll-snap-align: start;
  position: relative;
}

 .description {
  background: rgba(0, 0, 0, .3);
  max-width: 250px;
  color: white;
  padding: 2rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.description p {
  font-family: sans-serif;
  font-size: 1rem;
  line-height: 1.5;
} 

.one { background-image: url('../../images/revistas/capa-revista2.jpg') }
.two { background-image: url('../../images/revistas/capa-revista2.jpg') }
.three { background-image: url('../../images/revistas/capa-revista2.jpg') }
.four { background-image: url('../../images/revistas/capa-revista2.jpg') }
.five { background-image: url('../../images/revistas/capa-revista2.jpg') }