/*Model Viewer Size*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
   .ardisplay_viewer{
       min-height:300px;
       height:300px;
       width: 100%;
   }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
   .ardisplay_viewer{
       min-height:400px;
       height:400px;
       width: 100%;
   }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
   .ardisplay_viewer{
       min-height:500px;
       height:500px;
       width: 100%;
   }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
   .ardisplay_viewer{
       min-height:600px;
       height:600px;
       width: 100%;
   }
}

/*Dimensions*/
  .dot{
    width: 10px;
    height: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    background: #fff;
  }
  .dimension{
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    color: rgba(0, 0, 0, 0.8);
    font-family: Futura, Helvetica Neue, sans-serif;
    font-size: 12px;
    font-weight: 600;
    max-width: 128px;
    padding: 0.25em 0.5em;
  }

/*Hot Spots*/
.hotspot{
    font-size: 12px;
}

/*Call to Action Button */
.ar_cta_button{
    font-size: 12px;
}