.our-staff h1.storytitle {
  display: none; }

div.staff-thumb {
  padding-bottom: 10px;
  position: relative; }

div.staff-thumb img {
  float: left;
  margin-right: 10px;
  left: 0; }

.staff-thumb a {
  color: #282d34;
  font-weight: 300; }

#staffdetail {
  display: none;
  color: white;
  padding: 10px;
  position: relative; 
  text-align: left;
}

#staffdetail h1 {
  color: #fddd3f;
  font-size: 3em;
  line-height: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize; }

#staffdetail .one-half, #staffdetail .first {
  width: 100%;
  padding: 0; }

#staffdetail a {
  color: white; }

#staffdetail a:hover {
  color: #bec0c2; }

.staffhide {
  position: absolute;
  top: 10px;
  right: 10px; }

.staffhide img {
  width: 20px; }

/*
 * LARGER MOBILE DEVICES
 * Landscape phones/portrait tablets
*/
@media only screen and (min-width: 600px) {
  .staffhide img {
    width: 40px; } }
/*
 * TABLET & SMALLER LAPTOPS
 * Landscape tablets and smaller laptops
*/
@media only screen and (min-width: 768px) {
  .staffhide img {
    width: 50px; } }
/*
 * DESKTOP
 * "Full screen"
*/
@media only screen and (min-width: 1200px) {
  #staffdetail {
    padding: 10px 30px; }

  #staffcontent {
    padding: 0 50px; }

  #staffdetail .one-half {
    width: 60%;
    padding-left: 30px; }

  #staffdetail .first {
    width: 40%;
    padding-left: 0; }

  .staffhide {
    top: 30px;
    right: 30px; } }
