a {
  color: #6d0083;
  text-decoration: underline;
}

.html-embed {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: opacity 200ms ease;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  -o-object-fit: fill;
     object-fit: fill;
}

.button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 80px;
  height: 80px;
  margin-top: 300px;
}

.button.camera-button {
  overflow: hidden;
  width: 75px;
  height: 6%;
  margin-top: 20vh;
  margin-right: 30px;
  background-image: url('../images/camera-icon.svg');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.button.camera-button:hover {
  width: 4%;
  height: 8%;
}

.button.aux-button {
  overflow: hidden;
  width: 75px;
  height: 6%;
  margin-top: 40vh;
  margin-right: 30px;
  background-image: url('../images/3.5-icon.svg');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.button.aux-button:hover {
  width: 4%;
  height: 8%;
}

.button.usb-button {
  overflow: hidden;
  width: 75px;
  height: 6%;
  margin-top: 60vh;
  margin-right: 30px;
  background-image: url('../images/usb-icon.svg');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.button.usb-button:hover {
  width: 4%;
  height: 8%;
}

.button.power-button {
  overflow: hidden;
  width: 75px;
  height: 6%;
  margin-top: 50vh;
  margin-right: 30px;
  background-image: url('../images/power-icon.svg');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.button.power-button:hover {
  width: 4%;
  height: 8%;
}

.button.hdmi-button {
  overflow: hidden;
  width: 75px;
  height: 6%;
  margin-top: 70vh;
  margin-right: 30px;
  background-image: url('../images/screen-icon.svg');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.button.hdmi-button:hover {
  width: 4%;
  height: 8%;
  background-size: 100% 100%;
}

.button.mic-button {
  overflow: hidden;
  width: 75px;
  height: 6%;
  margin-top: 30vh;
  margin-right: 30px;
  background-image: url('../images/mic-icon.svg');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.button.mic-button:hover {
  width: 4%;
  height: 8%;
}

.popup {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  max-height: 25%;
  min-height: 100px;
  margin: 3% 5% 0% 51%;
  padding-right: 0px;
  border-style: solid;
  border-width: 10px;
  border-color: #fff;
  border-radius: 50px;
  background-color: #7a7a7a;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.popup.popup-camera {
  width: auto;
  height: auto;
}

.heading {
  margin-right: 2%;
  margin-bottom: auto;
  margin-left: 2%;
  font-family: 'Gt america compressed y', sans-serif;
  color: #000;
  font-weight: 900;
}

.heading.popup-usb {
  position: static;
  overflow: hidden;
  font-size: 2em;
  line-height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.paragraph {
  overflow: hidden;
  margin-right: 2%;
  margin-left: 2%;
  font-family: 'Gt america standard y', sans-serif;
  color: #000;
  font-size: 20px;
}

.paragraph.popup-camera {
  position: static;
  overflow: hidden;
  width: 75%;
  height: 200px;
  max-height: 100vh;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  margin-top: 0px;
  margin-bottom: auto;
  padding-top: 0px;
  padding-right: 64px;
  padding-bottom: 0px;
  font-size: 1.5em;
  line-height: 100%;
  font-style: normal;
  text-align: left;
  text-decoration: none;
  -o-object-fit: contain;
     object-fit: contain;
}

.heading-2 {
  margin-left: 25px;
  font-family: 'Gt america compressed y', sans-serif;
  color: #000;
}

.heading-camera {
  margin-left: 25px;
  color: #000;
}

.paragraph-2 {
  margin-right: 25px;
  margin-left: 25px;
}

.paragraph-3 {
  margin-left: 25px;
}

.popup-text {
  margin-right: 25px;
  margin-bottom: 25px;
  margin-left: 25px;
  font-family: 'Gt america standard y', sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.popup-text.popup-text-camera {
  margin-bottom: 22px;
}

.link {
  color: #4b1e78;
}

.popup-button {
  overflow: hidden;
  margin-left: 42px;
  border-radius: 20px;
  background-color: #4b1e78;
}

.popup-button.camera-spec-button {
  position: static;
  border-radius: 20px;
  -o-object-fit: fill;
     object-fit: fill;
}

.popup-button.mic-spec-button {
  border-radius: 20px;
  opacity: 1;
}

.button-speaker {
  position: relative;
  left: 93%;
  top: -17%;
  width: 7%;
  height: 15%;
  padding: 0px;
  float: left;
  clear: right;
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/Resurs-2.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

@font-face {
  font-family: 'Gt america standard y';
  src: url('../fonts/GT-America-Standard-Regular-Y.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt america compressed y';
  src: url('../fonts/GT-America-Compressed-Black-Y.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt america standard y';
  src: url('../fonts/GT-America-Standard-Bold-Y.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt america compressed y';
  src: url('../fonts/GT-America-Compressed-Bold-Y.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}