@font-face {
  font-family: "RobotoMedium";
  src: url("/fonts/Roboto-Medium-webfont.eot");
  src: url("/fonts/Roboto-Medium-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/fonts/Roboto-Medium-webfont.woff") format("woff"),
    url("/fonts/Roboto-Medium-webfont.ttf") format("truetype"),
    url("/fonts/Roboto-Medium-webfont.svg#RobotoMedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #ffffff;
  background-size: 100%;
  background-size: cover;
  margin-top: 20px;
  font-family: "Roboto";
  margin: 0;
  padding: 0;
}
.mlnav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  overflow: auto;
}
.mlnav-link {
  display: block;
  padding: 5px;
}
.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#display {
  position: relative;
  left: 0px;
  height: 800px;
}

.url {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
}
.footer {
  text-align: center;
}
form {
  width: 60%;
  margin: 20px auto;
}
div {
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
}
iframe {
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #fff;
}
.mobile {
  background-image: url("../images/iphone1.png");
  position: absolute;
  width: 100px;
  height: 193px;
  top: 360px;
  left: 325px;
  z-index: 5;
}
.mobile iframe {
  width: 345px;
  height: 739px;
  top: 10px;
  left: 12px;
  overflow-y: hidden;
  border-radius: 35px;
}
.tablet {
  background-image: url("../images/ipad1.png");
  width: 200px;
  height: 277px;
  z-index: 3;
  position: absolute;
  left: 120px;
  top: 261px;
}
.tablet iframe {
  width: 820px;
  height: 1170px;
  top: 11px;
  left: 10px;
  overflow-y: hidden;
  border-radius: 15px;
}
.laptop {
  background-image: url("../images/laptop-screen-optimised.png");
  width: 477px;
  height: 307px;
  top: 264px;
  left: 560px;
  position: absolute;
  z-index: 2;
}
.laptop iframe {
  width: 1280px;
  height: 802px;
  top: 26px;
  left: 60px;
  transform: scale(0.277);
  -webkit-transform: scale(0.277);
  -o-transform: scale(0.277);
  -ms-transform: scale(0.277);
  -moz-transform: scale(0.277);
  transform-origin: top left;
  -webkit-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  -moz-transform-origin: top left;
}
.desktop {
  position: absolute;
  width: 566px;
  height: 538px;
  background-image: url("../images/large-screen-optimised.png");
  top: 0px;
  left: 220px;
  z-index: 1;
}
.desktop iframe {
  left: 28px;
  top: 38px;
  width: 1600px;
  height: 992px;
  transform: scale(0.3181);
  -webkit-transform: scale(0.3181);
  -o-transform: scale(0.3181);
  -ms-transform: scale(0.3181);
  -moz-transform: scale(0.3181);
  transform-origin: top left;
  -webkit-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  -moz-transform-origin: top left;
}
.about-tool {
  font-size: 1.2em;
  max-width: 64em;
  width: 80%;
  margin: 1em auto;
}
.about-tool li {
  margin-bottom: 0.5em;
  line-height: 1.2;
}

@media (max-width: 1160px) {
}
@media (max-width: 1070px) {
}
@media (max-width: 1000px) {
}
@media (max-width: 850px) {
}
@media (max-width: 768px) {
}
@media (max-width: 670px) {
}
@media (max-width: 580px) {
}
@media (max-width: 560px) {
}
@media (max-width: 440px) {
}
@media (max-width: 380px) {
}
