
.b-rev-checkbox{
  display: none;
}
.b-rev-label{

}
.b-rev-form{
  display: none;
}
.b-rev-checkbox:checked ~ .b-rev-form{
  display:block;
}
.b-rev-form form{
  max-width: 800px;
}

.b-rev{

}
.b-rev-img-wr{
	display: flex;
	flex-wrap: wrap;
	margin-top: 1rem;
}
.b-rev-img{
  width: 100px;
  height: 100px;
  margin: 0.1rem;
  padding: 0.3rem;
  border: 1px solid var(--gray-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.b-rev-img a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-rev-img img{
	max-height: 100%;
}

@media only screen and (max-width: 1000px){

.b-rev-form form{
	max-width: 100%;
}

}