@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700,900");
  
  @media screen and (max-width: 1199px) {
    body #nav2 {
      width: 134px;
      height: 48px;
      bottom: 68px;
    }
  }
  body #nav2 .nav-item2 {
    background-color: #780116;
    position: relative;
    display: inline-block;
    width: 64px;
    height: 64px;
    border-radius: 32px;
    border: none;
    outline: 0px none;
    outline: 0px;
    margin-left: 8px;
    margin-right: 8px;
    color: #FFFFFF;
    cursor: pointer;
    padding: 18px;
  }
  @media screen and (max-width: 1199px) {
    body #nav2 .nav-item2 {
      width: 48px;
      height: 48px;
      border-radius: 24px;
      padding: 12px;
    }
  }
  body #nav2 .nav-item2 img {
    position: relative;
    display: block;
    height: auto;
    margin: auto;
  }
  
  body section.coidea-3d-carousel2 .stage2 {
    height: 100%;
    color: #ddd;
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    will-change: transform;
  }
  
  body section.coidea-3d-carousel2 .stage2 .item2 .bcg {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }


@media all and (min-width: 769px) {
  body #nav2 {
    display: flex;
    width: 166px;
    height: 64px;
    margin: 90px auto 0;
  }
  body section.coidea-3d-carousel2 {
    width: 345px;
    height: 280px;
  }
  body section.coidea-3d-carousel2 .stage2 .item2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background-color: #000000;*/
    display: inline-block;
    display: inline-block;
    overflow: auto;
    transform-origin: 50% 50% -21vw !important;
    will-change: transform;
  }
}
@media all and (max-width: 769px) {
  body #nav2 {
    display: flex;
    margin: 20px auto;
    margin-left: 138px;
  }
  body section.coidea-3d-carousel2 {
    width: 249px;
    height: 202px;
    margin-left: 73px;
  }
  body section.coidea-3d-carousel2 .stage2 .item2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background-color: #000000;*/
    display: inline-block;
    display: inline-block;
    overflow: auto;
    transform-origin: 50% 50% -83vw !important;
    will-change: transform;
  }
}