* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: normal;
}
body {
  background-image: url(./assets/pozadina.png);
  background-repeat: no-repeat;
  background-size: cover;
  /* min-width: 100vw; */
  max-width: 100vw;
  margin: 0;
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100vw;
}
.picSty {
  width: 100%;
  max-width: 100vw;
}
.foot_pic {
  width: 100%;
  max-width: 100vw;
}
#over {
  position: relative;
  background-image: url(./assets/bot_pic.svg);
  background-repeat: no-repeat;
  width: 100%;
  max-width: 100vw;
  height: 70vw;
  padding-top: 20px;
}
.video_mob {
  display: none;
  width: 80%;
  max-width: 100vw;
  margin: 0 10%;
  /* border: 1px solid red; */
}
.tv {
  position: absolute;
  margin: 0 15%;
  width: 70%;
  max-width: 100vw;
  z-index: +100;
}
#tv_2 {
  display: none;
}
.video-frame {
  overflow: hidden;
  margin-bottom: 10px;
}
#vid_2 {
  display: none;
}
iframe {
  height: 29vw;
  width: 52vw;
  position: absolute;
  top: 24vw;
  left: 20vw;
}
#play {
  display: none;
}
#stop {
  display: none;
}
button:focus {
  outline: 0;
}

@media screen and (min-width: 768px) {
  .main {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100vw;
  }
  #over {
    position: relative;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 100vw;
    height: 70vw;
    padding-top: 60px;
  }
  #vid_1 {
    display: none;
  }
  #tv_2 {
    display: block;
  }
  #vid_2 {
    display: block;
  }
  iframe {
    height: 29vw;
    width: 52vw;
    position: absolute;
    top: 22.5vw;
    left: 19vw;
  }
  #play {
    display: block;
    background: transparent;
    border: none;
    width: 40%;
    position: absolute;
    left: 25%;
    right: 0;
    top: 35%;
    bottom: 20%;
    text-align: center;
    cursor: pointer;
    z-index: +999;
  }
  #stop {
    display: none;
    background: transparent;
    border: none;
    width: 40%;
    position: absolute;
    left: 25%;
    right: 0;
    top: 35%;
    bottom: 20%;
    text-align: center;
    cursor: pointer;
    z-index: +999;
  }
}
