a.snap {
  display: inline-block;
  position: relative;
}

section.peacetag {
  clear: both;
}

section.peacetag img.tagged {
  display: block;
  max-width: 85%;
  height: auto;
}

section.peacetag img.tagged.right {
  clear: both;
  max-width: 60%
}

.avatar {
  margin: 0px 0px 10px 10px;
  float: right;
}

.blueimp-gallery {
  min-height: 650px;
}

.blueimp-gallery .slides .slide .video-content iframe {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
}

@media(min-width: 300px) {
  .blueimp-gallery .slides .slide .video-content iframe {
    width: 300px;
    height: 170px;
  }
  .blueimp-gallery .slides .slide .video-content img {
    max-width: 300px;
    max-height: 170px;
  }
}

@media(min-width: 610px) {
  .blueimp-gallery .slides .slide .video-content iframe {
    width: 560px;
    height: 315px;
  }
  .blueimp-gallery .slides .slide .video-content img {
    max-width: 560px;
    max-height: 315px;
  }
}

@media (min-width: 1200px) {
  .blueimp-gallery .slides .slide .video-content iframe {
    width: 800px;
    height: 450px;
  }
  .blueimp-gallery .slides .slide .video-content img {
    max-width: 800px;
    max-height: 450px;
  }
}