*,
*:before,
*:after {
  margin: 0;
  box-sizing: border-box;
}

body,html {
    height: 100%;
    overflow: hidden;
    cursor: url(images/bob.png), auto;
}

/* SCROLLING PANE START */

/* hide the scrollbars */
::-webkit-scrollbar {
    display: none;
}

.scrolling-pane {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 33.4%;
  margin-left: -4px;
  overflow: scroll;
}

/* .container {
    height: 100%;
} */


.micro {

    position: absolute;
    top: 2px;
    left:2px;
    width: 40px;
    height: 40px;
    background: url('images/micro_0.png');
       background-repeat: no-repeat;
       opacity: 0.8;
}
.ooo{top:50px;
  height: 100%;
  width:100%;
  object-fit: contain;
}
.nomicro{
  width:0px;
  height: 0px;
}

/* SCROLLING PANE END */


/* this is dummy content */
.dummy-content {
  width: 80%;
  height: 400px;
  margin: 10px auto;


  position: relative;
}
.framee {pointer-events: none;
  position: absolute;
  top:300px;
width:100%;
height: 100%;
background-image: url("images/align.png");
background-size: contain;
background-repeat: no-repeat;
}

#jeans{
  max-height: 400px;
  max-width: 80%;

}
#notjeans{
  max-height: 400px;
  max-width: 80%;
  position: absolute;
   top: 50%;
   object-fit: contain;
   transform: translateY(-50%); }
