
#containerResize {
  padding: 50px;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  background-color: #FF5B34;
  color: #fff;
  position: fixed;
}
#breakpoint {
  font-weight: bold;
  padding-bottom: 10px;
}
#device {
  opacity: 0.5;
  padding-bottom: 10px;
}
#dimensions {
}

.resizerText {
  font-size: 45px;
  line-height: 42px;
  color: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
  font-family: 'brownregular';
}
@media (max-width: 992px) {
  .resizerText {
    font-size: 36px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .resizerText {
    font-size: 20px;
    line-height: 22px;
  }
  #containerResize {
    padding: 20px;
  }
}

.hide {
  display: none;
}

.show {
  display: block;
}


.resizer-bg {
  max-width: 2100px;
  height: 1300px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -9000;
}
