body{
  display: inline-block;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
@media (min-width: 801px) {
  .mobile-view {
    display: none;
  }

  .desktop-view {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 800px) {
  .mobile-view {
    display: block;
  }

  .desktop-view {
    display: none;
  }
}


.preview-frame {
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
}

#tablet .iframe-wrap,
#mobile .iframe-wrap{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-height: 98vh;
  max-width: 98vw;
}

#mobile .iframe-wrap {
  width: 414px;
  height: 736px;
  /* display: inline-block; */
  border: 15px solid #555555;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 2px 4px 4px rgba(33, 33, 33, .3);
  margin: auto auto;
  /* display: block; */
}

#mobile[view="portrait"] .iframe-wrap{
  height: 414px;
  width: 736px;
}

#tablet .iframe-wrap {
  width: 1024px;
  height: 768px;
  /* display: inline-block; */
  border: 15px solid #555555;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 2px 4px 4px rgba(33, 33, 33, .3);
  margin: auto auto;
  /* display: block; */
}

#tablet[view="portrait"] .iframe-wrap{
  height: 1024px;
  width: 768px;
}
#desktop .iframe-wrap {
  width: 100%;
  height: 100%;
  display: inline-block;
  border: 0px solid #333;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: none;
  margin: 0px auto;
  display: block;
}

#desktop #rotate-btn{
  display: none;
}

.actions-wrap{
  position: absolute;
  min-width: 400px;
  width: 60%;
  margin-left: 20%;
  text-align: center;
  height: 50px;
}

.actions {
  /* position: absolute; */
  /* left: 50%; */
  display: inline-block;
  position: relative;
  left: auto;
  z-index: 2;
  top: 0;
  /* width: 360px; */
  background-color: rgba(55, 71, 79, .9);
  padding: 5px 10px 5px 10px;
  border-radius: 50px;
  margin: 5px 0 0 0px;
  color: #fff;
  box-shadow: 3px 3px 3px rgba(33, 33, 33, .3);
}

.actions.close {
  display: none !important;
  /* margin-top: -40px; */
}

#desktop .actions{
  /* width: 310px;
  margin-left: -130px; */
  width: auto;
    margin-left: auto;
    display: inline-block;
}
.actions .bt {
  cursor: pointer;
  margin: 0 10px;
  display: inline-block;
  position: relative;
}
.actions .bt svg{
  fill: #dddddd;
  height: 30px;
  position: relative;
}

.actions .bt:hover svg{
  fill: #ffffff;
}

.actions #mobile-btn svg{
  width: 30px;
  height: 36px;
  top: 2px;
}
.actions #tablet-btn svg{
  width: 32px;
  height: 30px;
  transform: rotate(90deg);
  top: 0px;
}
.actions #desktop-btn svg{
  width: 30px;
  height: 36px;
  top: 3px;
}
.actions #rotate-btn svg{
  width: 28px;
  top: -1px;
  left: 0px;
}

.actions #openpwa span.openinnew svg{
  top: -1px;
  width: 26px;
  /* height: 36px; */
}

.actions #openpwa span.pwa svg{
  top: -1px;
  width: 44px;
  margin-left: 5px;
}

.actions #openplaystore{
  margin: 0 5px;
}
.actions #openplaystore svg{
  width: 30px;
  height: 30px;
  top: -2px;
}

.actions #openbuy{
  margin: 0 5px;
}
.actions #openbuy svg{
  width: 30px;
  height: 30px;
  top: -2px;
}


#close-btn{
  top: -2px;
}












/* 
.qr {
  
  position: absolute;
  width: 200px;
  height: auto;
  display: inline-block;
  top: 200px;
  left: 13%;
  text-align: center;
  vertical-align: top;
  display: none;
}

.qr img {
  width: 200px;
  height: 200px;
  vertical-align: top;
}

.qr span {
  font-size: 22px;
  line-height: 36px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  display: block;
  margin-top: -5px;
}

@media (min-width: 768px) {
  .qr {
    width: 150px;
    left: 4%;
  }

  .qr img {
    width: 150px;
    height: 150px;
  }

  .qr span {
    font-size: 20px;
    line-height: 32px;
  }
}

@media (min-width: 990px) {
  .qr {
    width: 200px;
    left: 10%;
  }

  .qr img {
    width: 200px;
    height: 200px;
  }

  .qr span {
    font-size: 22px;
    line-height: 36px;
  }
}

@media (min-width: 1200px) {
  .qr {
    left: 13%;
  }
} */