.wrapper {
    position: absolute;
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    /* opacity: .8; */
    z-index: 1000;
    height:100%;
    width:100%;
    /* margin: 50px auto; */
    border-radius: 7px 7px 7px 7px;
    /* VIA CSS MATIC https://goo.gl/cIbnS */
    -webkit-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
  }

  .ui.stackable.grid {
    width: auto;
    height: 100%;
}

.ui.huge.text.loader {
  padding-top: 6.928571rem !important;
}
  
  .product-img {
    float: left;
    height:100%;
    width:100%;
  }
  
  .product-img img {
    border-radius: 7px 0 0 7px;
    width: 100%;
    height: 100%;
  }

  .product-img #nftViewer {
    border-radius: 7px 0 0 7px;
    width: 100%;
    height: 100%;
  }
  
  .product-info {
    display:grid;
    float: left;
    height:100%;
    width: 100%;
    border-radius: 0 7px 10px 7px;
    /* background-color: #ffffff; */
  }
  
  .product-text {
    height: 70%;
    width: 100%;
  }
  
  .product-text h1 {
    margin: 0 0 0 38px;
    padding-top: 52px;
    font-size: 34px;
    color: #f3f3f3;
  }
  
  .product-text h1,
  .product-price-btn p {
    font-family: 'Bentham', serif;
  }
  
  .product-text h2 {
    margin: 0 0 47px 38px;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #d2d2d2;
    letter-spacing: 0.2em;
  }
  
  .product-text p {
    /* height: 125px; */
    margin: 0 38px 0 38px;
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    line-height: 1.7em;
    font-size: 15px;
    font-weight: lighter;
    overflow: hidden;
  }
  
  .product-price-btn {
    /* height: 103px; */
    width: 327px;
    margin-top: 17px;
    position: relative;
  }
  
  .product-price-btn p {
    display: inline-block;
    position: absolute;
    top: -13px;
    height: 50px;
    font-family: 'Trocchi', serif;
    margin: 0 0 0 38px;
    font-size: 28px;
    font-weight: lighter;
    color: #ffffff;
  }
  
  span {
    display: inline-block;
    height: 50px;
    font-family: 'Suranna', serif;
    font-size: 34px;
  }
  
  .product-price-btn button {
    float: right;
    display: inline-block;
    height: 50px;
    width: 100px;
    margin: 0 40px 0 16px;
    box-sizing: border-box;
    border: transparent;
    border-radius: 60px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #ffffff;
    background-color: #bb180c;
    cursor: pointer;
    outline: none;
  }
  
  .product-price-btn button:hover {
    background-color: #9e372f;
  }

  /* From 320px and up (for mobile)*/
/* @media (min-width: 320px) {
  .product-img , .product-info{
    height:50%;
    width:100%;
  }
  .product-text p {
    height: 125px;
    line-height: 1.2em;
    font-size: 12px;
    overflow-y: scroll;
  }
 }

 @media (min-width: 500px) {
  .product-img , .product-info{
    height:100%;
    width:50%;
    vertical-align: middle;
  }
  .product-text p {
    height: 300px;
    line-height: 2.3em;
    font-size: 19px;
    overflow-y: hidden;
  }
 } */

 @media (min-width: 320px) {
  .canvasColumn
  {
    height : 50%;
  }
  .product-text h1 {
    font-size: 24px;
  }
  .product-text p {
    height: 125px;
    line-height: 1.2em;
    font-size: 15px;
    overflow-y: scroll;
  }
 }

 @media (min-width: 500px) {
  
  .product-info {
    margin-top: 10%;
    padding-right: 10%;
  }

  .canvasColumn
  {
    height : 100%;
  }
  .product-text  {
   height: 90%;
  }
  .product-text h1 {
    font-size: 34px;
  }
  .product-text p {
    height: 40%;
    line-height: 1.5em;
    font-size: 19px;
    overflow-y: hidden;
  }
 }