* {
  /*margin: 0;*/
  padding: 0;
  box-sizing: border-box;
  text-align: center;
}

.frame {
  margin:10px;
  width: 100%;
  position: relative;
  display: inline-block;
}

#molduraLeft{
  background-image: url(./images/mold_left.png);
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 280px;
  max-height: 300px;
  width: 17%;
  height: 14vw;
  position: absolute;
  left: -19%;
  bottom: 1%;
}
#molduraRight{
  background-image: url(./images/mold_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 295px;
  max-height: 500px;
  width: 20%;
  height: 14vw;
  position: absolute;
  right: -22%;
  bottom: 0%;
}