
#back {font-size:150%;}
#back ul {
  list-style: none;
  width:90%;
  padding:0;
}

#back ul li {
    background:#f2f2f2;
    padding:4px;
    margin-bottom:10px;
    text-align:center;
}
#return {background:#f2f2f2;text-align:center;width:100%;}
#return a {font-size:60%;text-decoration:none;font-weight:bold;color:#333;}
#return a:hover {color:#c1c1c1;}

#other-photos {background:white;padding:8px 4px 4px 4px; margin:0;text-align:center;}
#other-photos img {height:200px;width:auto;margin-left:4px;border:1px solid grey;}

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

    #other-photos img {height:100px;width:auto;margin-left:4px;}
    #back ul {width:98%;}
}

@media only screen and (max-width: 600px) {
    #other-photos img {width:98%;height:auto;margin-left:2px;}

}
