.shadow {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.5);
  position: absolute;
}
.draggy {
  font: 15px Arial;
  cursor: move;
  float: left;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.5);
  position: absolute;
  object-fit: fill;
}

img {
    width: 100%;
    height: auto;
    width: auto; /* ie8 */
}

#imprint {

}

#hello {
 top: 3%;
 left: 30%;
 width: 50em;
 height: auto;
 width: auto; /* ie8 */
}

#hello_txt_ctn {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

#hello_txt {
  font: 13px Arial;
  border: none;
  width: 100%;
  height: 25em;
  position: relative;
}

#hello_img {
  position: absolute;
}

#bloom {
  top: 50%;
  left: 50%;
  width: 50em;
  height: auto;
  width: auto; /* ie8 */
}

#kang {
  top: 8%;
  left: 5%;
  width: 50em;
  height: auto;
  width: auto; /* ie8 */
}

#bill {
 top: 30%;
 left: 60%;
 width: 33em;
 height: auto;
 width: auto; /* ie8 */
}

#peace {
 top: 70%;
 left: -8%;
 width: 25em;
 height: auto;
 width: auto; /* ie8 */
}


#video {
  top: 25%;
  left: 20%;
  width: 25em;
  height: auto;
  width: auto; /* ie8 */
}

video {
  width: 26em;
  height: auto;
  width: auto\9; /* ie8 */
  outline: none !important;
}

input:focus, textarea {
    outline: none !important;
    resize: vertical;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
