/* -----------------------------------------------------------------------------
Engine:       Gametize
Author:       Gametize Pte Ltd
Description:  Certificate
----------------------------------------------------------------------------- */

.certificate-container {
  width:1200px;
  height:1200px;
  margin:auto;
}

@media only screen and (min-device-width: 480px) {
  /* For mobile phones: */
  .certificate-container {
    width:100%;
  }

  #userCertificatePreviewIframe {
    width:100%;
    height:100%;
  }
}