/* 

media="screen and (max-width: 480px)"


html {
  font-size: 40%;
}*/


.mediasinglebox span {
  display: none;
}

.mediasinglebox span2 {
  display: none;
}


.zb_img {
 width: 100vw;
 height: auto;
 margin-left: -8px;
}

#connectpic {
  display: none;
}

section.mediabox {
  width: 100%;
}
section.mediabox.left {
  float: center;
  text-align: left;
}
section.mediabox.right {
  float: center;
  text-align: left;
}


/* Subtext */
section.subtext {
  margin-top: -15px;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-size: 1.2em;

}
section.subtext.right {
width: 100vw;
  float: left;
  text-align: left;
}
section.subtext.left {
width: 100vw;
  float: left;
  text-align: left;
}



