* {
  box-sizing: border-box;
}

html, body {
  overflow: hidden;
  height:100%;
}

.html_stretched #wrap_all, .html_stretched #wrap_all #main, .container_wrap_first {
    height:100%;
}

.container_wrap_first .container{
    padding:0;
    height:100%;
}
.container_wrap_first .container main{
    padding:0;
    height:100%;
}

@media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .container{
        width: 100%;
        max-width: 100%;
    }
    #masterWrap {
        max-height: calc(100% - 82px);
    }
}

#masterWrap {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

#panelWrap {
  width: 100%;
  height: 100%;
}

section {
  width: 100%;
  position: relative;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: relative;
  background-color: #666;
  margin: 12px;
  cursor: pointer;
}

.dots {
  position: absolute;
  z-index: 100;
  top: 50%;
  right: 16px;
}

.toolTips {
  position: absolute;
  top: 50%;
  right: 50px;
  z-index: 1000;
}
@media (hover:none) {
    .toolTips  {
    visibility: hidden;
  }
}
.toolTip {
  opacity: 0;
  text-align: right;
  height: 12px;
  margin: 12px 0;
  line-height: 12px;
  left: 10px;
  top: 10px;
}

h3,
p {
  padding: 0;
  margin: 0;
}

h3 {
  font-size: 1.5em;
}

p {
  max-width: 400px;
  font-weight: 400;
  text-align: center;
}

.hideMe {
  opacity: 0;
}
.iconWrap {
  width: 300px;
  margin-top: 30px;
}

/* mobile breakpoint */
@media (max-width: 767px) {
  body .slide-wrap {
    justify-content: space-between;
    padding-right:0;
  }
  body .slide-wrap.right {
    flex-direction: column;
  }
  body .slide-wrap.left {
    flex-direction: column-reverse;
  }
  body .slide-wrap .caption {
      text-align: center;
      padding: 10px 0;
  }
}

.icon {
  text-align: center;
  width: 150px;
  float: left;
}

.icon svg {
  width: 50px;
  height: 50px;
  margin: 6px 0;
  overflow: visible;
}

@media (max-width: 480px) {
  section img {
    max-width: 95%;
  }
  p {
    max-width: 180px;
  }
}

.slide-wrap {
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    overflow: hidden;
    padding-right: 5%;
}

.slide-wrap.center {
    justify-content: center;
    text-align: center;
    padding: 0 20px;
}

.slide-wrap.column {
    flex-direction: column;
}

section picture {
    max-height: 90%;
}

section.contact-section,
section.home-section {
  background-color: #eee;
}

section.product {
  justify-content: flex-end;
  min-height: 300px;
  background-color: #aaa;
}

section.product1 {
  justify-content: flex-end;
}
section.product2 {
  justify-content: flex-start;
}
section.product3 {
  justify-content: flex-end;
    
}
section.product4 {
  justify-content: flex-start;
}