.intro-content {
	background:rgba(129,21,39,.9);
	width:550px;
	height:87.5%;
	margin:2.5% 0 0 calc(100% - 550px);
	padding-top:2.5%;
	padding-right:2.5%;
	color:#fff;

  }

  .intro-content .row {
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
max-width:400px;
}

  .intro-content div {
	display: flex;
flex-direction: column;
flex-basis: 100%;
flex: 1;
  }

  .intro-content div .float-right {
	margin-left:-33%;
  }

  .intro-content h4 {
	font-size:1.5rem;
	font-weight:600;
  }

  .intro-content div .float-right ul li {
list-style-type: none;
font-weight: 600;
font-size: 1.25rem;
line-height:normal;
margin-bottom:1rem;
margin-left:0rem;
  }

  .intro-content div .float-right ul li::before {
content: "+";
color: rgba(129,21,39,.9);
background:#fff;
border-radius:50%;
font-weight: bold;
font-size: 1.5rem;
padding:0 0.6rem;
margin: 0 1rem 2.5rem -3.05rem;
  }

  .intro-content div img {
  width:100%;
  }

  .intro-content div img.qr {
    background:#fff;
    padding:3px;
    }

  .intro-content div img#smartphone {
	height:48vh;
	width:23vh;
	position: absolute;
	bottom:30px;
	right:200px;

  }

  .intro-content span {
	padding: 0;
  }

  @media (max-width: 575px) {

    #shoplink {
      display: none;
    }
  }

  @media (max-width: 799px) {

      #intro {
          height:60vh;
      }
      .intro-content {
      width:350px;
      height:350px;
      margin: 2.5% 0 2.5% calc(100% - 350px);
      }

      .intro-content div img#smartphone {
          right: 130px;
          height: 37vh;
          width: 18.5vh;
          top:10px;
      }

      .intro-content div .float-right {
          margin-left:-120px;
      }

      .intro-content h4 {
          font-size:1.0rem;
      }
      .intro-content div .float-right ul li {
          font-size:0.85rem;
          line-height: 1.15rem;
          margin-bottom: 0.5rem;
      }
      .intro-content div .float-right ul li::before {
          font-size: 1.0rem;
          padding: 0 0.45rem;
          margin: 0 1.05rem 0 -2.55rem;
      }
  }


  @media (min-width: 768px) and (max-height: 900px) {

    .intro-content {
    width:350px;
    height:350px;
    margin: 2.5% 0 2.5% calc(100% - 350px);
    }

    .intro-content div img#smartphone {
        right: 140px;
        height: 37vh;
        width: 18.5vh;
        top:0px;
    }

    .intro-content div .float-right {
        margin-left:-120px;
    }

    .intro-content h4 {
        font-size:1.0rem;
        margin-top:1.5%!important;
    }
    .intro-content div .float-right ul {
        padding-top:10px!important;
        padding-bottom:10px!important;
    }
    .intro-content div .float-right ul li {
        font-size:0.85rem;
        line-height: 1.15rem;
        margin-bottom: 0.5rem;
    }
    .intro-content div .float-right ul li::before {
        font-size: 1.0rem;
        padding: 0 0.45rem;
        margin: 0 1.05rem 0 -2.55rem;
    }

    }