*{margin:0;padding:0;list-style-type:none;}
body {
  background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.container {
  position: relative;
  display: grid;
  grid-template-rows: repeat(20, 5vh);
  grid-template-columns: repeat(20, 5vw);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.monitor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateX(80deg);
          transform: rotateX(80deg);
}

.trigger:nth-child(1):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(36deg);
          transform: rotateY(36deg);
}
.trigger:nth-child(1):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-36deg);
          transform: rotateX(-36deg);
}
.trigger:nth-child(2):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(32deg);
          transform: rotateY(32deg);
}
.trigger:nth-child(2):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-36deg);
          transform: rotateX(-36deg);
}
.trigger:nth-child(3):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(28deg);
          transform: rotateY(28deg);
}
.trigger:nth-child(3):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-36deg);
          transform: rotateX(-36deg);
}
.trigger:nth-child(4):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(24deg);
          transform: rotateY(24deg);
}
.trigger:nth-child(4):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-36deg);
          transform: rotateX(-36deg);
}
.trigger:nth-child(5):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(20deg);
          transform: rotateY(20deg);
}
.trigger:nth-child(5):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-36deg);
          transform: rotateX(-36deg);
}
.trigger:nth-child(6):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(16deg);
          transform: rotateY(16deg);
}
.trigger:nth-child(6):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-36deg);
          transform: rotateX(-36deg);
}
.trigger:nth-child(7):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(12deg);
          transform: rotateY(12deg);
}
.trigger:nth-child(7):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-36deg);
          transform: rotateX(-36deg);
}
.trigger:nth-child(8):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(8deg);
          transform: rotateY(8deg);
}
.trigger:nth-child(8):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-36deg);
          transform: rotateX(-36deg);
}
.trigger:nth-child(9):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(4deg);
          transform: rotateY(4deg);
}
.trigger:nth-child(9):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-36deg);
          transform: rotateX(-36deg);
}
.trigger:nth-child(10):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.trigger:nth-child(10):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-36deg);
          transform: rotateX(-36deg);
}
.trigger:nth-child(11):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-4deg);
          transform: rotateY(-4deg);
}
.trigger:nth-child(11):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-36deg);
          transform: rotateX(-36deg);
}
.trigger:nth-child(12):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-8deg);
          transform: rotateY(-8deg);
}
.trigger:nth-child(12):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-36deg);
          transform: rotateX(-36deg);
}
.trigger:nth-child(13):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-12deg);
          transform: rotateY(-12deg);
}
.trigger:nth-child(13):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-36deg);
          transform: rotateX(-36deg);
}
.trigger:nth-child(14):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-16deg);
          transform: rotateY(-16deg);
}
.trigger:nth-child(14):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-36deg);
          transform: rotateX(-36deg);
}
.trigger:nth-child(15):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-20deg);
          transform: rotateY(-20deg);
}
.trigger:nth-child(15):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-36deg);
          transform: rotateX(-36deg);
}
.trigger:nth-child(16):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-24deg);
          transform: rotateY(-24deg);
}
.trigger:nth-child(16):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-36deg);
          transform: rotateX(-36deg);
}
.trigger:nth-child(17):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-28deg);
          transform: rotateY(-28deg);
}
.trigger:nth-child(17):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-36deg);
          transform: rotateX(-36deg);
}
.trigger:nth-child(18):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-32deg);
          transform: rotateY(-32deg);
}
.trigger:nth-child(18):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-36deg);
          transform: rotateX(-36deg);
}
.trigger:nth-child(19):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-36deg);
          transform: rotateY(-36deg);
}
.trigger:nth-child(19):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-36deg);
          transform: rotateX(-36deg);
}
.trigger:nth-child(20):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-40deg);
          transform: rotateY(-40deg);
}
.trigger:nth-child(20):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-36deg);
          transform: rotateX(-36deg);
}
.trigger:nth-child(21):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(36deg);
          transform: rotateY(36deg);
}
.trigger:nth-child(21):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-32deg);
          transform: rotateX(-32deg);
}
.trigger:nth-child(22):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(32deg);
          transform: rotateY(32deg);
}
.trigger:nth-child(22):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-32deg);
          transform: rotateX(-32deg);
}
.trigger:nth-child(23):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(28deg);
          transform: rotateY(28deg);
}
.trigger:nth-child(23):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-32deg);
          transform: rotateX(-32deg);
}
.trigger:nth-child(24):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(24deg);
          transform: rotateY(24deg);
}
.trigger:nth-child(24):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-32deg);
          transform: rotateX(-32deg);
}
.trigger:nth-child(25):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(20deg);
          transform: rotateY(20deg);
}
.trigger:nth-child(25):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-32deg);
          transform: rotateX(-32deg);
}
.trigger:nth-child(26):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(16deg);
          transform: rotateY(16deg);
}
.trigger:nth-child(26):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-32deg);
          transform: rotateX(-32deg);
}
.trigger:nth-child(27):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(12deg);
          transform: rotateY(12deg);
}
.trigger:nth-child(27):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-32deg);
          transform: rotateX(-32deg);
}
.trigger:nth-child(28):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(8deg);
          transform: rotateY(8deg);
}
.trigger:nth-child(28):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-32deg);
          transform: rotateX(-32deg);
}
.trigger:nth-child(29):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(4deg);
          transform: rotateY(4deg);
}
.trigger:nth-child(29):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-32deg);
          transform: rotateX(-32deg);
}
.trigger:nth-child(30):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.trigger:nth-child(30):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-32deg);
          transform: rotateX(-32deg);
}
.trigger:nth-child(31):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-4deg);
          transform: rotateY(-4deg);
}
.trigger:nth-child(31):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-32deg);
          transform: rotateX(-32deg);
}
.trigger:nth-child(32):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-8deg);
          transform: rotateY(-8deg);
}
.trigger:nth-child(32):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-32deg);
          transform: rotateX(-32deg);
}
.trigger:nth-child(33):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-12deg);
          transform: rotateY(-12deg);
}
.trigger:nth-child(33):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-32deg);
          transform: rotateX(-32deg);
}
.trigger:nth-child(34):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-16deg);
          transform: rotateY(-16deg);
}
.trigger:nth-child(34):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-32deg);
          transform: rotateX(-32deg);
}
.trigger:nth-child(35):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-20deg);
          transform: rotateY(-20deg);
}
.trigger:nth-child(35):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-32deg);
          transform: rotateX(-32deg);
}
.trigger:nth-child(36):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-24deg);
          transform: rotateY(-24deg);
}
.trigger:nth-child(36):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-32deg);
          transform: rotateX(-32deg);
}
.trigger:nth-child(37):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-28deg);
          transform: rotateY(-28deg);
}
.trigger:nth-child(37):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-32deg);
          transform: rotateX(-32deg);
}
.trigger:nth-child(38):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-32deg);
          transform: rotateY(-32deg);
}
.trigger:nth-child(38):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-32deg);
          transform: rotateX(-32deg);
}
.trigger:nth-child(39):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-36deg);
          transform: rotateY(-36deg);
}
.trigger:nth-child(39):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-32deg);
          transform: rotateX(-32deg);
}
.trigger:nth-child(40):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-40deg);
          transform: rotateY(-40deg);
}
.trigger:nth-child(40):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-32deg);
          transform: rotateX(-32deg);
}
.trigger:nth-child(41):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(36deg);
          transform: rotateY(36deg);
}
.trigger:nth-child(41):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-28deg);
          transform: rotateX(-28deg);
}
.trigger:nth-child(42):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(32deg);
          transform: rotateY(32deg);
}
.trigger:nth-child(42):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-28deg);
          transform: rotateX(-28deg);
}
.trigger:nth-child(43):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(28deg);
          transform: rotateY(28deg);
}
.trigger:nth-child(43):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-28deg);
          transform: rotateX(-28deg);
}
.trigger:nth-child(44):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(24deg);
          transform: rotateY(24deg);
}
.trigger:nth-child(44):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-28deg);
          transform: rotateX(-28deg);
}
.trigger:nth-child(45):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(20deg);
          transform: rotateY(20deg);
}
.trigger:nth-child(45):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-28deg);
          transform: rotateX(-28deg);
}
.trigger:nth-child(46):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(16deg);
          transform: rotateY(16deg);
}
.trigger:nth-child(46):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-28deg);
          transform: rotateX(-28deg);
}
.trigger:nth-child(47):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(12deg);
          transform: rotateY(12deg);
}
.trigger:nth-child(47):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-28deg);
          transform: rotateX(-28deg);
}
.trigger:nth-child(48):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(8deg);
          transform: rotateY(8deg);
}
.trigger:nth-child(48):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-28deg);
          transform: rotateX(-28deg);
}
.trigger:nth-child(49):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(4deg);
          transform: rotateY(4deg);
}
.trigger:nth-child(49):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-28deg);
          transform: rotateX(-28deg);
}
.trigger:nth-child(50):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.trigger:nth-child(50):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-28deg);
          transform: rotateX(-28deg);
}
.trigger:nth-child(51):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-4deg);
          transform: rotateY(-4deg);
}
.trigger:nth-child(51):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-28deg);
          transform: rotateX(-28deg);
}
.trigger:nth-child(52):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-8deg);
          transform: rotateY(-8deg);
}
.trigger:nth-child(52):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-28deg);
          transform: rotateX(-28deg);
}
.trigger:nth-child(53):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-12deg);
          transform: rotateY(-12deg);
}
.trigger:nth-child(53):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-28deg);
          transform: rotateX(-28deg);
}
.trigger:nth-child(54):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-16deg);
          transform: rotateY(-16deg);
}
.trigger:nth-child(54):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-28deg);
          transform: rotateX(-28deg);
}
.trigger:nth-child(55):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-20deg);
          transform: rotateY(-20deg);
}
.trigger:nth-child(55):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-28deg);
          transform: rotateX(-28deg);
}
.trigger:nth-child(56):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-24deg);
          transform: rotateY(-24deg);
}
.trigger:nth-child(56):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-28deg);
          transform: rotateX(-28deg);
}
.trigger:nth-child(57):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-28deg);
          transform: rotateY(-28deg);
}
.trigger:nth-child(57):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-28deg);
          transform: rotateX(-28deg);
}
.trigger:nth-child(58):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-32deg);
          transform: rotateY(-32deg);
}
.trigger:nth-child(58):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-28deg);
          transform: rotateX(-28deg);
}
.trigger:nth-child(59):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-36deg);
          transform: rotateY(-36deg);
}
.trigger:nth-child(59):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-28deg);
          transform: rotateX(-28deg);
}
.trigger:nth-child(60):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-40deg);
          transform: rotateY(-40deg);
}
.trigger:nth-child(60):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-28deg);
          transform: rotateX(-28deg);
}
.trigger:nth-child(61):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(36deg);
          transform: rotateY(36deg);
}
.trigger:nth-child(61):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-24deg);
          transform: rotateX(-24deg);
}
.trigger:nth-child(62):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(32deg);
          transform: rotateY(32deg);
}
.trigger:nth-child(62):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-24deg);
          transform: rotateX(-24deg);
}
.trigger:nth-child(63):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(28deg);
          transform: rotateY(28deg);
}
.trigger:nth-child(63):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-24deg);
          transform: rotateX(-24deg);
}
.trigger:nth-child(64):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(24deg);
          transform: rotateY(24deg);
}
.trigger:nth-child(64):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-24deg);
          transform: rotateX(-24deg);
}
.trigger:nth-child(65):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(20deg);
          transform: rotateY(20deg);
}
.trigger:nth-child(65):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-24deg);
          transform: rotateX(-24deg);
}
.trigger:nth-child(66):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(16deg);
          transform: rotateY(16deg);
}
.trigger:nth-child(66):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-24deg);
          transform: rotateX(-24deg);
}
.trigger:nth-child(67):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(12deg);
          transform: rotateY(12deg);
}
.trigger:nth-child(67):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-24deg);
          transform: rotateX(-24deg);
}
.trigger:nth-child(68):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(8deg);
          transform: rotateY(8deg);
}
.trigger:nth-child(68):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-24deg);
          transform: rotateX(-24deg);
}
.trigger:nth-child(69):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(4deg);
          transform: rotateY(4deg);
}
.trigger:nth-child(69):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-24deg);
          transform: rotateX(-24deg);
}
.trigger:nth-child(70):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.trigger:nth-child(70):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-24deg);
          transform: rotateX(-24deg);
}
.trigger:nth-child(71):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-4deg);
          transform: rotateY(-4deg);
}
.trigger:nth-child(71):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-24deg);
          transform: rotateX(-24deg);
}
.trigger:nth-child(72):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-8deg);
          transform: rotateY(-8deg);
}
.trigger:nth-child(72):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-24deg);
          transform: rotateX(-24deg);
}
.trigger:nth-child(73):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-12deg);
          transform: rotateY(-12deg);
}
.trigger:nth-child(73):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-24deg);
          transform: rotateX(-24deg);
}
.trigger:nth-child(74):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-16deg);
          transform: rotateY(-16deg);
}
.trigger:nth-child(74):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-24deg);
          transform: rotateX(-24deg);
}
.trigger:nth-child(75):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-20deg);
          transform: rotateY(-20deg);
}
.trigger:nth-child(75):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-24deg);
          transform: rotateX(-24deg);
}
.trigger:nth-child(76):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-24deg);
          transform: rotateY(-24deg);
}
.trigger:nth-child(76):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-24deg);
          transform: rotateX(-24deg);
}
.trigger:nth-child(77):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-28deg);
          transform: rotateY(-28deg);
}
.trigger:nth-child(77):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-24deg);
          transform: rotateX(-24deg);
}
.trigger:nth-child(78):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-32deg);
          transform: rotateY(-32deg);
}
.trigger:nth-child(78):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-24deg);
          transform: rotateX(-24deg);
}
.trigger:nth-child(79):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-36deg);
          transform: rotateY(-36deg);
}
.trigger:nth-child(79):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-24deg);
          transform: rotateX(-24deg);
}
.trigger:nth-child(80):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-40deg);
          transform: rotateY(-40deg);
}
.trigger:nth-child(80):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-24deg);
          transform: rotateX(-24deg);
}
.trigger:nth-child(81):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(36deg);
          transform: rotateY(36deg);
}
.trigger:nth-child(81):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-20deg);
          transform: rotateX(-20deg);
}
.trigger:nth-child(82):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(32deg);
          transform: rotateY(32deg);
}
.trigger:nth-child(82):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-20deg);
          transform: rotateX(-20deg);
}
.trigger:nth-child(83):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(28deg);
          transform: rotateY(28deg);
}
.trigger:nth-child(83):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-20deg);
          transform: rotateX(-20deg);
}
.trigger:nth-child(84):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(24deg);
          transform: rotateY(24deg);
}
.trigger:nth-child(84):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-20deg);
          transform: rotateX(-20deg);
}
.trigger:nth-child(85):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(20deg);
          transform: rotateY(20deg);
}
.trigger:nth-child(85):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-20deg);
          transform: rotateX(-20deg);
}
.trigger:nth-child(86):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(16deg);
          transform: rotateY(16deg);
}
.trigger:nth-child(86):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-20deg);
          transform: rotateX(-20deg);
}
.trigger:nth-child(87):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(12deg);
          transform: rotateY(12deg);
}
.trigger:nth-child(87):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-20deg);
          transform: rotateX(-20deg);
}
.trigger:nth-child(88):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(8deg);
          transform: rotateY(8deg);
}
.trigger:nth-child(88):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-20deg);
          transform: rotateX(-20deg);
}
.trigger:nth-child(89):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(4deg);
          transform: rotateY(4deg);
}
.trigger:nth-child(89):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-20deg);
          transform: rotateX(-20deg);
}
.trigger:nth-child(90):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.trigger:nth-child(90):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-20deg);
          transform: rotateX(-20deg);
}
.trigger:nth-child(91):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-4deg);
          transform: rotateY(-4deg);
}
.trigger:nth-child(91):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-20deg);
          transform: rotateX(-20deg);
}
.trigger:nth-child(92):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-8deg);
          transform: rotateY(-8deg);
}
.trigger:nth-child(92):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-20deg);
          transform: rotateX(-20deg);
}
.trigger:nth-child(93):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-12deg);
          transform: rotateY(-12deg);
}
.trigger:nth-child(93):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-20deg);
          transform: rotateX(-20deg);
}
.trigger:nth-child(94):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-16deg);
          transform: rotateY(-16deg);
}
.trigger:nth-child(94):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-20deg);
          transform: rotateX(-20deg);
}
.trigger:nth-child(95):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-20deg);
          transform: rotateY(-20deg);
}
.trigger:nth-child(95):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-20deg);
          transform: rotateX(-20deg);
}
.trigger:nth-child(96):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-24deg);
          transform: rotateY(-24deg);
}
.trigger:nth-child(96):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-20deg);
          transform: rotateX(-20deg);
}
.trigger:nth-child(97):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-28deg);
          transform: rotateY(-28deg);
}
.trigger:nth-child(97):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-20deg);
          transform: rotateX(-20deg);
}
.trigger:nth-child(98):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-32deg);
          transform: rotateY(-32deg);
}
.trigger:nth-child(98):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-20deg);
          transform: rotateX(-20deg);
}
.trigger:nth-child(99):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-36deg);
          transform: rotateY(-36deg);
}
.trigger:nth-child(99):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-20deg);
          transform: rotateX(-20deg);
}
.trigger:nth-child(100):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-40deg);
          transform: rotateY(-40deg);
}
.trigger:nth-child(100):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-20deg);
          transform: rotateX(-20deg);
}
.trigger:nth-child(101):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(36deg);
          transform: rotateY(36deg);
}
.trigger:nth-child(101):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-16deg);
          transform: rotateX(-16deg);
}
.trigger:nth-child(102):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(32deg);
          transform: rotateY(32deg);
}
.trigger:nth-child(102):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-16deg);
          transform: rotateX(-16deg);
}
.trigger:nth-child(103):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(28deg);
          transform: rotateY(28deg);
}
.trigger:nth-child(103):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-16deg);
          transform: rotateX(-16deg);
}
.trigger:nth-child(104):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(24deg);
          transform: rotateY(24deg);
}
.trigger:nth-child(104):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-16deg);
          transform: rotateX(-16deg);
}
.trigger:nth-child(105):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(20deg);
          transform: rotateY(20deg);
}
.trigger:nth-child(105):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-16deg);
          transform: rotateX(-16deg);
}
.trigger:nth-child(106):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(16deg);
          transform: rotateY(16deg);
}
.trigger:nth-child(106):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-16deg);
          transform: rotateX(-16deg);
}
.trigger:nth-child(107):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(12deg);
          transform: rotateY(12deg);
}
.trigger:nth-child(107):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-16deg);
          transform: rotateX(-16deg);
}
.trigger:nth-child(108):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(8deg);
          transform: rotateY(8deg);
}
.trigger:nth-child(108):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-16deg);
          transform: rotateX(-16deg);
}
.trigger:nth-child(109):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(4deg);
          transform: rotateY(4deg);
}
.trigger:nth-child(109):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-16deg);
          transform: rotateX(-16deg);
}
.trigger:nth-child(110):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.trigger:nth-child(110):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-16deg);
          transform: rotateX(-16deg);
}
.trigger:nth-child(111):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-4deg);
          transform: rotateY(-4deg);
}
.trigger:nth-child(111):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-16deg);
          transform: rotateX(-16deg);
}
.trigger:nth-child(112):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-8deg);
          transform: rotateY(-8deg);
}
.trigger:nth-child(112):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-16deg);
          transform: rotateX(-16deg);
}
.trigger:nth-child(113):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-12deg);
          transform: rotateY(-12deg);
}
.trigger:nth-child(113):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-16deg);
          transform: rotateX(-16deg);
}
.trigger:nth-child(114):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-16deg);
          transform: rotateY(-16deg);
}
.trigger:nth-child(114):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-16deg);
          transform: rotateX(-16deg);
}
.trigger:nth-child(115):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-20deg);
          transform: rotateY(-20deg);
}
.trigger:nth-child(115):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-16deg);
          transform: rotateX(-16deg);
}
.trigger:nth-child(116):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-24deg);
          transform: rotateY(-24deg);
}
.trigger:nth-child(116):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-16deg);
          transform: rotateX(-16deg);
}
.trigger:nth-child(117):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-28deg);
          transform: rotateY(-28deg);
}
.trigger:nth-child(117):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-16deg);
          transform: rotateX(-16deg);
}
.trigger:nth-child(118):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-32deg);
          transform: rotateY(-32deg);
}
.trigger:nth-child(118):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-16deg);
          transform: rotateX(-16deg);
}
.trigger:nth-child(119):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-36deg);
          transform: rotateY(-36deg);
}
.trigger:nth-child(119):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-16deg);
          transform: rotateX(-16deg);
}
.trigger:nth-child(120):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-40deg);
          transform: rotateY(-40deg);
}
.trigger:nth-child(120):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-16deg);
          transform: rotateX(-16deg);
}
.trigger:nth-child(121):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(36deg);
          transform: rotateY(36deg);
}
.trigger:nth-child(121):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-12deg);
          transform: rotateX(-12deg);
}
.trigger:nth-child(122):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(32deg);
          transform: rotateY(32deg);
}
.trigger:nth-child(122):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-12deg);
          transform: rotateX(-12deg);
}
.trigger:nth-child(123):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(28deg);
          transform: rotateY(28deg);
}
.trigger:nth-child(123):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-12deg);
          transform: rotateX(-12deg);
}
.trigger:nth-child(124):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(24deg);
          transform: rotateY(24deg);
}
.trigger:nth-child(124):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-12deg);
          transform: rotateX(-12deg);
}
.trigger:nth-child(125):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(20deg);
          transform: rotateY(20deg);
}
.trigger:nth-child(125):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-12deg);
          transform: rotateX(-12deg);
}
.trigger:nth-child(126):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(16deg);
          transform: rotateY(16deg);
}
.trigger:nth-child(126):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-12deg);
          transform: rotateX(-12deg);
}
.trigger:nth-child(127):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(12deg);
          transform: rotateY(12deg);
}
.trigger:nth-child(127):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-12deg);
          transform: rotateX(-12deg);
}
.trigger:nth-child(128):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(8deg);
          transform: rotateY(8deg);
}
.trigger:nth-child(128):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-12deg);
          transform: rotateX(-12deg);
}
.trigger:nth-child(129):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(4deg);
          transform: rotateY(4deg);
}
.trigger:nth-child(129):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-12deg);
          transform: rotateX(-12deg);
}
.trigger:nth-child(130):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.trigger:nth-child(130):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-12deg);
          transform: rotateX(-12deg);
}
.trigger:nth-child(131):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-4deg);
          transform: rotateY(-4deg);
}
.trigger:nth-child(131):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-12deg);
          transform: rotateX(-12deg);
}
.trigger:nth-child(132):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-8deg);
          transform: rotateY(-8deg);
}
.trigger:nth-child(132):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-12deg);
          transform: rotateX(-12deg);
}
.trigger:nth-child(133):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-12deg);
          transform: rotateY(-12deg);
}
.trigger:nth-child(133):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-12deg);
          transform: rotateX(-12deg);
}
.trigger:nth-child(134):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-16deg);
          transform: rotateY(-16deg);
}
.trigger:nth-child(134):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-12deg);
          transform: rotateX(-12deg);
}
.trigger:nth-child(135):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-20deg);
          transform: rotateY(-20deg);
}
.trigger:nth-child(135):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-12deg);
          transform: rotateX(-12deg);
}
.trigger:nth-child(136):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-24deg);
          transform: rotateY(-24deg);
}
.trigger:nth-child(136):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-12deg);
          transform: rotateX(-12deg);
}
.trigger:nth-child(137):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-28deg);
          transform: rotateY(-28deg);
}
.trigger:nth-child(137):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-12deg);
          transform: rotateX(-12deg);
}
.trigger:nth-child(138):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-32deg);
          transform: rotateY(-32deg);
}
.trigger:nth-child(138):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-12deg);
          transform: rotateX(-12deg);
}
.trigger:nth-child(139):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-36deg);
          transform: rotateY(-36deg);
}
.trigger:nth-child(139):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-12deg);
          transform: rotateX(-12deg);
}
.trigger:nth-child(140):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-40deg);
          transform: rotateY(-40deg);
}
.trigger:nth-child(140):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-12deg);
          transform: rotateX(-12deg);
}
.trigger:nth-child(141):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(36deg);
          transform: rotateY(36deg);
}
.trigger:nth-child(141):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-8deg);
          transform: rotateX(-8deg);
}
.trigger:nth-child(142):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(32deg);
          transform: rotateY(32deg);
}
.trigger:nth-child(142):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-8deg);
          transform: rotateX(-8deg);
}
.trigger:nth-child(143):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(28deg);
          transform: rotateY(28deg);
}
.trigger:nth-child(143):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-8deg);
          transform: rotateX(-8deg);
}
.trigger:nth-child(144):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(24deg);
          transform: rotateY(24deg);
}
.trigger:nth-child(144):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-8deg);
          transform: rotateX(-8deg);
}
.trigger:nth-child(145):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(20deg);
          transform: rotateY(20deg);
}
.trigger:nth-child(145):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-8deg);
          transform: rotateX(-8deg);
}
.trigger:nth-child(146):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(16deg);
          transform: rotateY(16deg);
}
.trigger:nth-child(146):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-8deg);
          transform: rotateX(-8deg);
}
.trigger:nth-child(147):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(12deg);
          transform: rotateY(12deg);
}
.trigger:nth-child(147):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-8deg);
          transform: rotateX(-8deg);
}
.trigger:nth-child(148):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(8deg);
          transform: rotateY(8deg);
}
.trigger:nth-child(148):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-8deg);
          transform: rotateX(-8deg);
}
.trigger:nth-child(149):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(4deg);
          transform: rotateY(4deg);
}
.trigger:nth-child(149):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-8deg);
          transform: rotateX(-8deg);
}
.trigger:nth-child(150):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.trigger:nth-child(150):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-8deg);
          transform: rotateX(-8deg);
}
.trigger:nth-child(151):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-4deg);
          transform: rotateY(-4deg);
}
.trigger:nth-child(151):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-8deg);
          transform: rotateX(-8deg);
}
.trigger:nth-child(152):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-8deg);
          transform: rotateY(-8deg);
}
.trigger:nth-child(152):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-8deg);
          transform: rotateX(-8deg);
}
.trigger:nth-child(153):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-12deg);
          transform: rotateY(-12deg);
}
.trigger:nth-child(153):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-8deg);
          transform: rotateX(-8deg);
}
.trigger:nth-child(154):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-16deg);
          transform: rotateY(-16deg);
}
.trigger:nth-child(154):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-8deg);
          transform: rotateX(-8deg);
}
.trigger:nth-child(155):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-20deg);
          transform: rotateY(-20deg);
}
.trigger:nth-child(155):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-8deg);
          transform: rotateX(-8deg);
}
.trigger:nth-child(156):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-24deg);
          transform: rotateY(-24deg);
}
.trigger:nth-child(156):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-8deg);
          transform: rotateX(-8deg);
}
.trigger:nth-child(157):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-28deg);
          transform: rotateY(-28deg);
}
.trigger:nth-child(157):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-8deg);
          transform: rotateX(-8deg);
}
.trigger:nth-child(158):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-32deg);
          transform: rotateY(-32deg);
}
.trigger:nth-child(158):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-8deg);
          transform: rotateX(-8deg);
}
.trigger:nth-child(159):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-36deg);
          transform: rotateY(-36deg);
}
.trigger:nth-child(159):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-8deg);
          transform: rotateX(-8deg);
}
.trigger:nth-child(160):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-40deg);
          transform: rotateY(-40deg);
}
.trigger:nth-child(160):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-8deg);
          transform: rotateX(-8deg);
}
.trigger:nth-child(161):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(36deg);
          transform: rotateY(36deg);
}
.trigger:nth-child(161):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-4deg);
          transform: rotateX(-4deg);
}
.trigger:nth-child(162):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(32deg);
          transform: rotateY(32deg);
}
.trigger:nth-child(162):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-4deg);
          transform: rotateX(-4deg);
}
.trigger:nth-child(163):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(28deg);
          transform: rotateY(28deg);
}
.trigger:nth-child(163):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-4deg);
          transform: rotateX(-4deg);
}
.trigger:nth-child(164):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(24deg);
          transform: rotateY(24deg);
}
.trigger:nth-child(164):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-4deg);
          transform: rotateX(-4deg);
}
.trigger:nth-child(165):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(20deg);
          transform: rotateY(20deg);
}
.trigger:nth-child(165):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-4deg);
          transform: rotateX(-4deg);
}
.trigger:nth-child(166):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(16deg);
          transform: rotateY(16deg);
}
.trigger:nth-child(166):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-4deg);
          transform: rotateX(-4deg);
}
.trigger:nth-child(167):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(12deg);
          transform: rotateY(12deg);
}
.trigger:nth-child(167):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-4deg);
          transform: rotateX(-4deg);
}
.trigger:nth-child(168):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(8deg);
          transform: rotateY(8deg);
}
.trigger:nth-child(168):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-4deg);
          transform: rotateX(-4deg);
}
.trigger:nth-child(169):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(4deg);
          transform: rotateY(4deg);
}
.trigger:nth-child(169):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-4deg);
          transform: rotateX(-4deg);
}
.trigger:nth-child(170):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.trigger:nth-child(170):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-4deg);
          transform: rotateX(-4deg);
}
.trigger:nth-child(171):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-4deg);
          transform: rotateY(-4deg);
}
.trigger:nth-child(171):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-4deg);
          transform: rotateX(-4deg);
}
.trigger:nth-child(172):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-8deg);
          transform: rotateY(-8deg);
}
.trigger:nth-child(172):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-4deg);
          transform: rotateX(-4deg);
}
.trigger:nth-child(173):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-12deg);
          transform: rotateY(-12deg);
}
.trigger:nth-child(173):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-4deg);
          transform: rotateX(-4deg);
}
.trigger:nth-child(174):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-16deg);
          transform: rotateY(-16deg);
}
.trigger:nth-child(174):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-4deg);
          transform: rotateX(-4deg);
}
.trigger:nth-child(175):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-20deg);
          transform: rotateY(-20deg);
}
.trigger:nth-child(175):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-4deg);
          transform: rotateX(-4deg);
}
.trigger:nth-child(176):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-24deg);
          transform: rotateY(-24deg);
}
.trigger:nth-child(176):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-4deg);
          transform: rotateX(-4deg);
}
.trigger:nth-child(177):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-28deg);
          transform: rotateY(-28deg);
}
.trigger:nth-child(177):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-4deg);
          transform: rotateX(-4deg);
}
.trigger:nth-child(178):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-32deg);
          transform: rotateY(-32deg);
}
.trigger:nth-child(178):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-4deg);
          transform: rotateX(-4deg);
}
.trigger:nth-child(179):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-36deg);
          transform: rotateY(-36deg);
}
.trigger:nth-child(179):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-4deg);
          transform: rotateX(-4deg);
}
.trigger:nth-child(180):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-40deg);
          transform: rotateY(-40deg);
}
.trigger:nth-child(180):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(-4deg);
          transform: rotateX(-4deg);
}
.trigger:nth-child(181):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(36deg);
          transform: rotateY(36deg);
}
.trigger:nth-child(181):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.trigger:nth-child(182):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(32deg);
          transform: rotateY(32deg);
}
.trigger:nth-child(182):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.trigger:nth-child(183):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(28deg);
          transform: rotateY(28deg);
}
.trigger:nth-child(183):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.trigger:nth-child(184):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(24deg);
          transform: rotateY(24deg);
}
.trigger:nth-child(184):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.trigger:nth-child(185):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(20deg);
          transform: rotateY(20deg);
}
.trigger:nth-child(185):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.trigger:nth-child(186):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(16deg);
          transform: rotateY(16deg);
}
.trigger:nth-child(186):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.trigger:nth-child(187):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(12deg);
          transform: rotateY(12deg);
}
.trigger:nth-child(187):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.trigger:nth-child(188):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(8deg);
          transform: rotateY(8deg);
}
.trigger:nth-child(188):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.trigger:nth-child(189):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(4deg);
          transform: rotateY(4deg);
}
.trigger:nth-child(189):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.trigger:nth-child(190):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.trigger:nth-child(190):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.trigger:nth-child(191):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-4deg);
          transform: rotateY(-4deg);
}
.trigger:nth-child(191):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.trigger:nth-child(192):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-8deg);
          transform: rotateY(-8deg);
}
.trigger:nth-child(192):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.trigger:nth-child(193):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-12deg);
          transform: rotateY(-12deg);
}
.trigger:nth-child(193):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.trigger:nth-child(194):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-16deg);
          transform: rotateY(-16deg);
}
.trigger:nth-child(194):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.trigger:nth-child(195):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-20deg);
          transform: rotateY(-20deg);
}
.trigger:nth-child(195):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.trigger:nth-child(196):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-24deg);
          transform: rotateY(-24deg);
}
.trigger:nth-child(196):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.trigger:nth-child(197):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-28deg);
          transform: rotateY(-28deg);
}
.trigger:nth-child(197):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.trigger:nth-child(198):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-32deg);
          transform: rotateY(-32deg);
}
.trigger:nth-child(198):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.trigger:nth-child(199):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-36deg);
          transform: rotateY(-36deg);
}
.trigger:nth-child(199):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.trigger:nth-child(200):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-40deg);
          transform: rotateY(-40deg);
}
.trigger:nth-child(200):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.trigger:nth-child(201):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(36deg);
          transform: rotateY(36deg);
}
.trigger:nth-child(201):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(4deg);
          transform: rotateX(4deg);
}
.trigger:nth-child(202):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(32deg);
          transform: rotateY(32deg);
}
.trigger:nth-child(202):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(4deg);
          transform: rotateX(4deg);
}
.trigger:nth-child(203):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(28deg);
          transform: rotateY(28deg);
}
.trigger:nth-child(203):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(4deg);
          transform: rotateX(4deg);
}
.trigger:nth-child(204):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(24deg);
          transform: rotateY(24deg);
}
.trigger:nth-child(204):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(4deg);
          transform: rotateX(4deg);
}
.trigger:nth-child(205):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(20deg);
          transform: rotateY(20deg);
}
.trigger:nth-child(205):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(4deg);
          transform: rotateX(4deg);
}
.trigger:nth-child(206):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(16deg);
          transform: rotateY(16deg);
}
.trigger:nth-child(206):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(4deg);
          transform: rotateX(4deg);
}
.trigger:nth-child(207):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(12deg);
          transform: rotateY(12deg);
}
.trigger:nth-child(207):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(4deg);
          transform: rotateX(4deg);
}
.trigger:nth-child(208):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(8deg);
          transform: rotateY(8deg);
}
.trigger:nth-child(208):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(4deg);
          transform: rotateX(4deg);
}
.trigger:nth-child(209):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(4deg);
          transform: rotateY(4deg);
}
.trigger:nth-child(209):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(4deg);
          transform: rotateX(4deg);
}
.trigger:nth-child(210):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.trigger:nth-child(210):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(4deg);
          transform: rotateX(4deg);
}
.trigger:nth-child(211):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-4deg);
          transform: rotateY(-4deg);
}
.trigger:nth-child(211):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(4deg);
          transform: rotateX(4deg);
}
.trigger:nth-child(212):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-8deg);
          transform: rotateY(-8deg);
}
.trigger:nth-child(212):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(4deg);
          transform: rotateX(4deg);
}
.trigger:nth-child(213):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-12deg);
          transform: rotateY(-12deg);
}
.trigger:nth-child(213):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(4deg);
          transform: rotateX(4deg);
}
.trigger:nth-child(214):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-16deg);
          transform: rotateY(-16deg);
}
.trigger:nth-child(214):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(4deg);
          transform: rotateX(4deg);
}
.trigger:nth-child(215):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-20deg);
          transform: rotateY(-20deg);
}
.trigger:nth-child(215):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(4deg);
          transform: rotateX(4deg);
}
.trigger:nth-child(216):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-24deg);
          transform: rotateY(-24deg);
}
.trigger:nth-child(216):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(4deg);
          transform: rotateX(4deg);
}
.trigger:nth-child(217):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-28deg);
          transform: rotateY(-28deg);
}
.trigger:nth-child(217):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(4deg);
          transform: rotateX(4deg);
}
.trigger:nth-child(218):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-32deg);
          transform: rotateY(-32deg);
}
.trigger:nth-child(218):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(4deg);
          transform: rotateX(4deg);
}
.trigger:nth-child(219):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-36deg);
          transform: rotateY(-36deg);
}
.trigger:nth-child(219):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(4deg);
          transform: rotateX(4deg);
}
.trigger:nth-child(220):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-40deg);
          transform: rotateY(-40deg);
}
.trigger:nth-child(220):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(4deg);
          transform: rotateX(4deg);
}
.trigger:nth-child(221):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(36deg);
          transform: rotateY(36deg);
}
.trigger:nth-child(221):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(8deg);
          transform: rotateX(8deg);
}
.trigger:nth-child(222):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(32deg);
          transform: rotateY(32deg);
}
.trigger:nth-child(222):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(8deg);
          transform: rotateX(8deg);
}
.trigger:nth-child(223):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(28deg);
          transform: rotateY(28deg);
}
.trigger:nth-child(223):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(8deg);
          transform: rotateX(8deg);
}
.trigger:nth-child(224):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(24deg);
          transform: rotateY(24deg);
}
.trigger:nth-child(224):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(8deg);
          transform: rotateX(8deg);
}
.trigger:nth-child(225):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(20deg);
          transform: rotateY(20deg);
}
.trigger:nth-child(225):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(8deg);
          transform: rotateX(8deg);
}
.trigger:nth-child(226):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(16deg);
          transform: rotateY(16deg);
}
.trigger:nth-child(226):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(8deg);
          transform: rotateX(8deg);
}
.trigger:nth-child(227):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(12deg);
          transform: rotateY(12deg);
}
.trigger:nth-child(227):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(8deg);
          transform: rotateX(8deg);
}
.trigger:nth-child(228):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(8deg);
          transform: rotateY(8deg);
}
.trigger:nth-child(228):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(8deg);
          transform: rotateX(8deg);
}
.trigger:nth-child(229):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(4deg);
          transform: rotateY(4deg);
}
.trigger:nth-child(229):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(8deg);
          transform: rotateX(8deg);
}
.trigger:nth-child(230):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.trigger:nth-child(230):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(8deg);
          transform: rotateX(8deg);
}
.trigger:nth-child(231):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-4deg);
          transform: rotateY(-4deg);
}
.trigger:nth-child(231):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(8deg);
          transform: rotateX(8deg);
}
.trigger:nth-child(232):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-8deg);
          transform: rotateY(-8deg);
}
.trigger:nth-child(232):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(8deg);
          transform: rotateX(8deg);
}
.trigger:nth-child(233):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-12deg);
          transform: rotateY(-12deg);
}
.trigger:nth-child(233):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(8deg);
          transform: rotateX(8deg);
}
.trigger:nth-child(234):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-16deg);
          transform: rotateY(-16deg);
}
.trigger:nth-child(234):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(8deg);
          transform: rotateX(8deg);
}
.trigger:nth-child(235):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-20deg);
          transform: rotateY(-20deg);
}
.trigger:nth-child(235):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(8deg);
          transform: rotateX(8deg);
}
.trigger:nth-child(236):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-24deg);
          transform: rotateY(-24deg);
}
.trigger:nth-child(236):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(8deg);
          transform: rotateX(8deg);
}
.trigger:nth-child(237):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-28deg);
          transform: rotateY(-28deg);
}
.trigger:nth-child(237):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(8deg);
          transform: rotateX(8deg);
}
.trigger:nth-child(238):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-32deg);
          transform: rotateY(-32deg);
}
.trigger:nth-child(238):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(8deg);
          transform: rotateX(8deg);
}
.trigger:nth-child(239):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-36deg);
          transform: rotateY(-36deg);
}
.trigger:nth-child(239):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(8deg);
          transform: rotateX(8deg);
}
.trigger:nth-child(240):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-40deg);
          transform: rotateY(-40deg);
}
.trigger:nth-child(240):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(8deg);
          transform: rotateX(8deg);
}
.trigger:nth-child(241):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(36deg);
          transform: rotateY(36deg);
}
.trigger:nth-child(241):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(12deg);
          transform: rotateX(12deg);
}
.trigger:nth-child(242):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(32deg);
          transform: rotateY(32deg);
}
.trigger:nth-child(242):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(12deg);
          transform: rotateX(12deg);
}
.trigger:nth-child(243):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(28deg);
          transform: rotateY(28deg);
}
.trigger:nth-child(243):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(12deg);
          transform: rotateX(12deg);
}
.trigger:nth-child(244):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(24deg);
          transform: rotateY(24deg);
}
.trigger:nth-child(244):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(12deg);
          transform: rotateX(12deg);
}
.trigger:nth-child(245):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(20deg);
          transform: rotateY(20deg);
}
.trigger:nth-child(245):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(12deg);
          transform: rotateX(12deg);
}
.trigger:nth-child(246):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(16deg);
          transform: rotateY(16deg);
}
.trigger:nth-child(246):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(12deg);
          transform: rotateX(12deg);
}
.trigger:nth-child(247):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(12deg);
          transform: rotateY(12deg);
}
.trigger:nth-child(247):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(12deg);
          transform: rotateX(12deg);
}
.trigger:nth-child(248):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(8deg);
          transform: rotateY(8deg);
}
.trigger:nth-child(248):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(12deg);
          transform: rotateX(12deg);
}
.trigger:nth-child(249):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(4deg);
          transform: rotateY(4deg);
}
.trigger:nth-child(249):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(12deg);
          transform: rotateX(12deg);
}
.trigger:nth-child(250):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.trigger:nth-child(250):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(12deg);
          transform: rotateX(12deg);
}
.trigger:nth-child(251):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-4deg);
          transform: rotateY(-4deg);
}
.trigger:nth-child(251):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(12deg);
          transform: rotateX(12deg);
}
.trigger:nth-child(252):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-8deg);
          transform: rotateY(-8deg);
}
.trigger:nth-child(252):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(12deg);
          transform: rotateX(12deg);
}
.trigger:nth-child(253):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-12deg);
          transform: rotateY(-12deg);
}
.trigger:nth-child(253):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(12deg);
          transform: rotateX(12deg);
}
.trigger:nth-child(254):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-16deg);
          transform: rotateY(-16deg);
}
.trigger:nth-child(254):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(12deg);
          transform: rotateX(12deg);
}
.trigger:nth-child(255):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-20deg);
          transform: rotateY(-20deg);
}
.trigger:nth-child(255):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(12deg);
          transform: rotateX(12deg);
}
.trigger:nth-child(256):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-24deg);
          transform: rotateY(-24deg);
}
.trigger:nth-child(256):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(12deg);
          transform: rotateX(12deg);
}
.trigger:nth-child(257):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-28deg);
          transform: rotateY(-28deg);
}
.trigger:nth-child(257):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(12deg);
          transform: rotateX(12deg);
}
.trigger:nth-child(258):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-32deg);
          transform: rotateY(-32deg);
}
.trigger:nth-child(258):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(12deg);
          transform: rotateX(12deg);
}
.trigger:nth-child(259):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-36deg);
          transform: rotateY(-36deg);
}
.trigger:nth-child(259):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(12deg);
          transform: rotateX(12deg);
}
.trigger:nth-child(260):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-40deg);
          transform: rotateY(-40deg);
}
.trigger:nth-child(260):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(12deg);
          transform: rotateX(12deg);
}
.trigger:nth-child(261):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(36deg);
          transform: rotateY(36deg);
}
.trigger:nth-child(261):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(16deg);
          transform: rotateX(16deg);
}
.trigger:nth-child(262):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(32deg);
          transform: rotateY(32deg);
}
.trigger:nth-child(262):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(16deg);
          transform: rotateX(16deg);
}
.trigger:nth-child(263):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(28deg);
          transform: rotateY(28deg);
}
.trigger:nth-child(263):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(16deg);
          transform: rotateX(16deg);
}
.trigger:nth-child(264):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(24deg);
          transform: rotateY(24deg);
}
.trigger:nth-child(264):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(16deg);
          transform: rotateX(16deg);
}
.trigger:nth-child(265):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(20deg);
          transform: rotateY(20deg);
}
.trigger:nth-child(265):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(16deg);
          transform: rotateX(16deg);
}
.trigger:nth-child(266):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(16deg);
          transform: rotateY(16deg);
}
.trigger:nth-child(266):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(16deg);
          transform: rotateX(16deg);
}
.trigger:nth-child(267):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(12deg);
          transform: rotateY(12deg);
}
.trigger:nth-child(267):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(16deg);
          transform: rotateX(16deg);
}
.trigger:nth-child(268):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(8deg);
          transform: rotateY(8deg);
}
.trigger:nth-child(268):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(16deg);
          transform: rotateX(16deg);
}
.trigger:nth-child(269):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(4deg);
          transform: rotateY(4deg);
}
.trigger:nth-child(269):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(16deg);
          transform: rotateX(16deg);
}
.trigger:nth-child(270):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.trigger:nth-child(270):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(16deg);
          transform: rotateX(16deg);
}
.trigger:nth-child(271):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-4deg);
          transform: rotateY(-4deg);
}
.trigger:nth-child(271):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(16deg);
          transform: rotateX(16deg);
}
.trigger:nth-child(272):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-8deg);
          transform: rotateY(-8deg);
}
.trigger:nth-child(272):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(16deg);
          transform: rotateX(16deg);
}
.trigger:nth-child(273):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-12deg);
          transform: rotateY(-12deg);
}
.trigger:nth-child(273):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(16deg);
          transform: rotateX(16deg);
}
.trigger:nth-child(274):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-16deg);
          transform: rotateY(-16deg);
}
.trigger:nth-child(274):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(16deg);
          transform: rotateX(16deg);
}
.trigger:nth-child(275):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-20deg);
          transform: rotateY(-20deg);
}
.trigger:nth-child(275):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(16deg);
          transform: rotateX(16deg);
}
.trigger:nth-child(276):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-24deg);
          transform: rotateY(-24deg);
}
.trigger:nth-child(276):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(16deg);
          transform: rotateX(16deg);
}
.trigger:nth-child(277):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-28deg);
          transform: rotateY(-28deg);
}
.trigger:nth-child(277):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(16deg);
          transform: rotateX(16deg);
}
.trigger:nth-child(278):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-32deg);
          transform: rotateY(-32deg);
}
.trigger:nth-child(278):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(16deg);
          transform: rotateX(16deg);
}
.trigger:nth-child(279):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-36deg);
          transform: rotateY(-36deg);
}
.trigger:nth-child(279):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(16deg);
          transform: rotateX(16deg);
}
.trigger:nth-child(280):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-40deg);
          transform: rotateY(-40deg);
}
.trigger:nth-child(280):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(16deg);
          transform: rotateX(16deg);
}
.trigger:nth-child(281):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(36deg);
          transform: rotateY(36deg);
}
.trigger:nth-child(281):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(20deg);
          transform: rotateX(20deg);
}
.trigger:nth-child(282):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(32deg);
          transform: rotateY(32deg);
}
.trigger:nth-child(282):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(20deg);
          transform: rotateX(20deg);
}
.trigger:nth-child(283):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(28deg);
          transform: rotateY(28deg);
}
.trigger:nth-child(283):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(20deg);
          transform: rotateX(20deg);
}
.trigger:nth-child(284):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(24deg);
          transform: rotateY(24deg);
}
.trigger:nth-child(284):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(20deg);
          transform: rotateX(20deg);
}
.trigger:nth-child(285):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(20deg);
          transform: rotateY(20deg);
}
.trigger:nth-child(285):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(20deg);
          transform: rotateX(20deg);
}
.trigger:nth-child(286):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(16deg);
          transform: rotateY(16deg);
}
.trigger:nth-child(286):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(20deg);
          transform: rotateX(20deg);
}
.trigger:nth-child(287):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(12deg);
          transform: rotateY(12deg);
}
.trigger:nth-child(287):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(20deg);
          transform: rotateX(20deg);
}
.trigger:nth-child(288):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(8deg);
          transform: rotateY(8deg);
}
.trigger:nth-child(288):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(20deg);
          transform: rotateX(20deg);
}
.trigger:nth-child(289):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(4deg);
          transform: rotateY(4deg);
}
.trigger:nth-child(289):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(20deg);
          transform: rotateX(20deg);
}
.trigger:nth-child(290):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.trigger:nth-child(290):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(20deg);
          transform: rotateX(20deg);
}
.trigger:nth-child(291):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-4deg);
          transform: rotateY(-4deg);
}
.trigger:nth-child(291):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(20deg);
          transform: rotateX(20deg);
}
.trigger:nth-child(292):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-8deg);
          transform: rotateY(-8deg);
}
.trigger:nth-child(292):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(20deg);
          transform: rotateX(20deg);
}
.trigger:nth-child(293):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-12deg);
          transform: rotateY(-12deg);
}
.trigger:nth-child(293):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(20deg);
          transform: rotateX(20deg);
}
.trigger:nth-child(294):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-16deg);
          transform: rotateY(-16deg);
}
.trigger:nth-child(294):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(20deg);
          transform: rotateX(20deg);
}
.trigger:nth-child(295):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-20deg);
          transform: rotateY(-20deg);
}
.trigger:nth-child(295):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(20deg);
          transform: rotateX(20deg);
}
.trigger:nth-child(296):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-24deg);
          transform: rotateY(-24deg);
}
.trigger:nth-child(296):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(20deg);
          transform: rotateX(20deg);
}
.trigger:nth-child(297):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-28deg);
          transform: rotateY(-28deg);
}
.trigger:nth-child(297):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(20deg);
          transform: rotateX(20deg);
}
.trigger:nth-child(298):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-32deg);
          transform: rotateY(-32deg);
}
.trigger:nth-child(298):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(20deg);
          transform: rotateX(20deg);
}
.trigger:nth-child(299):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-36deg);
          transform: rotateY(-36deg);
}
.trigger:nth-child(299):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(20deg);
          transform: rotateX(20deg);
}
.trigger:nth-child(300):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-40deg);
          transform: rotateY(-40deg);
}
.trigger:nth-child(300):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(20deg);
          transform: rotateX(20deg);
}
.trigger:nth-child(301):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(36deg);
          transform: rotateY(36deg);
}
.trigger:nth-child(301):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(24deg);
          transform: rotateX(24deg);
}
.trigger:nth-child(302):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(32deg);
          transform: rotateY(32deg);
}
.trigger:nth-child(302):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(24deg);
          transform: rotateX(24deg);
}
.trigger:nth-child(303):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(28deg);
          transform: rotateY(28deg);
}
.trigger:nth-child(303):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(24deg);
          transform: rotateX(24deg);
}
.trigger:nth-child(304):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(24deg);
          transform: rotateY(24deg);
}
.trigger:nth-child(304):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(24deg);
          transform: rotateX(24deg);
}
.trigger:nth-child(305):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(20deg);
          transform: rotateY(20deg);
}
.trigger:nth-child(305):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(24deg);
          transform: rotateX(24deg);
}
.trigger:nth-child(306):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(16deg);
          transform: rotateY(16deg);
}
.trigger:nth-child(306):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(24deg);
          transform: rotateX(24deg);
}
.trigger:nth-child(307):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(12deg);
          transform: rotateY(12deg);
}
.trigger:nth-child(307):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(24deg);
          transform: rotateX(24deg);
}
.trigger:nth-child(308):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(8deg);
          transform: rotateY(8deg);
}
.trigger:nth-child(308):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(24deg);
          transform: rotateX(24deg);
}
.trigger:nth-child(309):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(4deg);
          transform: rotateY(4deg);
}
.trigger:nth-child(309):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(24deg);
          transform: rotateX(24deg);
}
.trigger:nth-child(310):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.trigger:nth-child(310):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(24deg);
          transform: rotateX(24deg);
}
.trigger:nth-child(311):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-4deg);
          transform: rotateY(-4deg);
}
.trigger:nth-child(311):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(24deg);
          transform: rotateX(24deg);
}
.trigger:nth-child(312):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-8deg);
          transform: rotateY(-8deg);
}
.trigger:nth-child(312):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(24deg);
          transform: rotateX(24deg);
}
.trigger:nth-child(313):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-12deg);
          transform: rotateY(-12deg);
}
.trigger:nth-child(313):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(24deg);
          transform: rotateX(24deg);
}
.trigger:nth-child(314):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-16deg);
          transform: rotateY(-16deg);
}
.trigger:nth-child(314):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(24deg);
          transform: rotateX(24deg);
}
.trigger:nth-child(315):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-20deg);
          transform: rotateY(-20deg);
}
.trigger:nth-child(315):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(24deg);
          transform: rotateX(24deg);
}
.trigger:nth-child(316):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-24deg);
          transform: rotateY(-24deg);
}
.trigger:nth-child(316):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(24deg);
          transform: rotateX(24deg);
}
.trigger:nth-child(317):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-28deg);
          transform: rotateY(-28deg);
}
.trigger:nth-child(317):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(24deg);
          transform: rotateX(24deg);
}
.trigger:nth-child(318):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-32deg);
          transform: rotateY(-32deg);
}
.trigger:nth-child(318):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(24deg);
          transform: rotateX(24deg);
}
.trigger:nth-child(319):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-36deg);
          transform: rotateY(-36deg);
}
.trigger:nth-child(319):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(24deg);
          transform: rotateX(24deg);
}
.trigger:nth-child(320):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-40deg);
          transform: rotateY(-40deg);
}
.trigger:nth-child(320):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(24deg);
          transform: rotateX(24deg);
}
.trigger:nth-child(321):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(36deg);
          transform: rotateY(36deg);
}
.trigger:nth-child(321):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(28deg);
          transform: rotateX(28deg);
}
.trigger:nth-child(322):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(32deg);
          transform: rotateY(32deg);
}
.trigger:nth-child(322):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(28deg);
          transform: rotateX(28deg);
}
.trigger:nth-child(323):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(28deg);
          transform: rotateY(28deg);
}
.trigger:nth-child(323):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(28deg);
          transform: rotateX(28deg);
}
.trigger:nth-child(324):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(24deg);
          transform: rotateY(24deg);
}
.trigger:nth-child(324):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(28deg);
          transform: rotateX(28deg);
}
.trigger:nth-child(325):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(20deg);
          transform: rotateY(20deg);
}
.trigger:nth-child(325):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(28deg);
          transform: rotateX(28deg);
}
.trigger:nth-child(326):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(16deg);
          transform: rotateY(16deg);
}
.trigger:nth-child(326):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(28deg);
          transform: rotateX(28deg);
}
.trigger:nth-child(327):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(12deg);
          transform: rotateY(12deg);
}
.trigger:nth-child(327):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(28deg);
          transform: rotateX(28deg);
}
.trigger:nth-child(328):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(8deg);
          transform: rotateY(8deg);
}
.trigger:nth-child(328):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(28deg);
          transform: rotateX(28deg);
}
.trigger:nth-child(329):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(4deg);
          transform: rotateY(4deg);
}
.trigger:nth-child(329):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(28deg);
          transform: rotateX(28deg);
}
.trigger:nth-child(330):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.trigger:nth-child(330):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(28deg);
          transform: rotateX(28deg);
}
.trigger:nth-child(331):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-4deg);
          transform: rotateY(-4deg);
}
.trigger:nth-child(331):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(28deg);
          transform: rotateX(28deg);
}
.trigger:nth-child(332):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-8deg);
          transform: rotateY(-8deg);
}
.trigger:nth-child(332):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(28deg);
          transform: rotateX(28deg);
}
.trigger:nth-child(333):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-12deg);
          transform: rotateY(-12deg);
}
.trigger:nth-child(333):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(28deg);
          transform: rotateX(28deg);
}
.trigger:nth-child(334):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-16deg);
          transform: rotateY(-16deg);
}
.trigger:nth-child(334):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(28deg);
          transform: rotateX(28deg);
}
.trigger:nth-child(335):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-20deg);
          transform: rotateY(-20deg);
}
.trigger:nth-child(335):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(28deg);
          transform: rotateX(28deg);
}
.trigger:nth-child(336):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-24deg);
          transform: rotateY(-24deg);
}
.trigger:nth-child(336):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(28deg);
          transform: rotateX(28deg);
}
.trigger:nth-child(337):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-28deg);
          transform: rotateY(-28deg);
}
.trigger:nth-child(337):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(28deg);
          transform: rotateX(28deg);
}
.trigger:nth-child(338):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-32deg);
          transform: rotateY(-32deg);
}
.trigger:nth-child(338):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(28deg);
          transform: rotateX(28deg);
}
.trigger:nth-child(339):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-36deg);
          transform: rotateY(-36deg);
}
.trigger:nth-child(339):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(28deg);
          transform: rotateX(28deg);
}
.trigger:nth-child(340):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-40deg);
          transform: rotateY(-40deg);
}
.trigger:nth-child(340):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(28deg);
          transform: rotateX(28deg);
}
.trigger:nth-child(341):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(36deg);
          transform: rotateY(36deg);
}
.trigger:nth-child(341):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(32deg);
          transform: rotateX(32deg);
}
.trigger:nth-child(342):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(32deg);
          transform: rotateY(32deg);
}
.trigger:nth-child(342):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(32deg);
          transform: rotateX(32deg);
}
.trigger:nth-child(343):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(28deg);
          transform: rotateY(28deg);
}
.trigger:nth-child(343):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(32deg);
          transform: rotateX(32deg);
}
.trigger:nth-child(344):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(24deg);
          transform: rotateY(24deg);
}
.trigger:nth-child(344):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(32deg);
          transform: rotateX(32deg);
}
.trigger:nth-child(345):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(20deg);
          transform: rotateY(20deg);
}
.trigger:nth-child(345):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(32deg);
          transform: rotateX(32deg);
}
.trigger:nth-child(346):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(16deg);
          transform: rotateY(16deg);
}
.trigger:nth-child(346):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(32deg);
          transform: rotateX(32deg);
}
.trigger:nth-child(347):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(12deg);
          transform: rotateY(12deg);
}
.trigger:nth-child(347):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(32deg);
          transform: rotateX(32deg);
}
.trigger:nth-child(348):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(8deg);
          transform: rotateY(8deg);
}
.trigger:nth-child(348):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(32deg);
          transform: rotateX(32deg);
}
.trigger:nth-child(349):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(4deg);
          transform: rotateY(4deg);
}
.trigger:nth-child(349):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(32deg);
          transform: rotateX(32deg);
}
.trigger:nth-child(350):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.trigger:nth-child(350):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(32deg);
          transform: rotateX(32deg);
}
.trigger:nth-child(351):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-4deg);
          transform: rotateY(-4deg);
}
.trigger:nth-child(351):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(32deg);
          transform: rotateX(32deg);
}
.trigger:nth-child(352):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-8deg);
          transform: rotateY(-8deg);
}
.trigger:nth-child(352):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(32deg);
          transform: rotateX(32deg);
}
.trigger:nth-child(353):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-12deg);
          transform: rotateY(-12deg);
}
.trigger:nth-child(353):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(32deg);
          transform: rotateX(32deg);
}
.trigger:nth-child(354):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-16deg);
          transform: rotateY(-16deg);
}
.trigger:nth-child(354):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(32deg);
          transform: rotateX(32deg);
}
.trigger:nth-child(355):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-20deg);
          transform: rotateY(-20deg);
}
.trigger:nth-child(355):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(32deg);
          transform: rotateX(32deg);
}
.trigger:nth-child(356):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-24deg);
          transform: rotateY(-24deg);
}
.trigger:nth-child(356):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(32deg);
          transform: rotateX(32deg);
}
.trigger:nth-child(357):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-28deg);
          transform: rotateY(-28deg);
}
.trigger:nth-child(357):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(32deg);
          transform: rotateX(32deg);
}
.trigger:nth-child(358):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-32deg);
          transform: rotateY(-32deg);
}
.trigger:nth-child(358):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(32deg);
          transform: rotateX(32deg);
}
.trigger:nth-child(359):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-36deg);
          transform: rotateY(-36deg);
}
.trigger:nth-child(359):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(32deg);
          transform: rotateX(32deg);
}
.trigger:nth-child(360):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-40deg);
          transform: rotateY(-40deg);
}
.trigger:nth-child(360):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(32deg);
          transform: rotateX(32deg);
}
.trigger:nth-child(361):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(36deg);
          transform: rotateY(36deg);
}
.trigger:nth-child(361):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(36deg);
          transform: rotateX(36deg);
}
.trigger:nth-child(362):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(32deg);
          transform: rotateY(32deg);
}
.trigger:nth-child(362):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(36deg);
          transform: rotateX(36deg);
}
.trigger:nth-child(363):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(28deg);
          transform: rotateY(28deg);
}
.trigger:nth-child(363):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(36deg);
          transform: rotateX(36deg);
}
.trigger:nth-child(364):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(24deg);
          transform: rotateY(24deg);
}
.trigger:nth-child(364):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(36deg);
          transform: rotateX(36deg);
}
.trigger:nth-child(365):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(20deg);
          transform: rotateY(20deg);
}
.trigger:nth-child(365):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(36deg);
          transform: rotateX(36deg);
}
.trigger:nth-child(366):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(16deg);
          transform: rotateY(16deg);
}
.trigger:nth-child(366):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(36deg);
          transform: rotateX(36deg);
}
.trigger:nth-child(367):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(12deg);
          transform: rotateY(12deg);
}
.trigger:nth-child(367):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(36deg);
          transform: rotateX(36deg);
}
.trigger:nth-child(368):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(8deg);
          transform: rotateY(8deg);
}
.trigger:nth-child(368):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(36deg);
          transform: rotateX(36deg);
}
.trigger:nth-child(369):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(4deg);
          transform: rotateY(4deg);
}
.trigger:nth-child(369):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(36deg);
          transform: rotateX(36deg);
}
.trigger:nth-child(370):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.trigger:nth-child(370):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(36deg);
          transform: rotateX(36deg);
}
.trigger:nth-child(371):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-4deg);
          transform: rotateY(-4deg);
}
.trigger:nth-child(371):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(36deg);
          transform: rotateX(36deg);
}
.trigger:nth-child(372):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-8deg);
          transform: rotateY(-8deg);
}
.trigger:nth-child(372):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(36deg);
          transform: rotateX(36deg);
}
.trigger:nth-child(373):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-12deg);
          transform: rotateY(-12deg);
}
.trigger:nth-child(373):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(36deg);
          transform: rotateX(36deg);
}
.trigger:nth-child(374):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-16deg);
          transform: rotateY(-16deg);
}
.trigger:nth-child(374):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(36deg);
          transform: rotateX(36deg);
}
.trigger:nth-child(375):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-20deg);
          transform: rotateY(-20deg);
}
.trigger:nth-child(375):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(36deg);
          transform: rotateX(36deg);
}
.trigger:nth-child(376):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-24deg);
          transform: rotateY(-24deg);
}
.trigger:nth-child(376):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(36deg);
          transform: rotateX(36deg);
}
.trigger:nth-child(377):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-28deg);
          transform: rotateY(-28deg);
}
.trigger:nth-child(377):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(36deg);
          transform: rotateX(36deg);
}
.trigger:nth-child(378):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-32deg);
          transform: rotateY(-32deg);
}
.trigger:nth-child(378):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(36deg);
          transform: rotateX(36deg);
}
.trigger:nth-child(379):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-36deg);
          transform: rotateY(-36deg);
}
.trigger:nth-child(379):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(36deg);
          transform: rotateX(36deg);
}
.trigger:nth-child(380):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-40deg);
          transform: rotateY(-40deg);
}
.trigger:nth-child(380):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(36deg);
          transform: rotateX(36deg);
}
.trigger:nth-child(381):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(36deg);
          transform: rotateY(36deg);
}
.trigger:nth-child(381):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(40deg);
          transform: rotateX(40deg);
}
.trigger:nth-child(382):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(32deg);
          transform: rotateY(32deg);
}
.trigger:nth-child(382):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(40deg);
          transform: rotateX(40deg);
}
.trigger:nth-child(383):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(28deg);
          transform: rotateY(28deg);
}
.trigger:nth-child(383):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(40deg);
          transform: rotateX(40deg);
}
.trigger:nth-child(384):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(24deg);
          transform: rotateY(24deg);
}
.trigger:nth-child(384):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(40deg);
          transform: rotateX(40deg);
}
.trigger:nth-child(385):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(20deg);
          transform: rotateY(20deg);
}
.trigger:nth-child(385):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(40deg);
          transform: rotateX(40deg);
}
.trigger:nth-child(386):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(16deg);
          transform: rotateY(16deg);
}
.trigger:nth-child(386):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(40deg);
          transform: rotateX(40deg);
}
.trigger:nth-child(387):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(12deg);
          transform: rotateY(12deg);
}
.trigger:nth-child(387):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(40deg);
          transform: rotateX(40deg);
}
.trigger:nth-child(388):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(8deg);
          transform: rotateY(8deg);
}
.trigger:nth-child(388):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(40deg);
          transform: rotateX(40deg);
}
.trigger:nth-child(389):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(4deg);
          transform: rotateY(4deg);
}
.trigger:nth-child(389):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(40deg);
          transform: rotateX(40deg);
}
.trigger:nth-child(390):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.trigger:nth-child(390):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(40deg);
          transform: rotateX(40deg);
}
.trigger:nth-child(391):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-4deg);
          transform: rotateY(-4deg);
}
.trigger:nth-child(391):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(40deg);
          transform: rotateX(40deg);
}
.trigger:nth-child(392):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-8deg);
          transform: rotateY(-8deg);
}
.trigger:nth-child(392):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(40deg);
          transform: rotateX(40deg);
}
.trigger:nth-child(393):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-12deg);
          transform: rotateY(-12deg);
}
.trigger:nth-child(393):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(40deg);
          transform: rotateX(40deg);
}
.trigger:nth-child(394):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-16deg);
          transform: rotateY(-16deg);
}
.trigger:nth-child(394):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(40deg);
          transform: rotateX(40deg);
}
.trigger:nth-child(395):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-20deg);
          transform: rotateY(-20deg);
}
.trigger:nth-child(395):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(40deg);
          transform: rotateX(40deg);
}
.trigger:nth-child(396):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-24deg);
          transform: rotateY(-24deg);
}
.trigger:nth-child(396):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(40deg);
          transform: rotateX(40deg);
}
.trigger:nth-child(397):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-28deg);
          transform: rotateY(-28deg);
}
.trigger:nth-child(397):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(40deg);
          transform: rotateX(40deg);
}
.trigger:nth-child(398):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-32deg);
          transform: rotateY(-32deg);
}
.trigger:nth-child(398):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(40deg);
          transform: rotateX(40deg);
}
.trigger:nth-child(399):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-36deg);
          transform: rotateY(-36deg);
}
.trigger:nth-child(399):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(40deg);
          transform: rotateX(40deg);
}
.trigger:nth-child(400):hover ~ .monitor .camera.-y {
  -webkit-transform: rotateY(-40deg);
          transform: rotateY(-40deg);
}
.trigger:nth-child(400):hover ~ .monitor .camera.-x {
  -webkit-transform: rotateX(40deg);
          transform: rotateX(40deg);
}

.camera {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  transition: 500ms;
}

.fish {
  position: absolute;
  -webkit-transform: rotateY(-90deg) rotateZ(70deg);
          transform: rotateY(-90deg) rotateZ(70deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.fish_emoji {
  -webkit-animation: fish 200ms ease-in-out infinite alternate;
          animation: fish 200ms ease-in-out infinite alternate;
}
.fish_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.fish_rotate {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 800px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-animation: rotate 10s linear infinite;
          animation: rotate 10s linear infinite;
}
.fish_slide {
  width: 10px;
  height: 10px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-animation: slide 10s linear infinite;
          animation: slide 10s linear infinite;
}
.fish_depth {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-animation: depth 10s cubic-bezier(0.55, 0.055, 0.675, 0.19) infinite;
          animation: depth 10s cubic-bezier(0.55, 0.055, 0.675, 0.19) infinite;
}
.fish_wrapper:nth-child(1) .fish_rotate, .fish_wrapper:nth-child(1) .fish_slide, .fish_wrapper:nth-child(1) .fish_depth {
  -webkit-animation-duration: 3178ms;
          animation-duration: 3178ms;
  -webkit-animation-delay: -3669ms;
          animation-delay: -3669ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -3669ms;
          animation-delay: -3669ms;
}
.fish_wrapper:nth-child(1) {
  -webkit-transform: rotateZ(349deg);
          transform: rotateZ(349deg);
}
.fish_wrapper:nth-child(2) .fish_rotate, .fish_wrapper:nth-child(2) .fish_slide, .fish_wrapper:nth-child(2) .fish_depth {
  -webkit-animation-duration: 5575ms;
          animation-duration: 5575ms;
  -webkit-animation-delay: -5621ms;
          animation-delay: -5621ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -5621ms;
          animation-delay: -5621ms;
}
.fish_wrapper:nth-child(2) {
  -webkit-transform: rotateZ(62deg);
          transform: rotateZ(62deg);
}
.fish_wrapper:nth-child(3) .fish_rotate, .fish_wrapper:nth-child(3) .fish_slide, .fish_wrapper:nth-child(3) .fish_depth {
  -webkit-animation-duration: 4665ms;
          animation-duration: 4665ms;
  -webkit-animation-delay: -937ms;
          animation-delay: -937ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -937ms;
          animation-delay: -937ms;
}
.fish_wrapper:nth-child(3) {
  -webkit-transform: rotateZ(244deg);
          transform: rotateZ(244deg);
}
.fish_wrapper:nth-child(4) .fish_rotate, .fish_wrapper:nth-child(4) .fish_slide, .fish_wrapper:nth-child(4) .fish_depth {
  -webkit-animation-duration: 4183ms;
          animation-duration: 4183ms;
  -webkit-animation-delay: -3591ms;
          animation-delay: -3591ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -3591ms;
          animation-delay: -3591ms;
}
.fish_wrapper:nth-child(4) {
  -webkit-transform: rotateZ(214deg);
          transform: rotateZ(214deg);
}
.fish_wrapper:nth-child(5) .fish_rotate, .fish_wrapper:nth-child(5) .fish_slide, .fish_wrapper:nth-child(5) .fish_depth {
  -webkit-animation-duration: 4754ms;
          animation-duration: 4754ms;
  -webkit-animation-delay: -4818ms;
          animation-delay: -4818ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -4818ms;
          animation-delay: -4818ms;
}
.fish_wrapper:nth-child(5) {
  -webkit-transform: rotateZ(224deg);
          transform: rotateZ(224deg);
}
.fish_wrapper:nth-child(6) .fish_rotate, .fish_wrapper:nth-child(6) .fish_slide, .fish_wrapper:nth-child(6) .fish_depth {
  -webkit-animation-duration: 4173ms;
          animation-duration: 4173ms;
  -webkit-animation-delay: -2827ms;
          animation-delay: -2827ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -2827ms;
          animation-delay: -2827ms;
}
.fish_wrapper:nth-child(6) {
  -webkit-transform: rotateZ(38deg);
          transform: rotateZ(38deg);
}
.fish_wrapper:nth-child(7) .fish_rotate, .fish_wrapper:nth-child(7) .fish_slide, .fish_wrapper:nth-child(7) .fish_depth {
  -webkit-animation-duration: 3034ms;
          animation-duration: 3034ms;
  -webkit-animation-delay: -1714ms;
          animation-delay: -1714ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -1714ms;
          animation-delay: -1714ms;
}
.fish_wrapper:nth-child(7) {
  -webkit-transform: rotateZ(181deg);
          transform: rotateZ(181deg);
}
.fish_wrapper:nth-child(8) .fish_rotate, .fish_wrapper:nth-child(8) .fish_slide, .fish_wrapper:nth-child(8) .fish_depth {
  -webkit-animation-duration: 5778ms;
          animation-duration: 5778ms;
  -webkit-animation-delay: -5734ms;
          animation-delay: -5734ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -5734ms;
          animation-delay: -5734ms;
}
.fish_wrapper:nth-child(8) {
  -webkit-transform: rotateZ(124deg);
          transform: rotateZ(124deg);
}
.fish_wrapper:nth-child(9) .fish_rotate, .fish_wrapper:nth-child(9) .fish_slide, .fish_wrapper:nth-child(9) .fish_depth {
  -webkit-animation-duration: 5631ms;
          animation-duration: 5631ms;
  -webkit-animation-delay: -1651ms;
          animation-delay: -1651ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -1651ms;
          animation-delay: -1651ms;
}
.fish_wrapper:nth-child(9) {
  -webkit-transform: rotateZ(144deg);
          transform: rotateZ(144deg);
}
.fish_wrapper:nth-child(10) .fish_rotate, .fish_wrapper:nth-child(10) .fish_slide, .fish_wrapper:nth-child(10) .fish_depth {
  -webkit-animation-duration: 5593ms;
          animation-duration: 5593ms;
  -webkit-animation-delay: -1193ms;
          animation-delay: -1193ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -1193ms;
          animation-delay: -1193ms;
}
.fish_wrapper:nth-child(10) {
  -webkit-transform: rotateZ(238deg);
          transform: rotateZ(238deg);
}
.fish_wrapper:nth-child(11) .fish_rotate, .fish_wrapper:nth-child(11) .fish_slide, .fish_wrapper:nth-child(11) .fish_depth {
  -webkit-animation-duration: 5087ms;
          animation-duration: 5087ms;
  -webkit-animation-delay: -3023ms;
          animation-delay: -3023ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -3023ms;
          animation-delay: -3023ms;
}
.fish_wrapper:nth-child(11) {
  -webkit-transform: rotateZ(86deg);
          transform: rotateZ(86deg);
}
.fish_wrapper:nth-child(12) .fish_rotate, .fish_wrapper:nth-child(12) .fish_slide, .fish_wrapper:nth-child(12) .fish_depth {
  -webkit-animation-duration: 3936ms;
          animation-duration: 3936ms;
  -webkit-animation-delay: -5368ms;
          animation-delay: -5368ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -5368ms;
          animation-delay: -5368ms;
}
.fish_wrapper:nth-child(12) {
  -webkit-transform: rotateZ(216deg);
          transform: rotateZ(216deg);
}
.fish_wrapper:nth-child(13) .fish_rotate, .fish_wrapper:nth-child(13) .fish_slide, .fish_wrapper:nth-child(13) .fish_depth {
  -webkit-animation-duration: 4666ms;
          animation-duration: 4666ms;
  -webkit-animation-delay: -1506ms;
          animation-delay: -1506ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -1506ms;
          animation-delay: -1506ms;
}
.fish_wrapper:nth-child(13) {
  -webkit-transform: rotateZ(4deg);
          transform: rotateZ(4deg);
}
.fish_wrapper:nth-child(14) .fish_rotate, .fish_wrapper:nth-child(14) .fish_slide, .fish_wrapper:nth-child(14) .fish_depth {
  -webkit-animation-duration: 5161ms;
          animation-duration: 5161ms;
  -webkit-animation-delay: -2246ms;
          animation-delay: -2246ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -2246ms;
          animation-delay: -2246ms;
}
.fish_wrapper:nth-child(14) {
  -webkit-transform: rotateZ(344deg);
          transform: rotateZ(344deg);
}
.fish_wrapper:nth-child(15) .fish_rotate, .fish_wrapper:nth-child(15) .fish_slide, .fish_wrapper:nth-child(15) .fish_depth {
  -webkit-animation-duration: 3835ms;
          animation-duration: 3835ms;
  -webkit-animation-delay: -2481ms;
          animation-delay: -2481ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -2481ms;
          animation-delay: -2481ms;
}
.fish_wrapper:nth-child(15) {
  -webkit-transform: rotateZ(131deg);
          transform: rotateZ(131deg);
}
.fish_wrapper:nth-child(16) .fish_rotate, .fish_wrapper:nth-child(16) .fish_slide, .fish_wrapper:nth-child(16) .fish_depth {
  -webkit-animation-duration: 4547ms;
          animation-duration: 4547ms;
  -webkit-animation-delay: -2491ms;
          animation-delay: -2491ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -2491ms;
          animation-delay: -2491ms;
}
.fish_wrapper:nth-child(16) {
  -webkit-transform: rotateZ(308deg);
          transform: rotateZ(308deg);
}
.fish_wrapper:nth-child(17) .fish_rotate, .fish_wrapper:nth-child(17) .fish_slide, .fish_wrapper:nth-child(17) .fish_depth {
  -webkit-animation-duration: 5825ms;
          animation-duration: 5825ms;
  -webkit-animation-delay: -3616ms;
          animation-delay: -3616ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -3616ms;
          animation-delay: -3616ms;
}
.fish_wrapper:nth-child(17) {
  -webkit-transform: rotateZ(291deg);
          transform: rotateZ(291deg);
}
.fish_wrapper:nth-child(18) .fish_rotate, .fish_wrapper:nth-child(18) .fish_slide, .fish_wrapper:nth-child(18) .fish_depth {
  -webkit-animation-duration: 3531ms;
          animation-duration: 3531ms;
  -webkit-animation-delay: -2480ms;
          animation-delay: -2480ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -2480ms;
          animation-delay: -2480ms;
}
.fish_wrapper:nth-child(18) {
  -webkit-transform: rotateZ(270deg);
          transform: rotateZ(270deg);
}
.fish_wrapper:nth-child(19) .fish_rotate, .fish_wrapper:nth-child(19) .fish_slide, .fish_wrapper:nth-child(19) .fish_depth {
  -webkit-animation-duration: 4670ms;
          animation-duration: 4670ms;
  -webkit-animation-delay: -1201ms;
          animation-delay: -1201ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -1201ms;
          animation-delay: -1201ms;
}
.fish_wrapper:nth-child(19) {
  -webkit-transform: rotateZ(213deg);
          transform: rotateZ(213deg);
}
.fish_wrapper:nth-child(20) .fish_rotate, .fish_wrapper:nth-child(20) .fish_slide, .fish_wrapper:nth-child(20) .fish_depth {
  -webkit-animation-duration: 4143ms;
          animation-duration: 4143ms;
  -webkit-animation-delay: -1058ms;
          animation-delay: -1058ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -1058ms;
          animation-delay: -1058ms;
}
.fish_wrapper:nth-child(20) {
  -webkit-transform: rotateZ(24deg);
          transform: rotateZ(24deg);
}
.fish_wrapper:nth-child(21) .fish_rotate, .fish_wrapper:nth-child(21) .fish_slide, .fish_wrapper:nth-child(21) .fish_depth {
  -webkit-animation-duration: 3442ms;
          animation-duration: 3442ms;
  -webkit-animation-delay: -4759ms;
          animation-delay: -4759ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -4759ms;
          animation-delay: -4759ms;
}
.fish_wrapper:nth-child(21) {
  -webkit-transform: rotateZ(63deg);
          transform: rotateZ(63deg);
}
.fish_wrapper:nth-child(22) .fish_rotate, .fish_wrapper:nth-child(22) .fish_slide, .fish_wrapper:nth-child(22) .fish_depth {
  -webkit-animation-duration: 5980ms;
          animation-duration: 5980ms;
  -webkit-animation-delay: -5120ms;
          animation-delay: -5120ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -5120ms;
          animation-delay: -5120ms;
}
.fish_wrapper:nth-child(22) {
  -webkit-transform: rotateZ(205deg);
          transform: rotateZ(205deg);
}
.fish_wrapper:nth-child(23) .fish_rotate, .fish_wrapper:nth-child(23) .fish_slide, .fish_wrapper:nth-child(23) .fish_depth {
  -webkit-animation-duration: 5125ms;
          animation-duration: 5125ms;
  -webkit-animation-delay: -3755ms;
          animation-delay: -3755ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -3755ms;
          animation-delay: -3755ms;
}
.fish_wrapper:nth-child(23) {
  -webkit-transform: rotateZ(221deg);
          transform: rotateZ(221deg);
}
.fish_wrapper:nth-child(24) .fish_rotate, .fish_wrapper:nth-child(24) .fish_slide, .fish_wrapper:nth-child(24) .fish_depth {
  -webkit-animation-duration: 4003ms;
          animation-duration: 4003ms;
  -webkit-animation-delay: -3542ms;
          animation-delay: -3542ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -3542ms;
          animation-delay: -3542ms;
}
.fish_wrapper:nth-child(24) {
  -webkit-transform: rotateZ(119deg);
          transform: rotateZ(119deg);
}
.fish_wrapper:nth-child(25) .fish_rotate, .fish_wrapper:nth-child(25) .fish_slide, .fish_wrapper:nth-child(25) .fish_depth {
  -webkit-animation-duration: 5255ms;
          animation-duration: 5255ms;
  -webkit-animation-delay: -2414ms;
          animation-delay: -2414ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -2414ms;
          animation-delay: -2414ms;
}
.fish_wrapper:nth-child(25) {
  -webkit-transform: rotateZ(27deg);
          transform: rotateZ(27deg);
}
.fish_wrapper:nth-child(26) .fish_rotate, .fish_wrapper:nth-child(26) .fish_slide, .fish_wrapper:nth-child(26) .fish_depth {
  -webkit-animation-duration: 3682ms;
          animation-duration: 3682ms;
  -webkit-animation-delay: -3440ms;
          animation-delay: -3440ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -3440ms;
          animation-delay: -3440ms;
}
.fish_wrapper:nth-child(26) {
  -webkit-transform: rotateZ(26deg);
          transform: rotateZ(26deg);
}
.fish_wrapper:nth-child(27) .fish_rotate, .fish_wrapper:nth-child(27) .fish_slide, .fish_wrapper:nth-child(27) .fish_depth {
  -webkit-animation-duration: 4546ms;
          animation-duration: 4546ms;
  -webkit-animation-delay: -2796ms;
          animation-delay: -2796ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -2796ms;
          animation-delay: -2796ms;
}
.fish_wrapper:nth-child(27) {
  -webkit-transform: rotateZ(82deg);
          transform: rotateZ(82deg);
}
.fish_wrapper:nth-child(28) .fish_rotate, .fish_wrapper:nth-child(28) .fish_slide, .fish_wrapper:nth-child(28) .fish_depth {
  -webkit-animation-duration: 5993ms;
          animation-duration: 5993ms;
  -webkit-animation-delay: -5746ms;
          animation-delay: -5746ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -5746ms;
          animation-delay: -5746ms;
}
.fish_wrapper:nth-child(28) {
  -webkit-transform: rotateZ(265deg);
          transform: rotateZ(265deg);
}
.fish_wrapper:nth-child(29) .fish_rotate, .fish_wrapper:nth-child(29) .fish_slide, .fish_wrapper:nth-child(29) .fish_depth {
  -webkit-animation-duration: 4908ms;
          animation-duration: 4908ms;
  -webkit-animation-delay: -507ms;
          animation-delay: -507ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -507ms;
          animation-delay: -507ms;
}
.fish_wrapper:nth-child(29) {
  -webkit-transform: rotateZ(212deg);
          transform: rotateZ(212deg);
}
.fish_wrapper:nth-child(30) .fish_rotate, .fish_wrapper:nth-child(30) .fish_slide, .fish_wrapper:nth-child(30) .fish_depth {
  -webkit-animation-duration: 4023ms;
          animation-duration: 4023ms;
  -webkit-animation-delay: -4884ms;
          animation-delay: -4884ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -4884ms;
          animation-delay: -4884ms;
}
.fish_wrapper:nth-child(30) {
  -webkit-transform: rotateZ(348deg);
          transform: rotateZ(348deg);
}
.fish_wrapper:nth-child(31) .fish_rotate, .fish_wrapper:nth-child(31) .fish_slide, .fish_wrapper:nth-child(31) .fish_depth {
  -webkit-animation-duration: 3147ms;
          animation-duration: 3147ms;
  -webkit-animation-delay: -1042ms;
          animation-delay: -1042ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -1042ms;
          animation-delay: -1042ms;
}
.fish_wrapper:nth-child(31) {
  -webkit-transform: rotateZ(72deg);
          transform: rotateZ(72deg);
}
.fish_wrapper:nth-child(32) .fish_rotate, .fish_wrapper:nth-child(32) .fish_slide, .fish_wrapper:nth-child(32) .fish_depth {
  -webkit-animation-duration: 4973ms;
          animation-duration: 4973ms;
  -webkit-animation-delay: -2786ms;
          animation-delay: -2786ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -2786ms;
          animation-delay: -2786ms;
}
.fish_wrapper:nth-child(32) {
  -webkit-transform: rotateZ(132deg);
          transform: rotateZ(132deg);
}
.fish_wrapper:nth-child(33) .fish_rotate, .fish_wrapper:nth-child(33) .fish_slide, .fish_wrapper:nth-child(33) .fish_depth {
  -webkit-animation-duration: 5791ms;
          animation-duration: 5791ms;
  -webkit-animation-delay: -3139ms;
          animation-delay: -3139ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -3139ms;
          animation-delay: -3139ms;
}
.fish_wrapper:nth-child(33) {
  -webkit-transform: rotateZ(77deg);
          transform: rotateZ(77deg);
}
.fish_wrapper:nth-child(34) .fish_rotate, .fish_wrapper:nth-child(34) .fish_slide, .fish_wrapper:nth-child(34) .fish_depth {
  -webkit-animation-duration: 5324ms;
          animation-duration: 5324ms;
  -webkit-animation-delay: -4281ms;
          animation-delay: -4281ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -4281ms;
          animation-delay: -4281ms;
}
.fish_wrapper:nth-child(34) {
  -webkit-transform: rotateZ(30deg);
          transform: rotateZ(30deg);
}
.fish_wrapper:nth-child(35) .fish_rotate, .fish_wrapper:nth-child(35) .fish_slide, .fish_wrapper:nth-child(35) .fish_depth {
  -webkit-animation-duration: 5977ms;
          animation-duration: 5977ms;
  -webkit-animation-delay: -299ms;
          animation-delay: -299ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -299ms;
          animation-delay: -299ms;
}
.fish_wrapper:nth-child(35) {
  -webkit-transform: rotateZ(25deg);
          transform: rotateZ(25deg);
}
.fish_wrapper:nth-child(36) .fish_rotate, .fish_wrapper:nth-child(36) .fish_slide, .fish_wrapper:nth-child(36) .fish_depth {
  -webkit-animation-duration: 4314ms;
          animation-duration: 4314ms;
  -webkit-animation-delay: -3059ms;
          animation-delay: -3059ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -3059ms;
          animation-delay: -3059ms;
}
.fish_wrapper:nth-child(36) {
  -webkit-transform: rotateZ(252deg);
          transform: rotateZ(252deg);
}
.fish_wrapper:nth-child(37) .fish_rotate, .fish_wrapper:nth-child(37) .fish_slide, .fish_wrapper:nth-child(37) .fish_depth {
  -webkit-animation-duration: 4761ms;
          animation-duration: 4761ms;
  -webkit-animation-delay: -3951ms;
          animation-delay: -3951ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -3951ms;
          animation-delay: -3951ms;
}
.fish_wrapper:nth-child(37) {
  -webkit-transform: rotateZ(173deg);
          transform: rotateZ(173deg);
}
.fish_wrapper:nth-child(38) .fish_rotate, .fish_wrapper:nth-child(38) .fish_slide, .fish_wrapper:nth-child(38) .fish_depth {
  -webkit-animation-duration: 5158ms;
          animation-duration: 5158ms;
  -webkit-animation-delay: -156ms;
          animation-delay: -156ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -156ms;
          animation-delay: -156ms;
}
.fish_wrapper:nth-child(38) {
  -webkit-transform: rotateZ(345deg);
          transform: rotateZ(345deg);
}
.fish_wrapper:nth-child(39) .fish_rotate, .fish_wrapper:nth-child(39) .fish_slide, .fish_wrapper:nth-child(39) .fish_depth {
  -webkit-animation-duration: 4060ms;
          animation-duration: 4060ms;
  -webkit-animation-delay: -4513ms;
          animation-delay: -4513ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -4513ms;
          animation-delay: -4513ms;
}
.fish_wrapper:nth-child(39) {
  -webkit-transform: rotateZ(34deg);
          transform: rotateZ(34deg);
}
.fish_wrapper:nth-child(40) .fish_rotate, .fish_wrapper:nth-child(40) .fish_slide, .fish_wrapper:nth-child(40) .fish_depth {
  -webkit-animation-duration: 5632ms;
          animation-duration: 5632ms;
  -webkit-animation-delay: -1916ms;
          animation-delay: -1916ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -1916ms;
          animation-delay: -1916ms;
}
.fish_wrapper:nth-child(40) {
  -webkit-transform: rotateZ(338deg);
          transform: rotateZ(338deg);
}
.fish_wrapper:nth-child(41) .fish_rotate, .fish_wrapper:nth-child(41) .fish_slide, .fish_wrapper:nth-child(41) .fish_depth {
  -webkit-animation-duration: 4634ms;
          animation-duration: 4634ms;
  -webkit-animation-delay: -2227ms;
          animation-delay: -2227ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -2227ms;
          animation-delay: -2227ms;
}
.fish_wrapper:nth-child(41) {
  -webkit-transform: rotateZ(260deg);
          transform: rotateZ(260deg);
}
.fish_wrapper:nth-child(42) .fish_rotate, .fish_wrapper:nth-child(42) .fish_slide, .fish_wrapper:nth-child(42) .fish_depth {
  -webkit-animation-duration: 5794ms;
          animation-duration: 5794ms;
  -webkit-animation-delay: -5966ms;
          animation-delay: -5966ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -5966ms;
          animation-delay: -5966ms;
}
.fish_wrapper:nth-child(42) {
  -webkit-transform: rotateZ(213deg);
          transform: rotateZ(213deg);
}
.fish_wrapper:nth-child(43) .fish_rotate, .fish_wrapper:nth-child(43) .fish_slide, .fish_wrapper:nth-child(43) .fish_depth {
  -webkit-animation-duration: 3241ms;
          animation-duration: 3241ms;
  -webkit-animation-delay: -1818ms;
          animation-delay: -1818ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -1818ms;
          animation-delay: -1818ms;
}
.fish_wrapper:nth-child(43) {
  -webkit-transform: rotateZ(4deg);
          transform: rotateZ(4deg);
}
.fish_wrapper:nth-child(44) .fish_rotate, .fish_wrapper:nth-child(44) .fish_slide, .fish_wrapper:nth-child(44) .fish_depth {
  -webkit-animation-duration: 5591ms;
          animation-duration: 5591ms;
  -webkit-animation-delay: -2128ms;
          animation-delay: -2128ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -2128ms;
          animation-delay: -2128ms;
}
.fish_wrapper:nth-child(44) {
  -webkit-transform: rotateZ(43deg);
          transform: rotateZ(43deg);
}
.fish_wrapper:nth-child(45) .fish_rotate, .fish_wrapper:nth-child(45) .fish_slide, .fish_wrapper:nth-child(45) .fish_depth {
  -webkit-animation-duration: 3529ms;
          animation-duration: 3529ms;
  -webkit-animation-delay: -2876ms;
          animation-delay: -2876ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -2876ms;
          animation-delay: -2876ms;
}
.fish_wrapper:nth-child(45) {
  -webkit-transform: rotateZ(4deg);
          transform: rotateZ(4deg);
}
.fish_wrapper:nth-child(46) .fish_rotate, .fish_wrapper:nth-child(46) .fish_slide, .fish_wrapper:nth-child(46) .fish_depth {
  -webkit-animation-duration: 5388ms;
          animation-duration: 5388ms;
  -webkit-animation-delay: -4648ms;
          animation-delay: -4648ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -4648ms;
          animation-delay: -4648ms;
}
.fish_wrapper:nth-child(46) {
  -webkit-transform: rotateZ(63deg);
          transform: rotateZ(63deg);
}
.fish_wrapper:nth-child(47) .fish_rotate, .fish_wrapper:nth-child(47) .fish_slide, .fish_wrapper:nth-child(47) .fish_depth {
  -webkit-animation-duration: 5118ms;
          animation-duration: 5118ms;
  -webkit-animation-delay: -5371ms;
          animation-delay: -5371ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -5371ms;
          animation-delay: -5371ms;
}
.fish_wrapper:nth-child(47) {
  -webkit-transform: rotateZ(348deg);
          transform: rotateZ(348deg);
}
.fish_wrapper:nth-child(48) .fish_rotate, .fish_wrapper:nth-child(48) .fish_slide, .fish_wrapper:nth-child(48) .fish_depth {
  -webkit-animation-duration: 4721ms;
          animation-duration: 4721ms;
  -webkit-animation-delay: -2743ms;
          animation-delay: -2743ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -2743ms;
          animation-delay: -2743ms;
}
.fish_wrapper:nth-child(48) {
  -webkit-transform: rotateZ(241deg);
          transform: rotateZ(241deg);
}
.fish_wrapper:nth-child(49) .fish_rotate, .fish_wrapper:nth-child(49) .fish_slide, .fish_wrapper:nth-child(49) .fish_depth {
  -webkit-animation-duration: 5653ms;
          animation-duration: 5653ms;
  -webkit-animation-delay: -4465ms;
          animation-delay: -4465ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -4465ms;
          animation-delay: -4465ms;
}
.fish_wrapper:nth-child(49) {
  -webkit-transform: rotateZ(317deg);
          transform: rotateZ(317deg);
}
.fish_wrapper:nth-child(50) .fish_rotate, .fish_wrapper:nth-child(50) .fish_slide, .fish_wrapper:nth-child(50) .fish_depth {
  -webkit-animation-duration: 3996ms;
          animation-duration: 3996ms;
  -webkit-animation-delay: -3943ms;
          animation-delay: -3943ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -3943ms;
          animation-delay: -3943ms;
}
.fish_wrapper:nth-child(50) {
  -webkit-transform: rotateZ(242deg);
          transform: rotateZ(242deg);
}
.fish_wrapper:nth-child(51) .fish_rotate, .fish_wrapper:nth-child(51) .fish_slide, .fish_wrapper:nth-child(51) .fish_depth {
  -webkit-animation-duration: 3076ms;
          animation-duration: 3076ms;
  -webkit-animation-delay: -5080ms;
          animation-delay: -5080ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -5080ms;
          animation-delay: -5080ms;
}
.fish_wrapper:nth-child(51) {
  -webkit-transform: rotateZ(2deg);
          transform: rotateZ(2deg);
}
.fish_wrapper:nth-child(52) .fish_rotate, .fish_wrapper:nth-child(52) .fish_slide, .fish_wrapper:nth-child(52) .fish_depth {
  -webkit-animation-duration: 5651ms;
          animation-duration: 5651ms;
  -webkit-animation-delay: -3521ms;
          animation-delay: -3521ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -3521ms;
          animation-delay: -3521ms;
}
.fish_wrapper:nth-child(52) {
  -webkit-transform: rotateZ(191deg);
          transform: rotateZ(191deg);
}
.fish_wrapper:nth-child(53) .fish_rotate, .fish_wrapper:nth-child(53) .fish_slide, .fish_wrapper:nth-child(53) .fish_depth {
  -webkit-animation-duration: 4035ms;
          animation-duration: 4035ms;
  -webkit-animation-delay: -4194ms;
          animation-delay: -4194ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -4194ms;
          animation-delay: -4194ms;
}
.fish_wrapper:nth-child(53) {
  -webkit-transform: rotateZ(7deg);
          transform: rotateZ(7deg);
}
.fish_wrapper:nth-child(54) .fish_rotate, .fish_wrapper:nth-child(54) .fish_slide, .fish_wrapper:nth-child(54) .fish_depth {
  -webkit-animation-duration: 3289ms;
          animation-duration: 3289ms;
  -webkit-animation-delay: -5081ms;
          animation-delay: -5081ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -5081ms;
          animation-delay: -5081ms;
}
.fish_wrapper:nth-child(54) {
  -webkit-transform: rotateZ(27deg);
          transform: rotateZ(27deg);
}
.fish_wrapper:nth-child(55) .fish_rotate, .fish_wrapper:nth-child(55) .fish_slide, .fish_wrapper:nth-child(55) .fish_depth {
  -webkit-animation-duration: 4061ms;
          animation-duration: 4061ms;
  -webkit-animation-delay: -2304ms;
          animation-delay: -2304ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -2304ms;
          animation-delay: -2304ms;
}
.fish_wrapper:nth-child(55) {
  -webkit-transform: rotateZ(91deg);
          transform: rotateZ(91deg);
}
.fish_wrapper:nth-child(56) .fish_rotate, .fish_wrapper:nth-child(56) .fish_slide, .fish_wrapper:nth-child(56) .fish_depth {
  -webkit-animation-duration: 4259ms;
          animation-duration: 4259ms;
  -webkit-animation-delay: -4430ms;
          animation-delay: -4430ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -4430ms;
          animation-delay: -4430ms;
}
.fish_wrapper:nth-child(56) {
  -webkit-transform: rotateZ(37deg);
          transform: rotateZ(37deg);
}
.fish_wrapper:nth-child(57) .fish_rotate, .fish_wrapper:nth-child(57) .fish_slide, .fish_wrapper:nth-child(57) .fish_depth {
  -webkit-animation-duration: 5326ms;
          animation-duration: 5326ms;
  -webkit-animation-delay: -4256ms;
          animation-delay: -4256ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -4256ms;
          animation-delay: -4256ms;
}
.fish_wrapper:nth-child(57) {
  -webkit-transform: rotateZ(306deg);
          transform: rotateZ(306deg);
}
.fish_wrapper:nth-child(58) .fish_rotate, .fish_wrapper:nth-child(58) .fish_slide, .fish_wrapper:nth-child(58) .fish_depth {
  -webkit-animation-duration: 4564ms;
          animation-duration: 4564ms;
  -webkit-animation-delay: -2777ms;
          animation-delay: -2777ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -2777ms;
          animation-delay: -2777ms;
}
.fish_wrapper:nth-child(58) {
  -webkit-transform: rotateZ(280deg);
          transform: rotateZ(280deg);
}
.fish_wrapper:nth-child(59) .fish_rotate, .fish_wrapper:nth-child(59) .fish_slide, .fish_wrapper:nth-child(59) .fish_depth {
  -webkit-animation-duration: 5994ms;
          animation-duration: 5994ms;
  -webkit-animation-delay: -5193ms;
          animation-delay: -5193ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -5193ms;
          animation-delay: -5193ms;
}
.fish_wrapper:nth-child(59) {
  -webkit-transform: rotateZ(72deg);
          transform: rotateZ(72deg);
}
.fish_wrapper:nth-child(60) .fish_rotate, .fish_wrapper:nth-child(60) .fish_slide, .fish_wrapper:nth-child(60) .fish_depth {
  -webkit-animation-duration: 4362ms;
          animation-duration: 4362ms;
  -webkit-animation-delay: -4192ms;
          animation-delay: -4192ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -4192ms;
          animation-delay: -4192ms;
}
.fish_wrapper:nth-child(60) {
  -webkit-transform: rotateZ(174deg);
          transform: rotateZ(174deg);
}
.fish_wrapper:nth-child(61) .fish_rotate, .fish_wrapper:nth-child(61) .fish_slide, .fish_wrapper:nth-child(61) .fish_depth {
  -webkit-animation-duration: 4618ms;
          animation-duration: 4618ms;
  -webkit-animation-delay: -4785ms;
          animation-delay: -4785ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -4785ms;
          animation-delay: -4785ms;
}
.fish_wrapper:nth-child(61) {
  -webkit-transform: rotateZ(171deg);
          transform: rotateZ(171deg);
}
.fish_wrapper:nth-child(62) .fish_rotate, .fish_wrapper:nth-child(62) .fish_slide, .fish_wrapper:nth-child(62) .fish_depth {
  -webkit-animation-duration: 3082ms;
          animation-duration: 3082ms;
  -webkit-animation-delay: -3300ms;
          animation-delay: -3300ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -3300ms;
          animation-delay: -3300ms;
}
.fish_wrapper:nth-child(62) {
  -webkit-transform: rotateZ(13deg);
          transform: rotateZ(13deg);
}
.fish_wrapper:nth-child(63) .fish_rotate, .fish_wrapper:nth-child(63) .fish_slide, .fish_wrapper:nth-child(63) .fish_depth {
  -webkit-animation-duration: 3836ms;
          animation-duration: 3836ms;
  -webkit-animation-delay: -5417ms;
          animation-delay: -5417ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -5417ms;
          animation-delay: -5417ms;
}
.fish_wrapper:nth-child(63) {
  -webkit-transform: rotateZ(118deg);
          transform: rotateZ(118deg);
}
.fish_wrapper:nth-child(64) .fish_rotate, .fish_wrapper:nth-child(64) .fish_slide, .fish_wrapper:nth-child(64) .fish_depth {
  -webkit-animation-duration: 5566ms;
          animation-duration: 5566ms;
  -webkit-animation-delay: -2488ms;
          animation-delay: -2488ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -2488ms;
          animation-delay: -2488ms;
}
.fish_wrapper:nth-child(64) {
  -webkit-transform: rotateZ(184deg);
          transform: rotateZ(184deg);
}
.fish_wrapper:nth-child(65) .fish_rotate, .fish_wrapper:nth-child(65) .fish_slide, .fish_wrapper:nth-child(65) .fish_depth {
  -webkit-animation-duration: 3086ms;
          animation-duration: 3086ms;
  -webkit-animation-delay: -3061ms;
          animation-delay: -3061ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -3061ms;
          animation-delay: -3061ms;
}
.fish_wrapper:nth-child(65) {
  -webkit-transform: rotateZ(291deg);
          transform: rotateZ(291deg);
}
.fish_wrapper:nth-child(66) .fish_rotate, .fish_wrapper:nth-child(66) .fish_slide, .fish_wrapper:nth-child(66) .fish_depth {
  -webkit-animation-duration: 4777ms;
          animation-duration: 4777ms;
  -webkit-animation-delay: -672ms;
          animation-delay: -672ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -672ms;
          animation-delay: -672ms;
}
.fish_wrapper:nth-child(66) {
  -webkit-transform: rotateZ(317deg);
          transform: rotateZ(317deg);
}
.fish_wrapper:nth-child(67) .fish_rotate, .fish_wrapper:nth-child(67) .fish_slide, .fish_wrapper:nth-child(67) .fish_depth {
  -webkit-animation-duration: 5051ms;
          animation-duration: 5051ms;
  -webkit-animation-delay: -2962ms;
          animation-delay: -2962ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -2962ms;
          animation-delay: -2962ms;
}
.fish_wrapper:nth-child(67) {
  -webkit-transform: rotateZ(33deg);
          transform: rotateZ(33deg);
}
.fish_wrapper:nth-child(68) .fish_rotate, .fish_wrapper:nth-child(68) .fish_slide, .fish_wrapper:nth-child(68) .fish_depth {
  -webkit-animation-duration: 5168ms;
          animation-duration: 5168ms;
  -webkit-animation-delay: -5974ms;
          animation-delay: -5974ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -5974ms;
          animation-delay: -5974ms;
}
.fish_wrapper:nth-child(68) {
  -webkit-transform: rotateZ(194deg);
          transform: rotateZ(194deg);
}
.fish_wrapper:nth-child(69) .fish_rotate, .fish_wrapper:nth-child(69) .fish_slide, .fish_wrapper:nth-child(69) .fish_depth {
  -webkit-animation-duration: 4269ms;
          animation-duration: 4269ms;
  -webkit-animation-delay: -2575ms;
          animation-delay: -2575ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -2575ms;
          animation-delay: -2575ms;
}
.fish_wrapper:nth-child(69) {
  -webkit-transform: rotateZ(317deg);
          transform: rotateZ(317deg);
}
.fish_wrapper:nth-child(70) .fish_rotate, .fish_wrapper:nth-child(70) .fish_slide, .fish_wrapper:nth-child(70) .fish_depth {
  -webkit-animation-duration: 3462ms;
          animation-duration: 3462ms;
  -webkit-animation-delay: -5786ms;
          animation-delay: -5786ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -5786ms;
          animation-delay: -5786ms;
}
.fish_wrapper:nth-child(70) {
  -webkit-transform: rotateZ(290deg);
          transform: rotateZ(290deg);
}
.fish_wrapper:nth-child(71) .fish_rotate, .fish_wrapper:nth-child(71) .fish_slide, .fish_wrapper:nth-child(71) .fish_depth {
  -webkit-animation-duration: 4159ms;
          animation-duration: 4159ms;
  -webkit-animation-delay: -4136ms;
          animation-delay: -4136ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -4136ms;
          animation-delay: -4136ms;
}
.fish_wrapper:nth-child(71) {
  -webkit-transform: rotateZ(199deg);
          transform: rotateZ(199deg);
}
.fish_wrapper:nth-child(72) .fish_rotate, .fish_wrapper:nth-child(72) .fish_slide, .fish_wrapper:nth-child(72) .fish_depth {
  -webkit-animation-duration: 5588ms;
          animation-duration: 5588ms;
  -webkit-animation-delay: -3677ms;
          animation-delay: -3677ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -3677ms;
          animation-delay: -3677ms;
}
.fish_wrapper:nth-child(72) {
  -webkit-transform: rotateZ(243deg);
          transform: rotateZ(243deg);
}
.fish_wrapper:nth-child(73) .fish_rotate, .fish_wrapper:nth-child(73) .fish_slide, .fish_wrapper:nth-child(73) .fish_depth {
  -webkit-animation-duration: 5491ms;
          animation-duration: 5491ms;
  -webkit-animation-delay: -1187ms;
          animation-delay: -1187ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -1187ms;
          animation-delay: -1187ms;
}
.fish_wrapper:nth-child(73) {
  -webkit-transform: rotateZ(208deg);
          transform: rotateZ(208deg);
}
.fish_wrapper:nth-child(74) .fish_rotate, .fish_wrapper:nth-child(74) .fish_slide, .fish_wrapper:nth-child(74) .fish_depth {
  -webkit-animation-duration: 5999ms;
          animation-duration: 5999ms;
  -webkit-animation-delay: -3316ms;
          animation-delay: -3316ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -3316ms;
          animation-delay: -3316ms;
}
.fish_wrapper:nth-child(74) {
  -webkit-transform: rotateZ(159deg);
          transform: rotateZ(159deg);
}
.fish_wrapper:nth-child(75) .fish_rotate, .fish_wrapper:nth-child(75) .fish_slide, .fish_wrapper:nth-child(75) .fish_depth {
  -webkit-animation-duration: 5952ms;
          animation-duration: 5952ms;
  -webkit-animation-delay: -2045ms;
          animation-delay: -2045ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -2045ms;
          animation-delay: -2045ms;
}
.fish_wrapper:nth-child(75) {
  -webkit-transform: rotateZ(98deg);
          transform: rotateZ(98deg);
}
.fish_wrapper:nth-child(76) .fish_rotate, .fish_wrapper:nth-child(76) .fish_slide, .fish_wrapper:nth-child(76) .fish_depth {
  -webkit-animation-duration: 3745ms;
          animation-duration: 3745ms;
  -webkit-animation-delay: -2154ms;
          animation-delay: -2154ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -2154ms;
          animation-delay: -2154ms;
}
.fish_wrapper:nth-child(76) {
  -webkit-transform: rotateZ(210deg);
          transform: rotateZ(210deg);
}
.fish_wrapper:nth-child(77) .fish_rotate, .fish_wrapper:nth-child(77) .fish_slide, .fish_wrapper:nth-child(77) .fish_depth {
  -webkit-animation-duration: 5388ms;
          animation-duration: 5388ms;
  -webkit-animation-delay: -2962ms;
          animation-delay: -2962ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -2962ms;
          animation-delay: -2962ms;
}
.fish_wrapper:nth-child(77) {
  -webkit-transform: rotateZ(229deg);
          transform: rotateZ(229deg);
}
.fish_wrapper:nth-child(78) .fish_rotate, .fish_wrapper:nth-child(78) .fish_slide, .fish_wrapper:nth-child(78) .fish_depth {
  -webkit-animation-duration: 4328ms;
          animation-duration: 4328ms;
  -webkit-animation-delay: -4742ms;
          animation-delay: -4742ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -4742ms;
          animation-delay: -4742ms;
}
.fish_wrapper:nth-child(78) {
  -webkit-transform: rotateZ(118deg);
          transform: rotateZ(118deg);
}
.fish_wrapper:nth-child(79) .fish_rotate, .fish_wrapper:nth-child(79) .fish_slide, .fish_wrapper:nth-child(79) .fish_depth {
  -webkit-animation-duration: 4115ms;
          animation-duration: 4115ms;
  -webkit-animation-delay: -3719ms;
          animation-delay: -3719ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -3719ms;
          animation-delay: -3719ms;
}
.fish_wrapper:nth-child(79) {
  -webkit-transform: rotateZ(297deg);
          transform: rotateZ(297deg);
}
.fish_wrapper:nth-child(80) .fish_rotate, .fish_wrapper:nth-child(80) .fish_slide, .fish_wrapper:nth-child(80) .fish_depth {
  -webkit-animation-duration: 4114ms;
          animation-duration: 4114ms;
  -webkit-animation-delay: -4533ms;
          animation-delay: -4533ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -4533ms;
          animation-delay: -4533ms;
}
.fish_wrapper:nth-child(80) {
  -webkit-transform: rotateZ(308deg);
          transform: rotateZ(308deg);
}
.fish_wrapper:nth-child(81) .fish_rotate, .fish_wrapper:nth-child(81) .fish_slide, .fish_wrapper:nth-child(81) .fish_depth {
  -webkit-animation-duration: 4208ms;
          animation-duration: 4208ms;
  -webkit-animation-delay: -2317ms;
          animation-delay: -2317ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -2317ms;
          animation-delay: -2317ms;
}
.fish_wrapper:nth-child(81) {
  -webkit-transform: rotateZ(270deg);
          transform: rotateZ(270deg);
}
.fish_wrapper:nth-child(82) .fish_rotate, .fish_wrapper:nth-child(82) .fish_slide, .fish_wrapper:nth-child(82) .fish_depth {
  -webkit-animation-duration: 3627ms;
          animation-duration: 3627ms;
  -webkit-animation-delay: -5482ms;
          animation-delay: -5482ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -5482ms;
          animation-delay: -5482ms;
}
.fish_wrapper:nth-child(82) {
  -webkit-transform: rotateZ(110deg);
          transform: rotateZ(110deg);
}
.fish_wrapper:nth-child(83) .fish_rotate, .fish_wrapper:nth-child(83) .fish_slide, .fish_wrapper:nth-child(83) .fish_depth {
  -webkit-animation-duration: 3781ms;
          animation-duration: 3781ms;
  -webkit-animation-delay: -2529ms;
          animation-delay: -2529ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -2529ms;
          animation-delay: -2529ms;
}
.fish_wrapper:nth-child(83) {
  -webkit-transform: rotateZ(321deg);
          transform: rotateZ(321deg);
}
.fish_wrapper:nth-child(84) .fish_rotate, .fish_wrapper:nth-child(84) .fish_slide, .fish_wrapper:nth-child(84) .fish_depth {
  -webkit-animation-duration: 4124ms;
          animation-duration: 4124ms;
  -webkit-animation-delay: -998ms;
          animation-delay: -998ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -998ms;
          animation-delay: -998ms;
}
.fish_wrapper:nth-child(84) {
  -webkit-transform: rotateZ(237deg);
          transform: rotateZ(237deg);
}
.fish_wrapper:nth-child(85) .fish_rotate, .fish_wrapper:nth-child(85) .fish_slide, .fish_wrapper:nth-child(85) .fish_depth {
  -webkit-animation-duration: 5463ms;
          animation-duration: 5463ms;
  -webkit-animation-delay: -3053ms;
          animation-delay: -3053ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -3053ms;
          animation-delay: -3053ms;
}
.fish_wrapper:nth-child(85) {
  -webkit-transform: rotateZ(164deg);
          transform: rotateZ(164deg);
}
.fish_wrapper:nth-child(86) .fish_rotate, .fish_wrapper:nth-child(86) .fish_slide, .fish_wrapper:nth-child(86) .fish_depth {
  -webkit-animation-duration: 3028ms;
          animation-duration: 3028ms;
  -webkit-animation-delay: -3058ms;
          animation-delay: -3058ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -3058ms;
          animation-delay: -3058ms;
}
.fish_wrapper:nth-child(86) {
  -webkit-transform: rotateZ(20deg);
          transform: rotateZ(20deg);
}
.fish_wrapper:nth-child(87) .fish_rotate, .fish_wrapper:nth-child(87) .fish_slide, .fish_wrapper:nth-child(87) .fish_depth {
  -webkit-animation-duration: 5728ms;
          animation-duration: 5728ms;
  -webkit-animation-delay: -2671ms;
          animation-delay: -2671ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -2671ms;
          animation-delay: -2671ms;
}
.fish_wrapper:nth-child(87) {
  -webkit-transform: rotateZ(269deg);
          transform: rotateZ(269deg);
}
.fish_wrapper:nth-child(88) .fish_rotate, .fish_wrapper:nth-child(88) .fish_slide, .fish_wrapper:nth-child(88) .fish_depth {
  -webkit-animation-duration: 4303ms;
          animation-duration: 4303ms;
  -webkit-animation-delay: -2181ms;
          animation-delay: -2181ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -2181ms;
          animation-delay: -2181ms;
}
.fish_wrapper:nth-child(88) {
  -webkit-transform: rotateZ(95deg);
          transform: rotateZ(95deg);
}
.fish_wrapper:nth-child(89) .fish_rotate, .fish_wrapper:nth-child(89) .fish_slide, .fish_wrapper:nth-child(89) .fish_depth {
  -webkit-animation-duration: 3504ms;
          animation-duration: 3504ms;
  -webkit-animation-delay: -3039ms;
          animation-delay: -3039ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -3039ms;
          animation-delay: -3039ms;
}
.fish_wrapper:nth-child(89) {
  -webkit-transform: rotateZ(303deg);
          transform: rotateZ(303deg);
}
.fish_wrapper:nth-child(90) .fish_rotate, .fish_wrapper:nth-child(90) .fish_slide, .fish_wrapper:nth-child(90) .fish_depth {
  -webkit-animation-duration: 3471ms;
          animation-duration: 3471ms;
  -webkit-animation-delay: -3307ms;
          animation-delay: -3307ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -3307ms;
          animation-delay: -3307ms;
}
.fish_wrapper:nth-child(90) {
  -webkit-transform: rotateZ(251deg);
          transform: rotateZ(251deg);
}
.fish_wrapper:nth-child(91) .fish_rotate, .fish_wrapper:nth-child(91) .fish_slide, .fish_wrapper:nth-child(91) .fish_depth {
  -webkit-animation-duration: 4284ms;
          animation-duration: 4284ms;
  -webkit-animation-delay: -909ms;
          animation-delay: -909ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -909ms;
          animation-delay: -909ms;
}
.fish_wrapper:nth-child(91) {
  -webkit-transform: rotateZ(206deg);
          transform: rotateZ(206deg);
}
.fish_wrapper:nth-child(92) .fish_rotate, .fish_wrapper:nth-child(92) .fish_slide, .fish_wrapper:nth-child(92) .fish_depth {
  -webkit-animation-duration: 4643ms;
          animation-duration: 4643ms;
  -webkit-animation-delay: -1739ms;
          animation-delay: -1739ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -1739ms;
          animation-delay: -1739ms;
}
.fish_wrapper:nth-child(92) {
  -webkit-transform: rotateZ(72deg);
          transform: rotateZ(72deg);
}
.fish_wrapper:nth-child(93) .fish_rotate, .fish_wrapper:nth-child(93) .fish_slide, .fish_wrapper:nth-child(93) .fish_depth {
  -webkit-animation-duration: 3236ms;
          animation-duration: 3236ms;
  -webkit-animation-delay: -5536ms;
          animation-delay: -5536ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -5536ms;
          animation-delay: -5536ms;
}
.fish_wrapper:nth-child(93) {
  -webkit-transform: rotateZ(288deg);
          transform: rotateZ(288deg);
}
.fish_wrapper:nth-child(94) .fish_rotate, .fish_wrapper:nth-child(94) .fish_slide, .fish_wrapper:nth-child(94) .fish_depth {
  -webkit-animation-duration: 3921ms;
          animation-duration: 3921ms;
  -webkit-animation-delay: -864ms;
          animation-delay: -864ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -864ms;
          animation-delay: -864ms;
}
.fish_wrapper:nth-child(94) {
  -webkit-transform: rotateZ(335deg);
          transform: rotateZ(335deg);
}
.fish_wrapper:nth-child(95) .fish_rotate, .fish_wrapper:nth-child(95) .fish_slide, .fish_wrapper:nth-child(95) .fish_depth {
  -webkit-animation-duration: 4931ms;
          animation-duration: 4931ms;
  -webkit-animation-delay: -2304ms;
          animation-delay: -2304ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -2304ms;
          animation-delay: -2304ms;
}
.fish_wrapper:nth-child(95) {
  -webkit-transform: rotateZ(173deg);
          transform: rotateZ(173deg);
}
.fish_wrapper:nth-child(96) .fish_rotate, .fish_wrapper:nth-child(96) .fish_slide, .fish_wrapper:nth-child(96) .fish_depth {
  -webkit-animation-duration: 5563ms;
          animation-duration: 5563ms;
  -webkit-animation-delay: -2794ms;
          animation-delay: -2794ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -2794ms;
          animation-delay: -2794ms;
}
.fish_wrapper:nth-child(96) {
  -webkit-transform: rotateZ(197deg);
          transform: rotateZ(197deg);
}
.fish_wrapper:nth-child(97) .fish_rotate, .fish_wrapper:nth-child(97) .fish_slide, .fish_wrapper:nth-child(97) .fish_depth {
  -webkit-animation-duration: 4836ms;
          animation-duration: 4836ms;
  -webkit-animation-delay: -1569ms;
          animation-delay: -1569ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -1569ms;
          animation-delay: -1569ms;
}
.fish_wrapper:nth-child(97) {
  -webkit-transform: rotateZ(66deg);
          transform: rotateZ(66deg);
}
.fish_wrapper:nth-child(98) .fish_rotate, .fish_wrapper:nth-child(98) .fish_slide, .fish_wrapper:nth-child(98) .fish_depth {
  -webkit-animation-duration: 4759ms;
          animation-duration: 4759ms;
  -webkit-animation-delay: -1982ms;
          animation-delay: -1982ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -1982ms;
          animation-delay: -1982ms;
}
.fish_wrapper:nth-child(98) {
  -webkit-transform: rotateZ(209deg);
          transform: rotateZ(209deg);
}
.fish_wrapper:nth-child(99) .fish_rotate, .fish_wrapper:nth-child(99) .fish_slide, .fish_wrapper:nth-child(99) .fish_depth {
  -webkit-animation-duration: 3290ms;
          animation-duration: 3290ms;
  -webkit-animation-delay: -933ms;
          animation-delay: -933ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -933ms;
          animation-delay: -933ms;
}
.fish_wrapper:nth-child(99) {
  -webkit-transform: rotateZ(150deg);
          transform: rotateZ(150deg);
}
.fish_wrapper:nth-child(100) .fish_rotate, .fish_wrapper:nth-child(100) .fish_slide, .fish_wrapper:nth-child(100) .fish_depth {
  -webkit-animation-duration: 5142ms;
          animation-duration: 5142ms;
  -webkit-animation-delay: -5392ms;
          animation-delay: -5392ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -5392ms;
          animation-delay: -5392ms;
}
.fish_wrapper:nth-child(100) {
  -webkit-transform: rotateZ(299deg);
          transform: rotateZ(299deg);
}
.fish_wrapper:nth-child(101) .fish_rotate, .fish_wrapper:nth-child(101) .fish_slide, .fish_wrapper:nth-child(101) .fish_depth {
  -webkit-animation-duration: 5059ms;
          animation-duration: 5059ms;
  -webkit-animation-delay: -4276ms;
          animation-delay: -4276ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -4276ms;
          animation-delay: -4276ms;
}
.fish_wrapper:nth-child(101) {
  -webkit-transform: rotateZ(306deg);
          transform: rotateZ(306deg);
}
.fish_wrapper:nth-child(102) .fish_rotate, .fish_wrapper:nth-child(102) .fish_slide, .fish_wrapper:nth-child(102) .fish_depth {
  -webkit-animation-duration: 4751ms;
          animation-duration: 4751ms;
  -webkit-animation-delay: -5449ms;
          animation-delay: -5449ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -5449ms;
          animation-delay: -5449ms;
}
.fish_wrapper:nth-child(102) {
  -webkit-transform: rotateZ(156deg);
          transform: rotateZ(156deg);
}
.fish_wrapper:nth-child(103) .fish_rotate, .fish_wrapper:nth-child(103) .fish_slide, .fish_wrapper:nth-child(103) .fish_depth {
  -webkit-animation-duration: 3358ms;
          animation-duration: 3358ms;
  -webkit-animation-delay: -5000ms;
          animation-delay: -5000ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -5000ms;
          animation-delay: -5000ms;
}
.fish_wrapper:nth-child(103) {
  -webkit-transform: rotateZ(289deg);
          transform: rotateZ(289deg);
}
.fish_wrapper:nth-child(104) .fish_rotate, .fish_wrapper:nth-child(104) .fish_slide, .fish_wrapper:nth-child(104) .fish_depth {
  -webkit-animation-duration: 5631ms;
          animation-duration: 5631ms;
  -webkit-animation-delay: -1089ms;
          animation-delay: -1089ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -1089ms;
          animation-delay: -1089ms;
}
.fish_wrapper:nth-child(104) {
  -webkit-transform: rotateZ(265deg);
          transform: rotateZ(265deg);
}
.fish_wrapper:nth-child(105) .fish_rotate, .fish_wrapper:nth-child(105) .fish_slide, .fish_wrapper:nth-child(105) .fish_depth {
  -webkit-animation-duration: 5659ms;
          animation-duration: 5659ms;
  -webkit-animation-delay: -4080ms;
          animation-delay: -4080ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -4080ms;
          animation-delay: -4080ms;
}
.fish_wrapper:nth-child(105) {
  -webkit-transform: rotateZ(247deg);
          transform: rotateZ(247deg);
}
.fish_wrapper:nth-child(106) .fish_rotate, .fish_wrapper:nth-child(106) .fish_slide, .fish_wrapper:nth-child(106) .fish_depth {
  -webkit-animation-duration: 3844ms;
          animation-duration: 3844ms;
  -webkit-animation-delay: -5045ms;
          animation-delay: -5045ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -5045ms;
          animation-delay: -5045ms;
}
.fish_wrapper:nth-child(106) {
  -webkit-transform: rotateZ(27deg);
          transform: rotateZ(27deg);
}
.fish_wrapper:nth-child(107) .fish_rotate, .fish_wrapper:nth-child(107) .fish_slide, .fish_wrapper:nth-child(107) .fish_depth {
  -webkit-animation-duration: 5322ms;
          animation-duration: 5322ms;
  -webkit-animation-delay: -2891ms;
          animation-delay: -2891ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -2891ms;
          animation-delay: -2891ms;
}
.fish_wrapper:nth-child(107) {
  -webkit-transform: rotateZ(159deg);
          transform: rotateZ(159deg);
}
.fish_wrapper:nth-child(108) .fish_rotate, .fish_wrapper:nth-child(108) .fish_slide, .fish_wrapper:nth-child(108) .fish_depth {
  -webkit-animation-duration: 5480ms;
          animation-duration: 5480ms;
  -webkit-animation-delay: -2209ms;
          animation-delay: -2209ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -2209ms;
          animation-delay: -2209ms;
}
.fish_wrapper:nth-child(108) {
  -webkit-transform: rotateZ(21deg);
          transform: rotateZ(21deg);
}
.fish_wrapper:nth-child(109) .fish_rotate, .fish_wrapper:nth-child(109) .fish_slide, .fish_wrapper:nth-child(109) .fish_depth {
  -webkit-animation-duration: 3203ms;
          animation-duration: 3203ms;
  -webkit-animation-delay: -1280ms;
          animation-delay: -1280ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -1280ms;
          animation-delay: -1280ms;
}
.fish_wrapper:nth-child(109) {
  -webkit-transform: rotateZ(206deg);
          transform: rotateZ(206deg);
}
.fish_wrapper:nth-child(110) .fish_rotate, .fish_wrapper:nth-child(110) .fish_slide, .fish_wrapper:nth-child(110) .fish_depth {
  -webkit-animation-duration: 5175ms;
          animation-duration: 5175ms;
  -webkit-animation-delay: -57ms;
          animation-delay: -57ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -57ms;
          animation-delay: -57ms;
}
.fish_wrapper:nth-child(110) {
  -webkit-transform: rotateZ(356deg);
          transform: rotateZ(356deg);
}
.fish_wrapper:nth-child(111) .fish_rotate, .fish_wrapper:nth-child(111) .fish_slide, .fish_wrapper:nth-child(111) .fish_depth {
  -webkit-animation-duration: 3036ms;
          animation-duration: 3036ms;
  -webkit-animation-delay: -1107ms;
          animation-delay: -1107ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -1107ms;
          animation-delay: -1107ms;
}
.fish_wrapper:nth-child(111) {
  -webkit-transform: rotateZ(55deg);
          transform: rotateZ(55deg);
}
.fish_wrapper:nth-child(112) .fish_rotate, .fish_wrapper:nth-child(112) .fish_slide, .fish_wrapper:nth-child(112) .fish_depth {
  -webkit-animation-duration: 3038ms;
          animation-duration: 3038ms;
  -webkit-animation-delay: -2646ms;
          animation-delay: -2646ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -2646ms;
          animation-delay: -2646ms;
}
.fish_wrapper:nth-child(112) {
  -webkit-transform: rotateZ(300deg);
          transform: rotateZ(300deg);
}
.fish_wrapper:nth-child(113) .fish_rotate, .fish_wrapper:nth-child(113) .fish_slide, .fish_wrapper:nth-child(113) .fish_depth {
  -webkit-animation-duration: 5064ms;
          animation-duration: 5064ms;
  -webkit-animation-delay: -5771ms;
          animation-delay: -5771ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -5771ms;
          animation-delay: -5771ms;
}
.fish_wrapper:nth-child(113) {
  -webkit-transform: rotateZ(93deg);
          transform: rotateZ(93deg);
}
.fish_wrapper:nth-child(114) .fish_rotate, .fish_wrapper:nth-child(114) .fish_slide, .fish_wrapper:nth-child(114) .fish_depth {
  -webkit-animation-duration: 5848ms;
          animation-duration: 5848ms;
  -webkit-animation-delay: -5522ms;
          animation-delay: -5522ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -5522ms;
          animation-delay: -5522ms;
}
.fish_wrapper:nth-child(114) {
  -webkit-transform: rotateZ(320deg);
          transform: rotateZ(320deg);
}
.fish_wrapper:nth-child(115) .fish_rotate, .fish_wrapper:nth-child(115) .fish_slide, .fish_wrapper:nth-child(115) .fish_depth {
  -webkit-animation-duration: 4737ms;
          animation-duration: 4737ms;
  -webkit-animation-delay: -5665ms;
          animation-delay: -5665ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -5665ms;
          animation-delay: -5665ms;
}
.fish_wrapper:nth-child(115) {
  -webkit-transform: rotateZ(124deg);
          transform: rotateZ(124deg);
}
.fish_wrapper:nth-child(116) .fish_rotate, .fish_wrapper:nth-child(116) .fish_slide, .fish_wrapper:nth-child(116) .fish_depth {
  -webkit-animation-duration: 4348ms;
          animation-duration: 4348ms;
  -webkit-animation-delay: -4006ms;
          animation-delay: -4006ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -4006ms;
          animation-delay: -4006ms;
}
.fish_wrapper:nth-child(116) {
  -webkit-transform: rotateZ(110deg);
          transform: rotateZ(110deg);
}
.fish_wrapper:nth-child(117) .fish_rotate, .fish_wrapper:nth-child(117) .fish_slide, .fish_wrapper:nth-child(117) .fish_depth {
  -webkit-animation-duration: 4086ms;
          animation-duration: 4086ms;
  -webkit-animation-delay: -1161ms;
          animation-delay: -1161ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -1161ms;
          animation-delay: -1161ms;
}
.fish_wrapper:nth-child(117) {
  -webkit-transform: rotateZ(112deg);
          transform: rotateZ(112deg);
}
.fish_wrapper:nth-child(118) .fish_rotate, .fish_wrapper:nth-child(118) .fish_slide, .fish_wrapper:nth-child(118) .fish_depth {
  -webkit-animation-duration: 5862ms;
          animation-duration: 5862ms;
  -webkit-animation-delay: -1154ms;
          animation-delay: -1154ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -1154ms;
          animation-delay: -1154ms;
}
.fish_wrapper:nth-child(118) {
  -webkit-transform: rotateZ(67deg);
          transform: rotateZ(67deg);
}
.fish_wrapper:nth-child(119) .fish_rotate, .fish_wrapper:nth-child(119) .fish_slide, .fish_wrapper:nth-child(119) .fish_depth {
  -webkit-animation-duration: 3644ms;
          animation-duration: 3644ms;
  -webkit-animation-delay: -825ms;
          animation-delay: -825ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -825ms;
          animation-delay: -825ms;
}
.fish_wrapper:nth-child(119) {
  -webkit-transform: rotateZ(233deg);
          transform: rotateZ(233deg);
}
.fish_wrapper:nth-child(120) .fish_rotate, .fish_wrapper:nth-child(120) .fish_slide, .fish_wrapper:nth-child(120) .fish_depth {
  -webkit-animation-duration: 5143ms;
          animation-duration: 5143ms;
  -webkit-animation-delay: -1497ms;
          animation-delay: -1497ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -1497ms;
          animation-delay: -1497ms;
}
.fish_wrapper:nth-child(120) {
  -webkit-transform: rotateZ(316deg);
          transform: rotateZ(316deg);
}
.fish_wrapper:nth-child(121) .fish_rotate, .fish_wrapper:nth-child(121) .fish_slide, .fish_wrapper:nth-child(121) .fish_depth {
  -webkit-animation-duration: 4299ms;
          animation-duration: 4299ms;
  -webkit-animation-delay: -417ms;
          animation-delay: -417ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -417ms;
          animation-delay: -417ms;
}
.fish_wrapper:nth-child(121) {
  -webkit-transform: rotateZ(306deg);
          transform: rotateZ(306deg);
}
.fish_wrapper:nth-child(122) .fish_rotate, .fish_wrapper:nth-child(122) .fish_slide, .fish_wrapper:nth-child(122) .fish_depth {
  -webkit-animation-duration: 4334ms;
          animation-duration: 4334ms;
  -webkit-animation-delay: -4359ms;
          animation-delay: -4359ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -4359ms;
          animation-delay: -4359ms;
}
.fish_wrapper:nth-child(122) {
  -webkit-transform: rotateZ(276deg);
          transform: rotateZ(276deg);
}
.fish_wrapper:nth-child(123) .fish_rotate, .fish_wrapper:nth-child(123) .fish_slide, .fish_wrapper:nth-child(123) .fish_depth {
  -webkit-animation-duration: 3455ms;
          animation-duration: 3455ms;
  -webkit-animation-delay: -5666ms;
          animation-delay: -5666ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -5666ms;
          animation-delay: -5666ms;
}
.fish_wrapper:nth-child(123) {
  -webkit-transform: rotateZ(353deg);
          transform: rotateZ(353deg);
}
.fish_wrapper:nth-child(124) .fish_rotate, .fish_wrapper:nth-child(124) .fish_slide, .fish_wrapper:nth-child(124) .fish_depth {
  -webkit-animation-duration: 3796ms;
          animation-duration: 3796ms;
  -webkit-animation-delay: -2902ms;
          animation-delay: -2902ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -2902ms;
          animation-delay: -2902ms;
}
.fish_wrapper:nth-child(124) {
  -webkit-transform: rotateZ(104deg);
          transform: rotateZ(104deg);
}
.fish_wrapper:nth-child(125) .fish_rotate, .fish_wrapper:nth-child(125) .fish_slide, .fish_wrapper:nth-child(125) .fish_depth {
  -webkit-animation-duration: 5770ms;
          animation-duration: 5770ms;
  -webkit-animation-delay: -4970ms;
          animation-delay: -4970ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -4970ms;
          animation-delay: -4970ms;
}
.fish_wrapper:nth-child(125) {
  -webkit-transform: rotateZ(115deg);
          transform: rotateZ(115deg);
}
.fish_wrapper:nth-child(126) .fish_rotate, .fish_wrapper:nth-child(126) .fish_slide, .fish_wrapper:nth-child(126) .fish_depth {
  -webkit-animation-duration: 4239ms;
          animation-duration: 4239ms;
  -webkit-animation-delay: -3471ms;
          animation-delay: -3471ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -3471ms;
          animation-delay: -3471ms;
}
.fish_wrapper:nth-child(126) {
  -webkit-transform: rotateZ(125deg);
          transform: rotateZ(125deg);
}
.fish_wrapper:nth-child(127) .fish_rotate, .fish_wrapper:nth-child(127) .fish_slide, .fish_wrapper:nth-child(127) .fish_depth {
  -webkit-animation-duration: 5554ms;
          animation-duration: 5554ms;
  -webkit-animation-delay: -2240ms;
          animation-delay: -2240ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -2240ms;
          animation-delay: -2240ms;
}
.fish_wrapper:nth-child(127) {
  -webkit-transform: rotateZ(176deg);
          transform: rotateZ(176deg);
}
.fish_wrapper:nth-child(128) .fish_rotate, .fish_wrapper:nth-child(128) .fish_slide, .fish_wrapper:nth-child(128) .fish_depth {
  -webkit-animation-duration: 3023ms;
          animation-duration: 3023ms;
  -webkit-animation-delay: -4512ms;
          animation-delay: -4512ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -4512ms;
          animation-delay: -4512ms;
}
.fish_wrapper:nth-child(128) {
  -webkit-transform: rotateZ(255deg);
          transform: rotateZ(255deg);
}
.fish_wrapper:nth-child(129) .fish_rotate, .fish_wrapper:nth-child(129) .fish_slide, .fish_wrapper:nth-child(129) .fish_depth {
  -webkit-animation-duration: 4018ms;
          animation-duration: 4018ms;
  -webkit-animation-delay: -1656ms;
          animation-delay: -1656ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -1656ms;
          animation-delay: -1656ms;
}
.fish_wrapper:nth-child(129) {
  -webkit-transform: rotateZ(354deg);
          transform: rotateZ(354deg);
}
.fish_wrapper:nth-child(130) .fish_rotate, .fish_wrapper:nth-child(130) .fish_slide, .fish_wrapper:nth-child(130) .fish_depth {
  -webkit-animation-duration: 5630ms;
          animation-duration: 5630ms;
  -webkit-animation-delay: -4279ms;
          animation-delay: -4279ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -4279ms;
          animation-delay: -4279ms;
}
.fish_wrapper:nth-child(130) {
  -webkit-transform: rotateZ(257deg);
          transform: rotateZ(257deg);
}
.fish_wrapper:nth-child(131) .fish_rotate, .fish_wrapper:nth-child(131) .fish_slide, .fish_wrapper:nth-child(131) .fish_depth {
  -webkit-animation-duration: 5471ms;
          animation-duration: 5471ms;
  -webkit-animation-delay: -276ms;
          animation-delay: -276ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -276ms;
          animation-delay: -276ms;
}
.fish_wrapper:nth-child(131) {
  -webkit-transform: rotateZ(303deg);
          transform: rotateZ(303deg);
}
.fish_wrapper:nth-child(132) .fish_rotate, .fish_wrapper:nth-child(132) .fish_slide, .fish_wrapper:nth-child(132) .fish_depth {
  -webkit-animation-duration: 5850ms;
          animation-duration: 5850ms;
  -webkit-animation-delay: -1474ms;
          animation-delay: -1474ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -1474ms;
          animation-delay: -1474ms;
}
.fish_wrapper:nth-child(132) {
  -webkit-transform: rotateZ(150deg);
          transform: rotateZ(150deg);
}
.fish_wrapper:nth-child(133) .fish_rotate, .fish_wrapper:nth-child(133) .fish_slide, .fish_wrapper:nth-child(133) .fish_depth {
  -webkit-animation-duration: 4643ms;
          animation-duration: 4643ms;
  -webkit-animation-delay: -2341ms;
          animation-delay: -2341ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -2341ms;
          animation-delay: -2341ms;
}
.fish_wrapper:nth-child(133) {
  -webkit-transform: rotateZ(95deg);
          transform: rotateZ(95deg);
}
.fish_wrapper:nth-child(134) .fish_rotate, .fish_wrapper:nth-child(134) .fish_slide, .fish_wrapper:nth-child(134) .fish_depth {
  -webkit-animation-duration: 3363ms;
          animation-duration: 3363ms;
  -webkit-animation-delay: -2595ms;
          animation-delay: -2595ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -2595ms;
          animation-delay: -2595ms;
}
.fish_wrapper:nth-child(134) {
  -webkit-transform: rotateZ(322deg);
          transform: rotateZ(322deg);
}
.fish_wrapper:nth-child(135) .fish_rotate, .fish_wrapper:nth-child(135) .fish_slide, .fish_wrapper:nth-child(135) .fish_depth {
  -webkit-animation-duration: 3649ms;
          animation-duration: 3649ms;
  -webkit-animation-delay: -182ms;
          animation-delay: -182ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -182ms;
          animation-delay: -182ms;
}
.fish_wrapper:nth-child(135) {
  -webkit-transform: rotateZ(86deg);
          transform: rotateZ(86deg);
}
.fish_wrapper:nth-child(136) .fish_rotate, .fish_wrapper:nth-child(136) .fish_slide, .fish_wrapper:nth-child(136) .fish_depth {
  -webkit-animation-duration: 4577ms;
          animation-duration: 4577ms;
  -webkit-animation-delay: -1802ms;
          animation-delay: -1802ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -1802ms;
          animation-delay: -1802ms;
}
.fish_wrapper:nth-child(136) {
  -webkit-transform: rotateZ(258deg);
          transform: rotateZ(258deg);
}
.fish_wrapper:nth-child(137) .fish_rotate, .fish_wrapper:nth-child(137) .fish_slide, .fish_wrapper:nth-child(137) .fish_depth {
  -webkit-animation-duration: 5940ms;
          animation-duration: 5940ms;
  -webkit-animation-delay: -2604ms;
          animation-delay: -2604ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -2604ms;
          animation-delay: -2604ms;
}
.fish_wrapper:nth-child(137) {
  -webkit-transform: rotateZ(268deg);
          transform: rotateZ(268deg);
}
.fish_wrapper:nth-child(138) .fish_rotate, .fish_wrapper:nth-child(138) .fish_slide, .fish_wrapper:nth-child(138) .fish_depth {
  -webkit-animation-duration: 3475ms;
          animation-duration: 3475ms;
  -webkit-animation-delay: -4315ms;
          animation-delay: -4315ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -4315ms;
          animation-delay: -4315ms;
}
.fish_wrapper:nth-child(138) {
  -webkit-transform: rotateZ(177deg);
          transform: rotateZ(177deg);
}
.fish_wrapper:nth-child(139) .fish_rotate, .fish_wrapper:nth-child(139) .fish_slide, .fish_wrapper:nth-child(139) .fish_depth {
  -webkit-animation-duration: 3209ms;
          animation-duration: 3209ms;
  -webkit-animation-delay: -4933ms;
          animation-delay: -4933ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -4933ms;
          animation-delay: -4933ms;
}
.fish_wrapper:nth-child(139) {
  -webkit-transform: rotateZ(52deg);
          transform: rotateZ(52deg);
}
.fish_wrapper:nth-child(140) .fish_rotate, .fish_wrapper:nth-child(140) .fish_slide, .fish_wrapper:nth-child(140) .fish_depth {
  -webkit-animation-duration: 4195ms;
          animation-duration: 4195ms;
  -webkit-animation-delay: -947ms;
          animation-delay: -947ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -947ms;
          animation-delay: -947ms;
}
.fish_wrapper:nth-child(140) {
  -webkit-transform: rotateZ(141deg);
          transform: rotateZ(141deg);
}
.fish_wrapper:nth-child(141) .fish_rotate, .fish_wrapper:nth-child(141) .fish_slide, .fish_wrapper:nth-child(141) .fish_depth {
  -webkit-animation-duration: 4437ms;
          animation-duration: 4437ms;
  -webkit-animation-delay: -5994ms;
          animation-delay: -5994ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -5994ms;
          animation-delay: -5994ms;
}
.fish_wrapper:nth-child(141) {
  -webkit-transform: rotateZ(238deg);
          transform: rotateZ(238deg);
}
.fish_wrapper:nth-child(142) .fish_rotate, .fish_wrapper:nth-child(142) .fish_slide, .fish_wrapper:nth-child(142) .fish_depth {
  -webkit-animation-duration: 5823ms;
          animation-duration: 5823ms;
  -webkit-animation-delay: -3019ms;
          animation-delay: -3019ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -3019ms;
          animation-delay: -3019ms;
}
.fish_wrapper:nth-child(142) {
  -webkit-transform: rotateZ(191deg);
          transform: rotateZ(191deg);
}
.fish_wrapper:nth-child(143) .fish_rotate, .fish_wrapper:nth-child(143) .fish_slide, .fish_wrapper:nth-child(143) .fish_depth {
  -webkit-animation-duration: 5021ms;
          animation-duration: 5021ms;
  -webkit-animation-delay: -374ms;
          animation-delay: -374ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -374ms;
          animation-delay: -374ms;
}
.fish_wrapper:nth-child(143) {
  -webkit-transform: rotateZ(56deg);
          transform: rotateZ(56deg);
}
.fish_wrapper:nth-child(144) .fish_rotate, .fish_wrapper:nth-child(144) .fish_slide, .fish_wrapper:nth-child(144) .fish_depth {
  -webkit-animation-duration: 3235ms;
          animation-duration: 3235ms;
  -webkit-animation-delay: -2979ms;
          animation-delay: -2979ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -2979ms;
          animation-delay: -2979ms;
}
.fish_wrapper:nth-child(144) {
  -webkit-transform: rotateZ(225deg);
          transform: rotateZ(225deg);
}
.fish_wrapper:nth-child(145) .fish_rotate, .fish_wrapper:nth-child(145) .fish_slide, .fish_wrapper:nth-child(145) .fish_depth {
  -webkit-animation-duration: 4533ms;
          animation-duration: 4533ms;
  -webkit-animation-delay: -3146ms;
          animation-delay: -3146ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -3146ms;
          animation-delay: -3146ms;
}
.fish_wrapper:nth-child(145) {
  -webkit-transform: rotateZ(191deg);
          transform: rotateZ(191deg);
}
.fish_wrapper:nth-child(146) .fish_rotate, .fish_wrapper:nth-child(146) .fish_slide, .fish_wrapper:nth-child(146) .fish_depth {
  -webkit-animation-duration: 3091ms;
          animation-duration: 3091ms;
  -webkit-animation-delay: -2978ms;
          animation-delay: -2978ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -2978ms;
          animation-delay: -2978ms;
}
.fish_wrapper:nth-child(146) {
  -webkit-transform: rotateZ(85deg);
          transform: rotateZ(85deg);
}
.fish_wrapper:nth-child(147) .fish_rotate, .fish_wrapper:nth-child(147) .fish_slide, .fish_wrapper:nth-child(147) .fish_depth {
  -webkit-animation-duration: 4668ms;
          animation-duration: 4668ms;
  -webkit-animation-delay: -768ms;
          animation-delay: -768ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -768ms;
          animation-delay: -768ms;
}
.fish_wrapper:nth-child(147) {
  -webkit-transform: rotateZ(227deg);
          transform: rotateZ(227deg);
}
.fish_wrapper:nth-child(148) .fish_rotate, .fish_wrapper:nth-child(148) .fish_slide, .fish_wrapper:nth-child(148) .fish_depth {
  -webkit-animation-duration: 3520ms;
          animation-duration: 3520ms;
  -webkit-animation-delay: -3722ms;
          animation-delay: -3722ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -3722ms;
          animation-delay: -3722ms;
}
.fish_wrapper:nth-child(148) {
  -webkit-transform: rotateZ(355deg);
          transform: rotateZ(355deg);
}
.fish_wrapper:nth-child(149) .fish_rotate, .fish_wrapper:nth-child(149) .fish_slide, .fish_wrapper:nth-child(149) .fish_depth {
  -webkit-animation-duration: 3726ms;
          animation-duration: 3726ms;
  -webkit-animation-delay: -53ms;
          animation-delay: -53ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -53ms;
          animation-delay: -53ms;
}
.fish_wrapper:nth-child(149) {
  -webkit-transform: rotateZ(174deg);
          transform: rotateZ(174deg);
}
.fish_wrapper:nth-child(150) .fish_rotate, .fish_wrapper:nth-child(150) .fish_slide, .fish_wrapper:nth-child(150) .fish_depth {
  -webkit-animation-duration: 5460ms;
          animation-duration: 5460ms;
  -webkit-animation-delay: -513ms;
          animation-delay: -513ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -513ms;
          animation-delay: -513ms;
}
.fish_wrapper:nth-child(150) {
  -webkit-transform: rotateZ(42deg);
          transform: rotateZ(42deg);
}
.fish_wrapper:nth-child(151) .fish_rotate, .fish_wrapper:nth-child(151) .fish_slide, .fish_wrapper:nth-child(151) .fish_depth {
  -webkit-animation-duration: 3825ms;
          animation-duration: 3825ms;
  -webkit-animation-delay: -3475ms;
          animation-delay: -3475ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -3475ms;
          animation-delay: -3475ms;
}
.fish_wrapper:nth-child(151) {
  -webkit-transform: rotateZ(220deg);
          transform: rotateZ(220deg);
}
.fish_wrapper:nth-child(152) .fish_rotate, .fish_wrapper:nth-child(152) .fish_slide, .fish_wrapper:nth-child(152) .fish_depth {
  -webkit-animation-duration: 3244ms;
          animation-duration: 3244ms;
  -webkit-animation-delay: -3747ms;
          animation-delay: -3747ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -3747ms;
          animation-delay: -3747ms;
}
.fish_wrapper:nth-child(152) {
  -webkit-transform: rotateZ(298deg);
          transform: rotateZ(298deg);
}
.fish_wrapper:nth-child(153) .fish_rotate, .fish_wrapper:nth-child(153) .fish_slide, .fish_wrapper:nth-child(153) .fish_depth {
  -webkit-animation-duration: 5458ms;
          animation-duration: 5458ms;
  -webkit-animation-delay: -242ms;
          animation-delay: -242ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -242ms;
          animation-delay: -242ms;
}
.fish_wrapper:nth-child(153) {
  -webkit-transform: rotateZ(209deg);
          transform: rotateZ(209deg);
}
.fish_wrapper:nth-child(154) .fish_rotate, .fish_wrapper:nth-child(154) .fish_slide, .fish_wrapper:nth-child(154) .fish_depth {
  -webkit-animation-duration: 4730ms;
          animation-duration: 4730ms;
  -webkit-animation-delay: -3191ms;
          animation-delay: -3191ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -3191ms;
          animation-delay: -3191ms;
}
.fish_wrapper:nth-child(154) {
  -webkit-transform: rotateZ(191deg);
          transform: rotateZ(191deg);
}
.fish_wrapper:nth-child(155) .fish_rotate, .fish_wrapper:nth-child(155) .fish_slide, .fish_wrapper:nth-child(155) .fish_depth {
  -webkit-animation-duration: 5739ms;
          animation-duration: 5739ms;
  -webkit-animation-delay: -5248ms;
          animation-delay: -5248ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -5248ms;
          animation-delay: -5248ms;
}
.fish_wrapper:nth-child(155) {
  -webkit-transform: rotateZ(137deg);
          transform: rotateZ(137deg);
}
.fish_wrapper:nth-child(156) .fish_rotate, .fish_wrapper:nth-child(156) .fish_slide, .fish_wrapper:nth-child(156) .fish_depth {
  -webkit-animation-duration: 3853ms;
          animation-duration: 3853ms;
  -webkit-animation-delay: -5275ms;
          animation-delay: -5275ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -5275ms;
          animation-delay: -5275ms;
}
.fish_wrapper:nth-child(156) {
  -webkit-transform: rotateZ(163deg);
          transform: rotateZ(163deg);
}
.fish_wrapper:nth-child(157) .fish_rotate, .fish_wrapper:nth-child(157) .fish_slide, .fish_wrapper:nth-child(157) .fish_depth {
  -webkit-animation-duration: 4987ms;
          animation-duration: 4987ms;
  -webkit-animation-delay: -4167ms;
          animation-delay: -4167ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -4167ms;
          animation-delay: -4167ms;
}
.fish_wrapper:nth-child(157) {
  -webkit-transform: rotateZ(155deg);
          transform: rotateZ(155deg);
}
.fish_wrapper:nth-child(158) .fish_rotate, .fish_wrapper:nth-child(158) .fish_slide, .fish_wrapper:nth-child(158) .fish_depth {
  -webkit-animation-duration: 3919ms;
          animation-duration: 3919ms;
  -webkit-animation-delay: -5661ms;
          animation-delay: -5661ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -5661ms;
          animation-delay: -5661ms;
}
.fish_wrapper:nth-child(158) {
  -webkit-transform: rotateZ(31deg);
          transform: rotateZ(31deg);
}
.fish_wrapper:nth-child(159) .fish_rotate, .fish_wrapper:nth-child(159) .fish_slide, .fish_wrapper:nth-child(159) .fish_depth {
  -webkit-animation-duration: 3009ms;
          animation-duration: 3009ms;
  -webkit-animation-delay: -1806ms;
          animation-delay: -1806ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -1806ms;
          animation-delay: -1806ms;
}
.fish_wrapper:nth-child(159) {
  -webkit-transform: rotateZ(296deg);
          transform: rotateZ(296deg);
}
.fish_wrapper:nth-child(160) .fish_rotate, .fish_wrapper:nth-child(160) .fish_slide, .fish_wrapper:nth-child(160) .fish_depth {
  -webkit-animation-duration: 5084ms;
          animation-duration: 5084ms;
  -webkit-animation-delay: -2704ms;
          animation-delay: -2704ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -2704ms;
          animation-delay: -2704ms;
}
.fish_wrapper:nth-child(160) {
  -webkit-transform: rotateZ(319deg);
          transform: rotateZ(319deg);
}
.fish_wrapper:nth-child(161) .fish_rotate, .fish_wrapper:nth-child(161) .fish_slide, .fish_wrapper:nth-child(161) .fish_depth {
  -webkit-animation-duration: 3628ms;
          animation-duration: 3628ms;
  -webkit-animation-delay: -5652ms;
          animation-delay: -5652ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -5652ms;
          animation-delay: -5652ms;
}
.fish_wrapper:nth-child(161) {
  -webkit-transform: rotateZ(279deg);
          transform: rotateZ(279deg);
}
.fish_wrapper:nth-child(162) .fish_rotate, .fish_wrapper:nth-child(162) .fish_slide, .fish_wrapper:nth-child(162) .fish_depth {
  -webkit-animation-duration: 3027ms;
          animation-duration: 3027ms;
  -webkit-animation-delay: -5487ms;
          animation-delay: -5487ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -5487ms;
          animation-delay: -5487ms;
}
.fish_wrapper:nth-child(162) {
  -webkit-transform: rotateZ(118deg);
          transform: rotateZ(118deg);
}
.fish_wrapper:nth-child(163) .fish_rotate, .fish_wrapper:nth-child(163) .fish_slide, .fish_wrapper:nth-child(163) .fish_depth {
  -webkit-animation-duration: 5011ms;
          animation-duration: 5011ms;
  -webkit-animation-delay: -5907ms;
          animation-delay: -5907ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -5907ms;
          animation-delay: -5907ms;
}
.fish_wrapper:nth-child(163) {
  -webkit-transform: rotateZ(214deg);
          transform: rotateZ(214deg);
}
.fish_wrapper:nth-child(164) .fish_rotate, .fish_wrapper:nth-child(164) .fish_slide, .fish_wrapper:nth-child(164) .fish_depth {
  -webkit-animation-duration: 4823ms;
          animation-duration: 4823ms;
  -webkit-animation-delay: -2885ms;
          animation-delay: -2885ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -2885ms;
          animation-delay: -2885ms;
}
.fish_wrapper:nth-child(164) {
  -webkit-transform: rotateZ(179deg);
          transform: rotateZ(179deg);
}
.fish_wrapper:nth-child(165) .fish_rotate, .fish_wrapper:nth-child(165) .fish_slide, .fish_wrapper:nth-child(165) .fish_depth {
  -webkit-animation-duration: 5403ms;
          animation-duration: 5403ms;
  -webkit-animation-delay: -5112ms;
          animation-delay: -5112ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -5112ms;
          animation-delay: -5112ms;
}
.fish_wrapper:nth-child(165) {
  -webkit-transform: rotateZ(255deg);
          transform: rotateZ(255deg);
}
.fish_wrapper:nth-child(166) .fish_rotate, .fish_wrapper:nth-child(166) .fish_slide, .fish_wrapper:nth-child(166) .fish_depth {
  -webkit-animation-duration: 4627ms;
          animation-duration: 4627ms;
  -webkit-animation-delay: -4128ms;
          animation-delay: -4128ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -4128ms;
          animation-delay: -4128ms;
}
.fish_wrapper:nth-child(166) {
  -webkit-transform: rotateZ(100deg);
          transform: rotateZ(100deg);
}
.fish_wrapper:nth-child(167) .fish_rotate, .fish_wrapper:nth-child(167) .fish_slide, .fish_wrapper:nth-child(167) .fish_depth {
  -webkit-animation-duration: 4991ms;
          animation-duration: 4991ms;
  -webkit-animation-delay: -496ms;
          animation-delay: -496ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -496ms;
          animation-delay: -496ms;
}
.fish_wrapper:nth-child(167) {
  -webkit-transform: rotateZ(54deg);
          transform: rotateZ(54deg);
}
.fish_wrapper:nth-child(168) .fish_rotate, .fish_wrapper:nth-child(168) .fish_slide, .fish_wrapper:nth-child(168) .fish_depth {
  -webkit-animation-duration: 4528ms;
          animation-duration: 4528ms;
  -webkit-animation-delay: -1469ms;
          animation-delay: -1469ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -1469ms;
          animation-delay: -1469ms;
}
.fish_wrapper:nth-child(168) {
  -webkit-transform: rotateZ(181deg);
          transform: rotateZ(181deg);
}
.fish_wrapper:nth-child(169) .fish_rotate, .fish_wrapper:nth-child(169) .fish_slide, .fish_wrapper:nth-child(169) .fish_depth {
  -webkit-animation-duration: 4881ms;
          animation-duration: 4881ms;
  -webkit-animation-delay: -4151ms;
          animation-delay: -4151ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -4151ms;
          animation-delay: -4151ms;
}
.fish_wrapper:nth-child(169) {
  -webkit-transform: rotateZ(228deg);
          transform: rotateZ(228deg);
}
.fish_wrapper:nth-child(170) .fish_rotate, .fish_wrapper:nth-child(170) .fish_slide, .fish_wrapper:nth-child(170) .fish_depth {
  -webkit-animation-duration: 3371ms;
          animation-duration: 3371ms;
  -webkit-animation-delay: -3309ms;
          animation-delay: -3309ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -3309ms;
          animation-delay: -3309ms;
}
.fish_wrapper:nth-child(170) {
  -webkit-transform: rotateZ(359deg);
          transform: rotateZ(359deg);
}
.fish_wrapper:nth-child(171) .fish_rotate, .fish_wrapper:nth-child(171) .fish_slide, .fish_wrapper:nth-child(171) .fish_depth {
  -webkit-animation-duration: 4089ms;
          animation-duration: 4089ms;
  -webkit-animation-delay: -5ms;
          animation-delay: -5ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -5ms;
          animation-delay: -5ms;
}
.fish_wrapper:nth-child(171) {
  -webkit-transform: rotateZ(139deg);
          transform: rotateZ(139deg);
}
.fish_wrapper:nth-child(172) .fish_rotate, .fish_wrapper:nth-child(172) .fish_slide, .fish_wrapper:nth-child(172) .fish_depth {
  -webkit-animation-duration: 3457ms;
          animation-duration: 3457ms;
  -webkit-animation-delay: -3647ms;
          animation-delay: -3647ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -3647ms;
          animation-delay: -3647ms;
}
.fish_wrapper:nth-child(172) {
  -webkit-transform: rotateZ(354deg);
          transform: rotateZ(354deg);
}
.fish_wrapper:nth-child(173) .fish_rotate, .fish_wrapper:nth-child(173) .fish_slide, .fish_wrapper:nth-child(173) .fish_depth {
  -webkit-animation-duration: 3066ms;
          animation-duration: 3066ms;
  -webkit-animation-delay: -3501ms;
          animation-delay: -3501ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -3501ms;
          animation-delay: -3501ms;
}
.fish_wrapper:nth-child(173) {
  -webkit-transform: rotateZ(147deg);
          transform: rotateZ(147deg);
}
.fish_wrapper:nth-child(174) .fish_rotate, .fish_wrapper:nth-child(174) .fish_slide, .fish_wrapper:nth-child(174) .fish_depth {
  -webkit-animation-duration: 5100ms;
          animation-duration: 5100ms;
  -webkit-animation-delay: -4730ms;
          animation-delay: -4730ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -4730ms;
          animation-delay: -4730ms;
}
.fish_wrapper:nth-child(174) {
  -webkit-transform: rotateZ(146deg);
          transform: rotateZ(146deg);
}
.fish_wrapper:nth-child(175) .fish_rotate, .fish_wrapper:nth-child(175) .fish_slide, .fish_wrapper:nth-child(175) .fish_depth {
  -webkit-animation-duration: 5287ms;
          animation-duration: 5287ms;
  -webkit-animation-delay: -3461ms;
          animation-delay: -3461ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -3461ms;
          animation-delay: -3461ms;
}
.fish_wrapper:nth-child(175) {
  -webkit-transform: rotateZ(233deg);
          transform: rotateZ(233deg);
}
.fish_wrapper:nth-child(176) .fish_rotate, .fish_wrapper:nth-child(176) .fish_slide, .fish_wrapper:nth-child(176) .fish_depth {
  -webkit-animation-duration: 5596ms;
          animation-duration: 5596ms;
  -webkit-animation-delay: -2010ms;
          animation-delay: -2010ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -2010ms;
          animation-delay: -2010ms;
}
.fish_wrapper:nth-child(176) {
  -webkit-transform: rotateZ(329deg);
          transform: rotateZ(329deg);
}
.fish_wrapper:nth-child(177) .fish_rotate, .fish_wrapper:nth-child(177) .fish_slide, .fish_wrapper:nth-child(177) .fish_depth {
  -webkit-animation-duration: 3327ms;
          animation-duration: 3327ms;
  -webkit-animation-delay: -5583ms;
          animation-delay: -5583ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -5583ms;
          animation-delay: -5583ms;
}
.fish_wrapper:nth-child(177) {
  -webkit-transform: rotateZ(150deg);
          transform: rotateZ(150deg);
}
.fish_wrapper:nth-child(178) .fish_rotate, .fish_wrapper:nth-child(178) .fish_slide, .fish_wrapper:nth-child(178) .fish_depth {
  -webkit-animation-duration: 5451ms;
          animation-duration: 5451ms;
  -webkit-animation-delay: -4489ms;
          animation-delay: -4489ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -4489ms;
          animation-delay: -4489ms;
}
.fish_wrapper:nth-child(178) {
  -webkit-transform: rotateZ(328deg);
          transform: rotateZ(328deg);
}
.fish_wrapper:nth-child(179) .fish_rotate, .fish_wrapper:nth-child(179) .fish_slide, .fish_wrapper:nth-child(179) .fish_depth {
  -webkit-animation-duration: 3445ms;
          animation-duration: 3445ms;
  -webkit-animation-delay: -483ms;
          animation-delay: -483ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -483ms;
          animation-delay: -483ms;
}
.fish_wrapper:nth-child(179) {
  -webkit-transform: rotateZ(140deg);
          transform: rotateZ(140deg);
}
.fish_wrapper:nth-child(180) .fish_rotate, .fish_wrapper:nth-child(180) .fish_slide, .fish_wrapper:nth-child(180) .fish_depth {
  -webkit-animation-duration: 4314ms;
          animation-duration: 4314ms;
  -webkit-animation-delay: -4928ms;
          animation-delay: -4928ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -4928ms;
          animation-delay: -4928ms;
}
.fish_wrapper:nth-child(180) {
  -webkit-transform: rotateZ(136deg);
          transform: rotateZ(136deg);
}
.fish_wrapper:nth-child(181) .fish_rotate, .fish_wrapper:nth-child(181) .fish_slide, .fish_wrapper:nth-child(181) .fish_depth {
  -webkit-animation-duration: 3696ms;
          animation-duration: 3696ms;
  -webkit-animation-delay: -3567ms;
          animation-delay: -3567ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -3567ms;
          animation-delay: -3567ms;
}
.fish_wrapper:nth-child(181) {
  -webkit-transform: rotateZ(269deg);
          transform: rotateZ(269deg);
}
.fish_wrapper:nth-child(182) .fish_rotate, .fish_wrapper:nth-child(182) .fish_slide, .fish_wrapper:nth-child(182) .fish_depth {
  -webkit-animation-duration: 4257ms;
          animation-duration: 4257ms;
  -webkit-animation-delay: -4671ms;
          animation-delay: -4671ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -4671ms;
          animation-delay: -4671ms;
}
.fish_wrapper:nth-child(182) {
  -webkit-transform: rotateZ(39deg);
          transform: rotateZ(39deg);
}
.fish_wrapper:nth-child(183) .fish_rotate, .fish_wrapper:nth-child(183) .fish_slide, .fish_wrapper:nth-child(183) .fish_depth {
  -webkit-animation-duration: 5044ms;
          animation-duration: 5044ms;
  -webkit-animation-delay: -4256ms;
          animation-delay: -4256ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -4256ms;
          animation-delay: -4256ms;
}
.fish_wrapper:nth-child(183) {
  -webkit-transform: rotateZ(200deg);
          transform: rotateZ(200deg);
}
.fish_wrapper:nth-child(184) .fish_rotate, .fish_wrapper:nth-child(184) .fish_slide, .fish_wrapper:nth-child(184) .fish_depth {
  -webkit-animation-duration: 4310ms;
          animation-duration: 4310ms;
  -webkit-animation-delay: -3299ms;
          animation-delay: -3299ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -3299ms;
          animation-delay: -3299ms;
}
.fish_wrapper:nth-child(184) {
  -webkit-transform: rotateZ(360deg);
          transform: rotateZ(360deg);
}
.fish_wrapper:nth-child(185) .fish_rotate, .fish_wrapper:nth-child(185) .fish_slide, .fish_wrapper:nth-child(185) .fish_depth {
  -webkit-animation-duration: 4300ms;
          animation-duration: 4300ms;
  -webkit-animation-delay: -1762ms;
          animation-delay: -1762ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -1762ms;
          animation-delay: -1762ms;
}
.fish_wrapper:nth-child(185) {
  -webkit-transform: rotateZ(85deg);
          transform: rotateZ(85deg);
}
.fish_wrapper:nth-child(186) .fish_rotate, .fish_wrapper:nth-child(186) .fish_slide, .fish_wrapper:nth-child(186) .fish_depth {
  -webkit-animation-duration: 5241ms;
          animation-duration: 5241ms;
  -webkit-animation-delay: -1286ms;
          animation-delay: -1286ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -1286ms;
          animation-delay: -1286ms;
}
.fish_wrapper:nth-child(186) {
  -webkit-transform: rotateZ(77deg);
          transform: rotateZ(77deg);
}
.fish_wrapper:nth-child(187) .fish_rotate, .fish_wrapper:nth-child(187) .fish_slide, .fish_wrapper:nth-child(187) .fish_depth {
  -webkit-animation-duration: 3553ms;
          animation-duration: 3553ms;
  -webkit-animation-delay: -96ms;
          animation-delay: -96ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -96ms;
          animation-delay: -96ms;
}
.fish_wrapper:nth-child(187) {
  -webkit-transform: rotateZ(114deg);
          transform: rotateZ(114deg);
}
.fish_wrapper:nth-child(188) .fish_rotate, .fish_wrapper:nth-child(188) .fish_slide, .fish_wrapper:nth-child(188) .fish_depth {
  -webkit-animation-duration: 4742ms;
          animation-duration: 4742ms;
  -webkit-animation-delay: -2598ms;
          animation-delay: -2598ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -2598ms;
          animation-delay: -2598ms;
}
.fish_wrapper:nth-child(188) {
  -webkit-transform: rotateZ(159deg);
          transform: rotateZ(159deg);
}
.fish_wrapper:nth-child(189) .fish_rotate, .fish_wrapper:nth-child(189) .fish_slide, .fish_wrapper:nth-child(189) .fish_depth {
  -webkit-animation-duration: 3034ms;
          animation-duration: 3034ms;
  -webkit-animation-delay: -883ms;
          animation-delay: -883ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -883ms;
          animation-delay: -883ms;
}
.fish_wrapper:nth-child(189) {
  -webkit-transform: rotateZ(204deg);
          transform: rotateZ(204deg);
}
.fish_wrapper:nth-child(190) .fish_rotate, .fish_wrapper:nth-child(190) .fish_slide, .fish_wrapper:nth-child(190) .fish_depth {
  -webkit-animation-duration: 4987ms;
          animation-duration: 4987ms;
  -webkit-animation-delay: -2282ms;
          animation-delay: -2282ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -2282ms;
          animation-delay: -2282ms;
}
.fish_wrapper:nth-child(190) {
  -webkit-transform: rotateZ(98deg);
          transform: rotateZ(98deg);
}
.fish_wrapper:nth-child(191) .fish_rotate, .fish_wrapper:nth-child(191) .fish_slide, .fish_wrapper:nth-child(191) .fish_depth {
  -webkit-animation-duration: 5092ms;
          animation-duration: 5092ms;
  -webkit-animation-delay: -1217ms;
          animation-delay: -1217ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -1217ms;
          animation-delay: -1217ms;
}
.fish_wrapper:nth-child(191) {
  -webkit-transform: rotateZ(247deg);
          transform: rotateZ(247deg);
}
.fish_wrapper:nth-child(192) .fish_rotate, .fish_wrapper:nth-child(192) .fish_slide, .fish_wrapper:nth-child(192) .fish_depth {
  -webkit-animation-duration: 4566ms;
          animation-duration: 4566ms;
  -webkit-animation-delay: -2419ms;
          animation-delay: -2419ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -2419ms;
          animation-delay: -2419ms;
}
.fish_wrapper:nth-child(192) {
  -webkit-transform: rotateZ(76deg);
          transform: rotateZ(76deg);
}
.fish_wrapper:nth-child(193) .fish_rotate, .fish_wrapper:nth-child(193) .fish_slide, .fish_wrapper:nth-child(193) .fish_depth {
  -webkit-animation-duration: 3225ms;
          animation-duration: 3225ms;
  -webkit-animation-delay: -769ms;
          animation-delay: -769ms;
  font-size: 2rem;
}
.fish_fish {
  -webkit-animation-delay: -769ms;
          animation-delay: -769ms;
}
.fish_wrapper:nth-child(193) {
  -webkit-transform: rotateZ(287deg);
          transform: rotateZ(287deg);
}
.fish_wrapper:nth-child(194) .fish_rotate, .fish_wrapper:nth-child(194) .fish_slide, .fish_wrapper:nth-child(194) .fish_depth {
  -webkit-animation-duration: 4961ms;
          animation-duration: 4961ms;
  -webkit-animation-delay: -3482ms;
          animation-delay: -3482ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -3482ms;
          animation-delay: -3482ms;
}
.fish_wrapper:nth-child(194) {
  -webkit-transform: rotateZ(266deg);
          transform: rotateZ(266deg);
}
.fish_wrapper:nth-child(195) .fish_rotate, .fish_wrapper:nth-child(195) .fish_slide, .fish_wrapper:nth-child(195) .fish_depth {
  -webkit-animation-duration: 4491ms;
          animation-duration: 4491ms;
  -webkit-animation-delay: -606ms;
          animation-delay: -606ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -606ms;
          animation-delay: -606ms;
}
.fish_wrapper:nth-child(195) {
  -webkit-transform: rotateZ(252deg);
          transform: rotateZ(252deg);
}
.fish_wrapper:nth-child(196) .fish_rotate, .fish_wrapper:nth-child(196) .fish_slide, .fish_wrapper:nth-child(196) .fish_depth {
  -webkit-animation-duration: 3392ms;
          animation-duration: 3392ms;
  -webkit-animation-delay: -3087ms;
          animation-delay: -3087ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -3087ms;
          animation-delay: -3087ms;
}
.fish_wrapper:nth-child(196) {
  -webkit-transform: rotateZ(149deg);
          transform: rotateZ(149deg);
}
.fish_wrapper:nth-child(197) .fish_rotate, .fish_wrapper:nth-child(197) .fish_slide, .fish_wrapper:nth-child(197) .fish_depth {
  -webkit-animation-duration: 4080ms;
          animation-duration: 4080ms;
  -webkit-animation-delay: -5386ms;
          animation-delay: -5386ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -5386ms;
          animation-delay: -5386ms;
}
.fish_wrapper:nth-child(197) {
  -webkit-transform: rotateZ(219deg);
          transform: rotateZ(219deg);
}
.fish_wrapper:nth-child(198) .fish_rotate, .fish_wrapper:nth-child(198) .fish_slide, .fish_wrapper:nth-child(198) .fish_depth {
  -webkit-animation-duration: 5374ms;
          animation-duration: 5374ms;
  -webkit-animation-delay: -1635ms;
          animation-delay: -1635ms;
  font-size: 4rem;
}
.fish_fish {
  -webkit-animation-delay: -1635ms;
          animation-delay: -1635ms;
}
.fish_wrapper:nth-child(198) {
  -webkit-transform: rotateZ(254deg);
          transform: rotateZ(254deg);
}
.fish_wrapper:nth-child(199) .fish_rotate, .fish_wrapper:nth-child(199) .fish_slide, .fish_wrapper:nth-child(199) .fish_depth {
  -webkit-animation-duration: 3029ms;
          animation-duration: 3029ms;
  -webkit-animation-delay: -980ms;
          animation-delay: -980ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -980ms;
          animation-delay: -980ms;
}
.fish_wrapper:nth-child(199) {
  -webkit-transform: rotateZ(155deg);
          transform: rotateZ(155deg);
}
.fish_wrapper:nth-child(200) .fish_rotate, .fish_wrapper:nth-child(200) .fish_slide, .fish_wrapper:nth-child(200) .fish_depth {
  -webkit-animation-duration: 4792ms;
          animation-duration: 4792ms;
  -webkit-animation-delay: -1089ms;
          animation-delay: -1089ms;
  font-size: 3rem;
}
.fish_fish {
  -webkit-animation-delay: -1089ms;
          animation-delay: -1089ms;
}
.fish_wrapper:nth-child(200) {
  -webkit-transform: rotateZ(279deg);
          transform: rotateZ(279deg);
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(-360deg);
            transform: rotateZ(-360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(-360deg);
            transform: rotateZ(-360deg);
  }
}
@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(400px);
            transform: translateX(400px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slide {
  0% {
    -webkit-transform: translateX(400px);
            transform: translateX(400px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes depth {
  0% {
    -webkit-transform: translateZ(300px) scale3d(1, 1, 1);
            transform: translateZ(300px) scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: translateZ(-300px) scale3d(0, 0, 0);
            transform: translateZ(-300px) scale3d(0, 0, 0);
  }
}
@keyframes depth {
  0% {
    -webkit-transform: translateZ(300px) scale3d(1, 1, 1);
            transform: translateZ(300px) scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: translateZ(-300px) scale3d(0, 0, 0);
            transform: translateZ(-300px) scale3d(0, 0, 0);
  }
}
@-webkit-keyframes fish {
  0% {
    -webkit-transform: rotateY(20deg);
            transform: rotateY(20deg);
  }
  100% {
    -webkit-transform: rotateY(-20deg);
            transform: rotateY(-20deg);
  }
}
@keyframes fish {
  0% {
    -webkit-transform: rotateY(20deg);
            transform: rotateY(20deg);
  }
  100% {
    -webkit-transform: rotateY(-20deg);
            transform: rotateY(-20deg);
  }
}
