.ImagedFeeds {
  position: relative;
}

.vcard, .geo {
  display:none;
}

.Image {
  width:720px;
  height:360px;
  top: 0px;
  left: 0px;
  position: absolute;
}

.Location {
  z-index: 9999;
  font-family: helvetica, arial, sans-serif;
  font-size: 8px;
  font-weight: bold;
  color:red;
  position: absolute;
}

.Location:hover {
  cursor: pointer;
}

.Credit {
  top: 360px;
  left: 20px;
  font-size: 8px;
  position: absolute;
}

.Feeds {
  top: 390px;
  position: relative;
}

.Image > img {
  width:720px;
  height:360px;
  border: 0;
}
