.intrinsic-container {
      position: relative;
      height: 0;
      overflow: hidden;
    }
     
    /* 16x9 Aspect Ratio for Resizable Iframe */
    .intrinsic-container-16x9 {
      padding-bottom: 63.25%;
    }
     
    /* 4x3 Aspect Ratio for Resizable Iframe */
    .intrinsic-container-4x3 {
      padding-bottom: 65%;
    }
     
    /* Resizable iframe */
    .intrinsic-container iframe {
      position: absolute;
      top:0;
      left: 0;
      width: 100%;
      height: 80%;
    }


  sup{

    font-size: 40px;
  }


  #container{
    width: 100%;
    text-align:center;
  }

  .whole{
    display: inline-block;
    
  }



  .type{
    width: 260px;
    border-radius: 5px 5px 0px 0px;
    background-color: #eac80d;
    height: 62px;
    border-bottom: 3px solid #bfa30c;

  }

  .type p{
    font-family:'Open Sans';
      font-weight: 800;
    font-size: 29px;
    text-transform: uppercase;
    color: white;
    text-align: center;
    padding-top: 10px;

    

  }

  .plan{
    width: 260px;
    background-color: #2b2937;

    border-radius: 0px 0px 5px 5px;
      font-family:'Open Sans';
      font-style:condensed;
      font-size: 90px;
      color: white;
      text-align: center;

  }

  .plan cents{
    font-size: 90px;
  }





  .header{
    border-bottom: 1px solid #494a5a;
    padding-bottom: 39px;


  }

  .header span{
    font-size: 32px;
  }