@import url("//fonts.googleapis.com/css?family=Shadows+Into+Light+Two");

#body {
    background: #FFF url('http://imagedepot.anu.edu.au/scapa/anu-reporter/journal-page-lines.jpg') repeat-y center !important;
    
    }    

.anu-round-image-overlay {
    width:0;
    height:0;
    padding:280px 0 0 280px;
    background:url(http://style.anu.edu.au/_anu/4/images/styles/280x280_round_corners_white_shadow_x2.png) no-repeat 0 0;
    background-size: contain;
}

.anu-rep-sub-content .anu-round-image-wrap { margin-bottom:10px; }

.photo-frame {
  position: relative;
  width: 97%;
  margin-bottom: 10px;
  padding-bottom: 0;
  line-height: 0;
}
 
.photo-frame {
  border: 10px solid #ebebeb;
  -webkit-box-shadow: 5px 5px 5px #999;
     -moz-box-shadow: 5px 5px 5px #999;
          box-shadow: 5px 5px 5px #999;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.photo-frame .box { margin-bottom:0px; }

h1.rep-title,h2,h3 { font-family: 'Shadows Into Light Two', cursive; text-transform: uppercase; }
h2.rep-subhdr { font-family: Arial,sans-serif; }

@media only screen and (max-width: 479px) {
	.anu-round-image-overlay { padding:148px 0 0 148px; }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
	.anu-round-image-overlay { padding:216px 0 0 216px; }
}

@media only screen and (min-width: 600px) and (max-width: 959px) {
	.anu-round-image-overlay { padding:164px 0 0 164px; }
}

@media only screen and (max-width: 599px) {

.photo-frame {
  width: 90%;
}
.photo-frame {
  border: 6px solid #ebebeb;
  -webkit-box-shadow: 3px 3px 3px #999;
     -moz-box-shadow: 3px 3px 3px #999;
          box-shadow: 3px 3px 3px #999;

}

}