*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.1;
  background-color: #101a2d;
  color: #a9dcff;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  font-family: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.title {
  color: #a9dcff;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  z-index: 10;
  position: relative;
  letter-spacing: -0.2px;
}

.screen {
  background: url("../img/main-bg.png") no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 14px;
  overflow: hidden;
  /* max-width: 50%; */
  width: 100%;
  height: 100dvh;
  margin: 0 auto;
}

.screen::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 26, 45, 0.9)), color-stop(rgba(16, 26, 45, 0.6)), color-stop(rgba(16, 26, 45, 0.4)), color-stop(rgba(16, 26, 45, 0.2)), color-stop(rgba(16, 26, 45, 0.4)), color-stop(rgba(16, 26, 45, 0.6)), to(rgba(16, 26, 45, 0.9)));
  background: linear-gradient(180deg, rgba(16, 26, 45, 0.9), rgba(16, 26, 45, 0.6), rgba(16, 26, 45, 0.4), rgba(16, 26, 45, 0.2), rgba(16, 26, 45, 0.4), rgba(16, 26, 45, 0.6), rgba(16, 26, 45, 0.9));
  position: absolute;
  z-index: 5;
}

.frame {
  position: relative;
  width: 100%;
  height: 100%;
  border: 3px solid #73b2e3;
  z-index: 10;
  clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);
}

.frame-t {
  max-height: 45%;
}

.frame.shadow-t {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(115, 178, 227, 0)), color-stop(rgba(115, 178, 227, 0.1)), color-stop(rgba(115, 178, 227, 0.15)), to(rgba(115, 178, 227, 0.2)));
  background: linear-gradient(180deg, rgba(115, 178, 227, 0), rgba(115, 178, 227, 0.1), rgba(115, 178, 227, 0.15), rgba(115, 178, 227, 0.2));
}

.frame.shadow-b {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(115, 178, 227, 0.2)), color-stop(rgba(115, 178, 227, 0.15)), color-stop(rgba(115, 178, 227, 0.1)), to(rgba(115, 178, 227, 0)));
  background: linear-gradient(180deg, rgba(115, 178, 227, 0.2), rgba(115, 178, 227, 0.15), rgba(115, 178, 227, 0.1), rgba(115, 178, 227, 0));
}

.corner {
  position: absolute;
  width: 28px;
  height: 28px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 3px solid #73b2e3;
}

.corner.tl {
  top: -15px;
  left: -15px;
}

.corner.tr {
  top: -15px;
  right: -15px;
}

.corner.bl {
  bottom: -15px;
  left: -15px;
}

.corner.br {
  bottom: -15px;
  right: -15px;
}

.btn {
  display: block;
  min-width: 155px;
  height: auto;
  min-height: 45px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 1.1;
  background: -webkit-gradient(linear, left top, left bottom, from(#65f2c2), to(#34e19c));
  background: linear-gradient(180deg, #65f2c2, #34e19c);
  color: rgb(7, 53, 46);
  font-weight: 500;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-shadow: 0px -21px 31.9px 0px rgb(41, 219, 144) inset;
  box-shadow: 0px -21px 31.9px 0px rgb(41, 219, 144) inset;
  -webkit-box-shadow: 0px 21px 31.9px 0px rgb(98, 241, 188) inset;
  box-shadow: 0px 21px 31.9px 0px rgb(98, 241, 188) inset;
  -webkit-box-shadow: 0px 2px 4.6px 0px rgb(159, 246, 218) inset;
  box-shadow: 0px 2px 4.6px 0px rgb(159, 246, 218) inset;
  -webkit-box-shadow: 0px -1px 4.6px 0px rgb(159, 246, 218) inset;
  box-shadow: 0px -1px 4.6px 0px rgb(159, 246, 218) inset;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(63, 63, 78, 0.31);
  box-shadow: 0px 1px 2px 0px rgba(63, 63, 78, 0.31);
  clip-path: polygon(8px 0%, 100% 0%, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0% 100%, 0% 8px);
  position: relative;
  z-index: 1;
}

.btn span {
  position: relative;
  z-index: 5;
  opacity: 1;
}

.bubble-container {
  position: absolute;
  z-index: 10;
  /* cursor: pointer; */
  /* width и height будут выставляться через JS, но дефолт для fallback: */
  width: 12vh;
  height: 12vh;
}

.bubble {
  width: 100%;
  height: 100%;
  min-width: 6vh;
  min-height: 6vh;
  max-width: 18vh;
  max-height: 18vh;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0px 0px 1vh 0.2vh rgb(69, 194, 248), inset 0px 0px 0.7vh 0vh rgb(69, 194, 248);
  background: rgba(210, 217, 240, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bubble-border {
  width: 100%;
  height: 100%;
  min-width: 6vh;
  min-height: 6vh;
  max-width: 18vh;
  max-height: 18vh;
  border: 0.4vh solid rgb(160, 214, 255) !important;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#burst {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bubble-text {
  --text-color: rgba(160, 214, 255, 1);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--text-color);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  text-transform: uppercase;
}

.holding .bubble-text {
  font-size: 9px;
}

.bubble-hold {
  width: 46px;
  height: 46px;
  opacity: 1;
  background: none;
}

.bubble-hold .bubble-border {
  width: 46px;
  height: 46px;
}

.line-container {
  --shadow: 0px -1vh 1.5vh rgba(69, 194, 248, 1);
  display: inline-block;
  padding: 0;
  filter: drop-shadow(var(--shadow));
  position: absolute;
  z-index: 10;
  height: 2vh;
  width: 30vh;
}

.line-container .line {
  background: linear-gradient(to right, var(--start), var(--mid), var(--end));
  width: 100%;
  height: 100%;
  border-radius: 1vh 0 0 1vh;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.spot_on_content {
  position: relative;
  width: 100%;
  height: 100%;
}

.spot_on_content .fox {
  position: absolute;
  width: 771px;
  height: 1156px;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 4;
  top: 0%;
  left: 0%;
}

.spot_on_content .hamster {
  position: absolute;
  top: 46%;
  right: 1%;
  z-index: 10;
  width: 100px;
  height: 100px;
}

.spot_on_content .cursor {
  z-index: 10;
  position: absolute;
  top: 44%;
  right: 11%;
  width: 80px;
  height: 80px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: rgba(110, 174, 253, 0.4);
  border: 3px solid;
  border-color: rgba(110, 174, 253, 0.7);
}

.spot_on_content .cursor::after {
  content: "";
  position: absolute;
  width: 88px;
  height: 88px;
  background: transparent;
  top: -7px;
  left: -7px;
  border: 1px solid rgba(110, 174, 253, 0.7);
}

.spot_on_content .cursor .plus {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  rotate: 45deg;
}

.spot_on_content .cursor .plus::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 10px;
  background: #a9dcff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.spot_on_content .cursor .plus::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #a9dcff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.spot_on_content .cursor .arrow {
  position: absolute;
  height: 50px;
  width: 2px;
  background: #a9dcff;
  z-index: 5;
}

.spot_on_content .cursor .arrow::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 10px;
  background: #a9dcff;
  bottom: 10px;
  left: 0px;
  rotate: 90deg;
}

.spot_on_content .cursor .arrow-rt {
  right: 50%;
  top: -25px;
}

.spot_on_content .cursor .arrow-lt {
  left: -2px;
  rotate: -90deg;
  top: 11px;
}

.spot_on_content .cursor .arrow-lb {
  right: 50%;
  bottom: -25px;
  rotate: 180deg;
}

.spot_on_content .cursor .arrow-rb {
  right: -2px;
  rotate: 90deg;
  bottom: 13px;
}

.spot_on_content .controller {
  background: rgba(110, 174, 253, 0.4);
  border-radius: 50%;
  width: 135px;
  height: 135px;
  position: absolute;
  bottom: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  border: 2px solid rgba(110, 174, 253, 0.7);
}

.spot_on_content .controller .middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  background-color: rgba(110, 174, 253, 0.3);
  border-radius: 50%;
}

.spot_on_content .controller .middle .m-stick {
  position: absolute;
  width: 2px;
  height: 8px;
  background-color: #41e4a1;
}

.spot_on_content .controller .middle .m-stick-t {
  top: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.spot_on_content .controller .middle .m-stick-b {
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.spot_on_content .controller .middle .m-stick-r {
  width: 8px;
  height: 2px;
  right: -4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.spot_on_content .controller .middle .m-stick-l {
  width: 8px;
  height: 2px;
  left: -4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.spot_on_content .controller .middle .m-round {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 0;
  left: 0;
}

.spot_on_content .controller .c-arrow {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #73b2e3;
  position: absolute;
}

.spot_on_content .controller .c-arrow-t {
  top: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.spot_on_content .controller .c-arrow-b {
  bottom: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}

.spot_on_content .controller .c-arrow-r {
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.spot_on_content .controller .c-arrow-l {
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.tap_and_swipe .screen::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  z-index: 7;
}

.tap_and_swipe_content .fox {
  position: absolute;
  top: 47%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  -o-object-fit: contain;
  object-fit: contain;
}

.tap_and_swipe_block {
  width: 100%;
  height: calc(100dvh - 155px);
  position: relative;
  z-index: 10;
  margin: 10px 0;
}

.tap_and_swipe .rainbow {
  position: absolute;
  z-index: 10;
  width: calc(100% - 28px);
  left: 14px;
  bottom: 38px;
}

.tap_and_swipe .rainbow-rocket {

  width: 38px;
  height: 62px;
  position: absolute;
  top: -70px;
  right: 100%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: left 1s ease-in-out;
  transition: left 1s ease-in-out;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  margin: 0 10px;
}

.tap_and_swipe .rainbow-block {
  border: 1px solid #73b2e3;
  height: 21px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, #c3253d), color-stop(35%, #fd8b20), color-stop(65.07%, #caf91e), to(#1ef984));
  background: linear-gradient(90deg, #c3253d 5%, #fd8b20 35%, #caf91e 65.07%, #1ef984 100%);
}

.swipe .screen {
  padding: 14px 7px 36px;
}

.swipe .screen::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 7;
}

.swipe_content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swipe_content_img {
  position: absolute;
  top: 43%;
  left: 44%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  -o-object-fit: contain;
  object-fit: contain;
  scale: 0.9;
}

.swipe_block {
  width: calc(100% - 41px);
  height: 46px;
  margin: 0 auto;
  outline: 3px solid #73b2e3;
  z-index: 10;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swipe_block .middle {
  width: 138px;
  outline: 2px solid #73b2e3;
  height: 100%;
  background: rgba(110, 174, 253, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.swipe_block .side {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.2px;
  padding: 5px;
  gap: 2px;
}

.swipe_block .side.left {
  background: -webkit-gradient(linear, left top, right top, from(rgba(110, 174, 253, 0.7)), to(rgba(110, 174, 253, 0.1)));
  background: linear-gradient(90deg, rgba(110, 174, 253, 0.7), rgba(110, 174, 253, 0.1));
}

.swipe_block .side.right {
  background: -webkit-gradient(linear, left top, right top, from(rgba(110, 174, 253, 0.1)), to(rgba(110, 174, 253, 0.7)));
  background: linear-gradient(90deg, rgba(110, 174, 253, 0.1), rgba(110, 174, 253, 0.7));
}

.swipe_block_middle {
  position: relative;
  z-index: 10;
}

.swipe_block_middle .shape {
  position: absolute;
  top: 50%;
  width: 23px;
  height: 96px;
}

.swipe_block_middle .shape-l {
  left: 0;
  -webkit-transform: translateY(-49%) rotate(180deg);
  -ms-transform: translateY(-49%) rotate(180deg);
  transform: translateY(-49%) rotate(180deg);
}

.swipe_block_middle .shape-r {
  right: 0;
  -webkit-transform: translateY(-51%);
  -ms-transform: translateY(-51%);
  transform: translateY(-51%);
}

.score_acceptable .screen,
.score_good .screen,
.score_great .screen,
.score_perfect .screen {
  padding: 9px;
}

.score_content {
  opacity: 0;
}

.score_content .fox {
  position: absolute;
  top: -14%;
  left: 0;
  scale: 0.8;
  -o-object-fit: contain;
  object-fit: contain;
}

.score_content .bonuses {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.score_content .bonuses .bonus {
  width: 31px;
  height: 31px;
  position: absolute;
}

.score_content .score_block {
  width: 100%;
  height: auto;
  min-height: 178px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.score_content .score_block_wrapper {
  z-index: 10;
  position: absolute;
  bottom: 30px;
  max-width: 460px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
}

.score_content #score-title {
  background: rgba(4, 39, 72, 0.85);
  padding: 9px 9px 6px;
  text-align: center;
  font-size: 17px;
  line-height: 1.1;
  font-weight: 500;
  color: rgb(255, 255, 255);
}

.score_content .score_block_top {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 5px;
}

.score_content .score_block_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 19px;
  background-color: rgba(10, 66, 121, 0.82);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.score_content .score_block_middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 14px;
}

.score_content .score_block_middle img {
  width: 32px;
  height: 32px;
}

.score_content .score_block_middle span {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 3px;
}

.score_content .score_block_middle span.acceptable {
  color: rgb(254, 164, 150);
}

.score_content .score_block_middle span.good {
  color: rgb(254, 219, 150);
}

.score_content .score_block_middle span.great {
  color: rgb(209, 254, 150);
}

.score_content .score_block_middle span.perfect {
  color: rgb(150, 254, 150);
}

.score_content .score_frame {
  position: absolute;
  width: 76px;
  height: 50px;
  z-index: 12;
}

.score_content .score_frame.tl {
  left: -2px;
  top: -2px;
}

.score_content .score_frame.tr {
  right: -2px;
  top: -2px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.score_content .score_frame.bl {
  left: -2px;
  bottom: -2px;
}

.score_content .score_frame.br {
  right: -2px;
  bottom: -2px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.score_content .frame,
.score_content .corner {
  border-color: #64dffb;
}

.hold_rhytm .screen::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 7;
}

.hold_rhytm_content {
  height: 100%;
  position: relative;
}

.hold_rhytm_content .fox {
  position: absolute;
  top: 14%;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0.9);
  -ms-transform: translateX(-50%) scale(0.9);
  transform: translateX(-50%) scale(0.9);
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
}

@media (max-width: 550.98px) {
  .screen {
    max-width: 550px;
  }

  .spot_on_content .fox {
    top: -6%;
    left: -42%;
  }

  .swipe_block .side {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .score_content .fox {
    scale: 1.05;
  }
}

@media (max-width: 380.98px) {
  .score_content .score_block_wrapper {
    bottom: 49px;
  }
}

@media (max-width: 365.98px) {
  .score_content .fox {
    top: -4%;
  }
}

@media (max-width: 340.98px) {
  .spot_on_content .fox {
    width: 500px;
    height: 800px;
    top: -15%;
    left: -25%;
  }
}