@CHARSET "UTF-8";

.very-specific-design 
{
  width: 1130px;
  height: 652px;
  /*width: 1334px;
  height: 772px;*/
  padding: 0px;
  text-align: center;
  /*background: white;*/
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}


.scaleable-wrapper 
{
  padding: 0px;
  margin: 0px;
  resize: both;
  position: relative;
  /* background: #666; */
  height: 100%;
  width: 100%;
}
