/**
*** SIMPLE GRID
*** (C) ZACH COLE 2016
**/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

/* UNIVERSAL */

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 100%;
  background-color: #040a14;
}

/* ROOT FONT STYLES */

* {
  font-family: 'Inter', 'SF UI Text', 'Roboto', 'Helvetica Neue', 'Helvetica', sans-serif;
  /* font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif; */
  -webkit-font-smoothing: antialiased;
  color: #fff;
  line-height: 1.15;
  text-align: center;
}

/* TYPOGRAPHY */

/* .blockquoteContainer{
  padding-top: 80px;
  padding-bottom: 20px;
}

blockquote {
  font-size: 2rem;
  width: 50%;
}

blockquote:before,
blockquote:after {
  font-size: 8rem;
}

cite {
  font-size: 1.5rem;
} */

.blockquoteContainer{
  position: relative;
  padding-top: 20px;
  padding-bottom: 80px;
}

blockquote {
	font-size: 1rem;
	/* max-width: 600px; */
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
	line-height: 1.4;
	position: relative;
	/* margin: 0;
	padding: .5rem; */
  text-align: center;
}

blockquote:before,
blockquote:after {
	position: absolute;
	color: rgba(255, 255, 255, 0.3);
	font-size: 4rem;
	width: 4rem;
	height: 4rem;
}

/* blockquote:before {
	content: '“';
	left: -5rem;
	top: -2rem;
}

blockquote:after {
	content: '”';
	right: -5rem;
} */


cite {
  opacity: 0.8;
  font-size: 0.8rem;
  font-style: normal;
	line-height: 3;
	text-align: left;
}

h1 {
  padding-top: 25px;
  font-size: 30px;
  color: #FEFE96;
  margin-bottom: 0px;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
  /* color: #FEFE96; */
  margin: 0px;
}

h4 {
  font-size: 15px;
  font-weight: 500;
}

h5 {
  font-size: 12px;
  font-weight: 500;
}

h6 {
  font-size: 9px;
  font-weight: 500;
}

p {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.14286;
  letter-spacing: .007em;
  color: #b6b6b6;
}


#btns {
  float: right;
  padding-top: 20px;
  padding-right: 0px;
}

#btns .inner {
  padding-bottom: 0;
}


#btns a {
  display: inline-block;
  padding: 0.70em 1em;
  color: #FEFE96;
  /* border: 1px solid #7c808d;
  border: 1px solid rgba(255, 231, 70, 0.37); */
  /* text-transform: uppercase; */
  margin-left: 0.9em;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  -moz-border-radius: 40px;
  -webkit-border-radius: 4px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
}

#btns a:hover {
  background-color: rgba(255, 231, 70, 0.37);
  /* border: 1px solid #FEFE96; */
  text-decoration: none;
}

.featureNew{
  font-size: 0.9rem;
  margin-bottom: 30px;
  display: inline-block;
  padding: 0.40em 0.7em;
  color: rgba(255, 255, 255, 0.80);
  line-height: 1.0;
  /* background-color: rgba(255, 231, 70, 0.37); */
  border-style: solid;
  border-radius: 8px;
  border-color: rgba(255, 255, 255, 0.80);
  border-width: 1px;
}

.featureSubtext{

  font-size: 1.25rem;
  line-height: 1.14286;
  letter-spacing: .007em;
  color: #b6b6b6;
  margin-top: 10px;
  margin-bottom: 50px;

}

.featureSubtext em{
  font-style: normal;
  color: #FEFE96;
}

.featureParenthesis{
  font-size: 12px;
  top: 1px;
  color: #FEFE96;
  font-style: normal;
  position: relative;
}


.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-heavy {
  font-weight: 700;
}

/* POSITIONING */

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.justify {
  text-align: justify;
}

.subtitle {
  color: #d5d5d5;
}

#credits {
  color: #fff;
  padding-top: 20px;
  padding-right: 20px;
}

#credits .inner {
  padding-bottom: 0;
}

#credits a {
  display: inline-block;
  padding: 0.70em 1em;
  color: #FEFE96;
  border: 1px solid #7c808d;
  border: 1px solid rgba(255, 231, 70, 0.37);
  /* text-transform: uppercase; */
  margin-left: 0.9em;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  -moz-border-radius: 40px;
  -webkit-border-radius: 4px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
}

#credits a:hover {
  background-color: rgba(255, 231, 70, 0.37);
  border: 1px solid #FEFE96;
  text-decoration: none;
}

.subtitle em {
  /* color: #FEFE96; */
  font-style: normal;
}



.singleShadow {
  width: 252px;
  height: 512px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/device/Shadow@2x.png");
  background-size: 252px 512px;
  background-repeat: no-repeat;
  position: relative;
  z-index: -2;
}

.singleDevice {
  width: 241px;
  height: 490px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/device/Device@2x.png");
  background-size: 241px 490px;
  background-repeat: no-repeat;
}

.singleDevice_withoutNotch {
  width: 241px;
  height: 490px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/device/Device_1@2x.png");
  background-size: 241px 490px;
  background-repeat: no-repeat;
}

.singleDevice_withStand {
  width: 280px;
  height: 280px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/device/Device_Stand@2x.png");
  background-size: 280px 280px;
  background-repeat: no-repeat;
}

.singleDevice_Landscape {
  width: 280px;
  height: 156px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/device/Device_Landscape@2x.png");
  background-size: 280px 156px;
  background-repeat: no-repeat;
}

.iPadDevice {
  width: 320px;
  height: 240px;
  background-size: 320px 240px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/device/iPadPro_device@2x.png");
  background-repeat: no-repeat;
}

.iPadScreen {

  width: 277px;
  top: 14px;
  left: 23px;
  margin: 0px;
  position: relative;
  /*  z-index: -1;*/
}

.singleIpadImage {
  width: 100%;
  border-radius: 3px;
}

.tvDevice {
  width: 320px;
  height: 196px;
  background-size: 320px 196px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/device/tv@2x.png");
  background-repeat: no-repeat;
}

.tvScreen {
  width: 308.5px;
  top: 6.5px;
  left: 6px;
  margin: 0px;
  position: relative;
}

.singleTvImage {
  width: 100%;
}

.watchDevice, .watchDevice-red, .watchDevice-blue, .watchDevice-pink, .watchDevice-ultra, .watchDevice-new, .watchDevice-gold, .watchDevice-green, .watchDevice-cactus, .watchDevice-charcoal, .watchDevice-orange  {
  width: 320px;
  height: 480px;
  background-size: 320px 480px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.watchDevice {
  background-image: url("../images/device/watch@2x.png");
  background-repeat: no-repeat;
}

.watchDevice-red {
  background-image: url("../images/device/watch@2x.png");
  background-repeat: no-repeat;
}

.watchDevice-blue {
  background-image: url("../images/device/watch-blue@2x.png");
  background-repeat: no-repeat;
}

.watchDevice-pink {
  background-image: url("../images/device/watch-pink@2x.png");
  background-repeat: no-repeat;
}

.watchDevice-ultra {
  background-image: url("../images/device/watch-ultra@2x.png");
  background-repeat: no-repeat;
}

.watchDevice-new {
  background-image: url("../images/device/watch-8@2x.png");
  background-repeat: no-repeat;
}

.watchDevice-gold {
  background-image: url("../images/device/watch-gold@2x.png");
  background-repeat: no-repeat;
}

.watchDevice-green {
  background-image: url("../images/device/watch-green@2x.png");
  background-repeat: no-repeat;
}

.watchDevice-cactus {
  background-image: url("../images/device/watch-cactus@2x.png");
  background-repeat: no-repeat;
}

.watchDevice-charcoal {
  background-image: url("../images/device/watch-charcoal@2x.png");
  background-repeat: no-repeat;
}

.watchDevice-orange {
  background-image: url("../images/device/watch-orange@2x.png");
  background-repeat: no-repeat;
}

.watchScreen {

  width: 197px;
  top: 116px;
  left: 62px;
  margin: 0px;
  position: relative;
  z-index: -1;
}

.watchScreenUltra {

  width: 210px;
  top: 112px;
  left: 54px;
  margin: 0px;
  position: relative;
  z-index: -1;
}

.singleWatchImage {
  width: 100%;
  border-radius: 0px;
}

.singleScreen_Landscape {
  top: 16px;
  left: 6px;
  width: 269px;
  margin:0px;
  position: relative;
  /* z-index: -1; */
  border-radius: 5%;
}

.singleScreen {
  width: 216px;
  height: 467px;
  top: 12px;
  left: 12px;
  margin:0px;
  position: relative;
  z-index: -1;
  border-radius: 5%;
}

.singleVideo {
  width: 100%;
  border-radius: 5%;
}

.singleImage {
  width: 100%;
  border-radius: 5%;
}


.leftBox {
  width: 0%;
  position: relative;
  float: left;
  visibility: hidden;
  z-index: 0;
  /* transform: rotate(2deg); */
}

.alt_leftBox {
  width: 100%;
  position: relative;
  float: center;
  z-index: 0;
}

.rightBox {
  width: 100%;
  position: relative;
  float: center;
  z-index: 0;
  /* transform: rotate(-2deg); */
}

.alt_rightBox {
  width: 100%;
  position: relative;
  float: center;
  z-index: 0;
  padding-top: 30px;
}
.smile{
  max-width:520px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mediaButton {
  background: none;
  border: 0;
  box-sizing: content-box;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: 2.0;
  overflow: visible;
  vertical-align: inherit;

  padding-left: 20px;
  padding-right: 20px;

  color: #FEFE96;
  border: 1px solid #FEFE96;
  border-radius: 10px;

  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

.mediaButton:hover {
  background-color: #FEFE96;
  color: #15181F;
  border: 1px solid #FEFE96;
}

.mainImage{
  width:100%;
  max-width: 1600px;
}


.centeredImage{
  width:50%;
}


.mainImageHorizontal{
  width:100%;
  max-width: 1600px;
  display: block;
}

.mainImageVertical{
  width:100%;
  max-width: 1600px;
  display: none;
}

.watchImage{
  width:100%;
  max-width: 500px;
}

.comingSoon {
  font-size: 10px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #FEFE96;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  border-radius: 30px;
}

.mainLink {
  font-size: 10px;
  font-weight: 500;
}

a.mainLink:link, a.mainLink:visited {
  background-color: #FEFE96;
  color: #15181F;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 30px;
}


a.mainLink:hover, a.mainLink:active {
  background-color: rgba(0, 0, 0, 0);
  color: #FEFE96;
  border: 1px solid #FEFE96;
}

/* ==== GRID SYSTEM ==== */

.star_container {
  background-image: url(../images/bg/stars.png);
  background-repeat: no-repeat;
  /* background-size: 100% 100%; */
  z-index: -3;
  background-size: cover;
}

.tv_container {
  width: 100%;
  background-image: url(../images/bg/tv_bg.jpg);
  background-size: 100% ;
  overflow: hidden;
}

.sun_widget_container {
  width: 100%;
  /* background-color: #293a53; */
  background-size: 100% ;
  overflow: hidden;
}

.moon_widget_container {
  width: 100%;
  /* background-image: linear-gradient(#1f1e70, #bdd4db); */
  background-size: 100% ;
  overflow: hidden;
}

.day_container {
  width: 100%;
  /* background-image: linear-gradient(#052750, #224c7f); */
  overflow: hidden;
}

.day_container_extentded {
  width: 100%;
  /* background-color: #1a2f47; */
  overflow: hidden;
}

.night_container_extentded {
  width: 100%;
  /* background-color: #211b45; */
  overflow: hidden;
}

.night_container {
  /* display: block;
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%; */
  /* background-image: linear-gradient(#050312, #3e2c7c); */
  overflow: hidden;
}

.golden_container {
  width: 100%;
  /* background-image: linear-gradient(#0e0900, #47341f); */
  overflow: hidden;
}

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}


.tvContainer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.topRow {
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 50px;
}

.tvTopRow {
  position: relative;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.row {
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 30px;
}

.row1 {
  position: relative;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 40px;
}


.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11 {
  width: 96%;
}

.col-1-sm {
  width: 4.33%;
}

.col-2-sm {
  width: 12.66%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.33%;
}

.col-5-sm {
  width: 37.66%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.33%;
}

.col-8-sm {
  width: 62.66%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.33%;
}

.col-11-sm {
  width: 87.66%;
}

.col-12-sm {
  width: 96%;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.row1::after {
  content: "";
  display: table;
  clear: both;
}

.hidden-sm {
  display: none;
}

.column {
  float: left;
  width: 50%;
  padding-bottom: 50px;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 900px) {
  .column {
    width: 100%;
  }

  .smile{
    max-width:320px;
  }

  .mainImageHorizontal{
    display: none;
  }

  .mainImageVertical{
    display: block;
  }
}

.fourGridContainer{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px;
}

.fourSingleGridContainer{
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 5px;
}

.threeSingleGridContainer{
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 5px;
}

.menu {
  display: flex;
  justify-content: center;
}

.menu ul {

  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px;
  list-style-type: none;
  /* list-style: none;
  display: inline-block; */

  padding-right: 5px;
  padding-left: 5px;
  border-radius: 12px;
  background-color: rgba(239, 239, 239, 0.1);
}

.menu ul li {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}
.menu ul li a {
  text-decoration: none;
  display: inline-block;
  border: 0;
  border-radius: 8px;
  padding: 0px 25px;
  position: relative;
  transition: all 0.25s ease;
}

.menu li a:hover {
  background-color: #040a14;
}

.menu .active {
  background-color: #040a14;

  border-radius: 8px;
  padding: 0px;
}

.appstore_badge {
  padding-top: 50px;
  padding-bottom: 0px;
}

.appstore_badge a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: all 0.25s ease;
}

.appstore_badge a:hover {
  /* transform: scale(1.1) rotate(2deg); */
  transform: scale(1.1);
}


/* header {
background-image: url(../images/stars.png);
background-repeat: no-repeat;
background-size: 100% 100%;
z-index: -3;
} */

@media only screen and (min-width: 33.75em) {  /* 540px */
  .container {
    width: 80%;
  }

  .menu ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fourGridContainer{
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .threeSingleGridContainer{

    margin-left: auto;
    margin-right: auto;
    width: 75%;
    grid-template-columns: 1fr 1fr 1fr;

  }

  .fourSingleGridContainer{
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

}

@media only screen and (min-width: 45em) {  /* 720px */
  .col-1 {
    width: 4.33%;
  }

  .col-2 {
    width: 12.66%;
  }

  .col-3 {
    width: 21%;
  }

  .col-4 {
    width: 29.33%;
  }

  .col-5 {
    width: 37.66%;
  }

  .col-6 {
    width: 46%;
  }

  .col-7 {
    width: 54.33%;
  }

  .col-8 {
    width: 62.66%;
  }

  .col-9 {
    width: 71%;
  }

  .col-10 {
    width: 79.33%;
  }

  .col-11 {
    width: 87.66%;
  }

  /* .col-12 {
  width: 96%;
  } */

  .hidden-sm {
    display: block;
  }

}



@media only screen and (min-width: 60em) { /* 960px */

  .blockquoteContainer{
    padding-top: 20px;
    padding-bottom: 80px;
  }

  blockquote {
    font-size: 2rem;
    /* width: 50%; */
  }

  blockquote:before,
  blockquote:after {
    font-size: 8rem;
  }

  blockquote:after {
    bottom: 0rem;
  }

  cite {
    font-size: 1.7rem;
  }


  .container {
    width: 85%;
  }


  .singleShadow {
    width: 368px;
    height: 740px;
    background-size: 368px 740px;
    z-index: -2;
  }

  .singleDevice, .singleDevice_withoutNotch {
    width: 350px;
    height: 712px;
    background-size: 350px 712px;
  }
  
  .singleDevice_withStand {
    width: 800px;
    height: 800px;
    background-size: 800px 800px;
  }

  .singleDevice_Landscape {
    width: 800px;
    height: 446px;
    background-size: 800px 446px;
  }

  .singleScreen_Landscape {
    top: 45px;
    left: 19px;
    width: 766px;
  }

  .singleScreen {
    top: 17px;
    left: 18px;
    width: 314px;
  }

  .leftBox {
    width: 50%;
    position: relative;
    float: left;
    visibility: visible;
  }

  .alt_leftBox {
    width: 50%;
    position: relative;
    float: left;
    visibility: visible;
  }

  .rightBox {
    width: 50%;
    position: relative;
    float: right;
  }

  .alt_rightBox {
    width: 50%;
    position: relative;
    float: right;
    padding-top: 0px;
  }

  h1 {
    padding-top: 50px;
    font-size: 80px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 32px;
    font-weight: 500;
  }

  h5 {
    font-size: 26px;
    opacity: 0.8;
    font-weight: 500;
  }

  h6 {
    font-size: 22px;
    opacity: 0.6;
    font-weight: 500;
  }

  p{
    font-size: 18px;
  }

  .featureSubtext{
    font-size: 1.25rem;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 100px;
  }



  .featureSubtext em{
    font-style: normal;
    color: #FEFE96;
  }

  .featureParenthesis{
    font-size: 24px;
    top: 1px;
  }

  .comingSoon {
    font-size: 16px;
  }
  .mainLink {
    font-size: 16px;
  }

  .topRow {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .row {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .row1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .centeredImage{
    width:100%;
  }

  .iPadDevice {
    width: 1000px;
    height: 750px;
    background-size: 1000px 750px;
  }

  .iPadScreen {

    width: 866px;
    top: 46px;
    left: 72px;

  }

  .singleIpadImage {
    border-radius: 11px;
  }

  .tvDevice {
    width: 1000px;
    height: 611px;
    background-size: 1000px 611px;
  }

  .tvScreen {
    width: 964px;
    top: 20px;
    left: 18px;
  }


  .watchDevice, .watchDevice-red, .watchDevice-blue, .watchDevice-pink, .watchDevice-ultra, .watchDevice-new, .watchDevice-gold, .watchDevice-green, .watchDevice-cactus, .watchDevice-charcoal, .watchDevice-orange {
    width: 400px;
    height: 600px;
    background-size: 400px 600px;
  }

  .watchScreen {

    width: 247px;
    top: 144px;
    left: 77px;

  }

  .watchScreenUltra {

    width: 262px;
    top: 138px;
    left: 70px;

  }

  

  .singleWatchImage {
    border-radius: 0px;
  }

  .centeredImage{
    width:50%;
  }

}



@media only screen and (min-width: 800px) and (max-width: 1200px) {



  .centeredImage{
    width:50%;
  }

  .iPadDevice {
    width: 600px;
    height: 450px;
    background-size: 600px 450px;
  }


  .iPadScreen {
    width: 520px;
    top: 27px;
    left: 43px;
  }

  .singleIpadImage {
    border-radius: 7px;
  }

  .tvDevice {
    width: 600px;
    height: 366.67px;
    background-size: 600px 366.67px;
  }


  .tvScreen {
    width: 578px;
    top: 12px;
    left: 11px;
  }


  .watchDevice, .watchDevice-red, .watchDevice-blue, .watchDevice-pink, .watchDevice-ultra, .watchDevice-new, .watchDevice-gold, .watchDevice-green, .watchDevice-cactus, .watchDevice-charcoal, .watchDevice-orange {
    width: 388px;
    height: 582px;
    background-size: 388px 582px;
  }


  .watchScreen {
    width: 238px;
    top: 142px;
    left: 75px;
  }

  .watchScreenUltra {
    width: 254px;
    top: 136px;
    left: 66px;
  }

  
  .singleWatchImage {
    border-radius: 0px;
  }


}

@media only screen and (min-height: 0px) and (max-height: 500px) {
  .centeredImage{
    width:50%;
  }

  .iPadDevice {
    width: 450px;
    height: 338px;
    background-size: 450px 338px;
  }


  .iPadScreen {
    width: 390px;
    top: 21px;
    left: 32px;
  }

  .singleIpadImage {
    border-radius: 8px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 500px) {
  .centeredImage{
    /* width:90%; */
    width:70%;
  }
}

@media only screen
and (min-device-width : 375px)
and (max-device-width : 900px) {

  /* .leftBox {
    width: 50%;
    visibility: visible;
  }

  .rightBox {
    width: 50%;
    visibility: visible;
    float: right;
  }

  .alt_leftBox {
    width: 50%;
    visibility: visible;
    float: left;
  }

  .alt_rightBox {
    width: 50%;
    position: relative;
    float: right;
    padding-top: 0px;
  } */

  .iPadDevice {
    width: 320px;
    height: 240px;
    background-size: 320px 240px;
  }


  .iPadScreen {
    width: 273px;
    top: 16px;
    left: 24px;
  }

  .singleIpadImage {
    border-radius: 3px;
  }

  .tvDevice {
    width: 320px;
    height: 196px;
    background-size: 320px 196px;
  }


  .tvScreen {
    width: 308.5px;
    top: 6.5px;
    left: 6px;
  }

  .watchDevice, .watchDevice-red, .watchDevice-blue, .watchDevice-pink, .watchDevice-ultra, .watchDevice-new, .watchDevice-gold, .watchDevice-green, .watchDevice-cactus, .watchDevice-charcoal, .watchDevice-orange {
    width: 320px;
    height: 480px;
    background-size: 320px 480px;
  }


  .watchScreen {
    width: 197px;
    top: 116px;
    left: 62px;
    margin: 0px;
  }

  .watchScreenUltra {
    width: 197px;
    top: 116px;
    left: 62px;
    margin: 0px;
  }

  

  .singleWatchImage {
    border-radius: 0px;
  }

}
