.framed-pic {
  margin: 30px auto;
  border: 8px solid white;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.25);
  transform: rotate(-2deg);
  width:600px;
  max-width: 85%;
  max-height: 50vh;
}
.framed-pic.bis {
  transform: rotate(2deg);
}
.small-pic {
  width: 400px;
  max-width: 50%;
}
@media screen and (max-width: 500px) {
	.framed-pic {
    border: 5px solid white;        
  }
  .small-pic {
    width: 85%;
    max-width: initial;
    margin-bottom: 50px;      
  }
}