/* @override 
	http://localhost:8888/bsteak/css/flicker.css */




* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body { font-family: sans-serif; }

.gallery {
  background: #EEE;
}

.gallery img {
  display: block;
  height: 200px;
  width: 356px;
}

.gallery iframe {
  display: block;
  height: 200px;
  width: 356px;
}

@media screen and ( min-width: 768px ) {
  .gallery img {
    height: 400px;
    width: 711px;
  }

  .gallery iframe {
  display: block;
height: 400px;
width: 711px;
}


}

