@CHARSET "UTF-8";

.very-specific-design 
{
  width: 1466px;
  /* height: 652px; */
  height: 602px;
  
  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: calc(100% - 112px);
  width: 100%;
  top: 56px;
}
