div+css实现无人机视角高空俯视城市动画效果代码
代码语言:html
所属分类:动画
代码描述:div+css实现无人机视角高空俯视城市动画效果代码
代码标签: div css 无人机 视角 高空 俯视 城市 动画
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <style> body { background: #c7c913; height: 100vh; overflow: hidden; } .container { position: relative; display: grid; grid-template-rows: repeat(20, 5vh); grid-template-columns: repeat(20, 5vw); } .trigger:nth-child(1):hover ~ .monitor .camera.x { transform: rotateX(30deg); } .trigger:nth-child(1):hover ~ .monitor .camera.y { transform: translateZ(-950px); } .trigger:nth-child(1):hover ~ .monitor .camera.z { transform: rotateZ(-90deg); } .trigger:nth-child(2):hover ~ .monitor .camera.x { transform: rotateX(30deg); } .trigger:nth-child(2):hover ~ .monitor .camera.y { transform: translateZ(-950px); } .trigger:nth-child(2):hover ~ .monitor .camera.z { transform: rotateZ(-85deg); } .trigger:nth-child(3):hover ~ .monitor .camera.x { transform: rotateX(30deg); } .trigger:nth-child(3):hover ~ .monitor .camera.y { transform: translateZ(-950px); } .trigger:nth-child(3):hover ~ .monitor .camera.z { transform: rotateZ(-80deg); } .trigger:nth-child(4):hover ~ .monitor .camera.x { transform: rotateX(30deg); } .trigger:nth-child(4):hover ~ .monitor .camera.y { transform: translateZ(-950px); } .trigger:nth-child(4):hover ~ .monitor .camera.z { transform: rotateZ(-75deg); } .trigger:nth-child(5):hover ~ .monitor .camera.x { transform: rotateX(30deg); } .trigger:nth-child(5):hover ~ .monitor .camera.y { transform: translateZ(-950px); } .trigger:nth-child(5):hover ~ .monitor .camera.z { transform: rotateZ(-70deg); } .trigger:nth-child(6):hover ~ .monitor .camera.x { transform: rotateX(30deg); } .trigger:nth-child(6):hover ~ .monitor .camera.y { transform: translateZ(-950px); } .trigger:nth-child(6):hover ~ .monitor .camera.z { transform: rotateZ(-65deg); } .trigger:nth-child(7):hover ~ .monitor .camera.x { transform: rotateX(30deg); } .trigger:nth-child(7):hover ~ .monitor .camera.y { transform: translateZ(-950px); } .trigger:nth-child(7):hover ~ .monitor .camera.z { transform: rotateZ(-60deg); } .trigger:nth-child(8):hover ~ .monitor .camera.x { transform: rotateX(30deg); } .trigger:nth-child(8):hover ~ .monitor .camera.y { transform: translateZ(-950px); } .trigger:nth-child(8):hover ~ .monitor .camera.z { transform: rotateZ(-55deg); } .trigger:nth-child(9):hover ~ .monitor .camera.x { transform: rotateX(30deg); } .trigger:nth-child(9):hover ~ .monitor .camera.y { transform: translateZ(-950px); } .trigger:nth-child(9):hover ~ .monitor .camera.z { transform: rotateZ(-50deg); } .trigger:nth-child(10):hover ~ .monitor .camera.x { transform: rotateX(30deg); } .trigger:nth-child(10):hover ~ .monitor .camera.y { transform: translateZ(-950px); } .trigger:nth-child(10):hover ~ .monitor .camera.z { transform: rotateZ(-45deg); } .trigger:nth-child(11):hover ~ .monitor .camera.x { transform: rotateX(30deg); } .trigger:nth-child(11):hover ~ .monitor .camera.y { transform: translateZ(-950px); } .trigger:nth-child(11):hover ~ .monitor .camera.z { transform: rotateZ(-40deg); } .trigger:nth-child(12):hover ~ .monitor .camera.x { transform: rotateX(30deg); } .trigger:nth-child(12):hover ~ .monitor .camera.y { transform: translateZ(-950px); } .trigger:nth-child(12):hover ~ .monitor .camera.z { transform: rotateZ(-35deg); } .trigger:nth-child(13):hover ~ .monitor .camera.x { transform: rotateX(30deg); } .trigger:nth-child(13):hover ~ .monitor .camera.y { transform: translateZ(-950px); } .trigger:nth-child(13):hover ~ .monitor .camera.z { transform: rotateZ(-30deg); } .trigger:nth-child(14):hover ~ .monitor .camera.x { transform: rotateX(30deg); } .trigger:nth-child(14):hover ~ .monitor .camera.y { transform: translateZ(-950px); } .trigger:nth-child(14):hover ~ .monitor .camera.z { transform: rotateZ(-25deg); } .trigger:nth-child(15):hover ~ .monitor .camera.x { transform: rotateX(30deg); } .trigger:nth-child(15):hover ~ .monitor .camera.y { transform: translateZ(-950px); } .trigger:nth-child(15):hover ~ .monitor .camera.z { transform: rotateZ(-20deg); } .trigger:nth-child(16):hover ~ .monitor .camera.x { transform: rotateX(30deg); } .trigger:nth-child(16):hover ~ .monitor .camera.y { transform: translateZ(-950px); } .trigger:nth-child(16):hover ~ .monitor .camera.z { transform: rotateZ(-15deg); } .trigger:nth-child(17):hover ~ .monitor .camera.x { transform: rotateX(30deg); } .trigger:nth-child(17):hover ~ .monitor .camera.y { transform: translateZ(-950px); } .trigger:nth-child(17):hover ~ .monitor .camera.z { transform: rotateZ(-10deg); } .trigger:nth-child(18):hover ~ .monitor .camera.x { transform: rotateX(30deg); } .trigger:nth-child(18):hover ~ .monitor .camera.y { transform: translateZ(-950px); } .trigger:nth-child(18):hover ~ .monitor .camera.z { transform: rotateZ(-5deg); } .trigger:nth-child(19):hover ~ .monitor .camera.x { transform: rotateX(30deg); } .trigger:nth-child(19):hover ~ .monitor .camera.y { transform: translateZ(-950px); } .trigger:nth-child(19):hover ~ .monitor .camera.z { transform: rotateZ(0deg); } .trigger:nth-child(20):hover ~ .monitor .camera.x { transform: rotateX(30deg); } .trigger:nth-child(20):hover ~ .monitor .camera.y { transform: translateZ(-950px); } .trigger:nth-child(20):hover ~ .monitor .camera.z { transform: rotateZ(5deg); } .trigger:nth-child(21):hover ~ .monitor .camera.x { transform: rotateX(33deg); } .trigger:nth-child(21):hover ~ .monitor .camera.y { transform: translateZ(-900px); } .trigger:nth-child(21):hover ~ .monitor .camera.z { transform: rotateZ(-90deg); } .trigger:nth-child(22):hover ~ .monitor .camera.x { transform: rotateX(33deg); } .trigger:nth-child(22):hover ~ .monitor .camera.y { transform: translateZ(-900px); } .trigger:nth-child(22):hover ~ .monitor .camera.z { transform: rotateZ(-85deg); } .trigger:nth-child(23):hover ~ .monitor .camera.x { transform: rotateX(33deg); } .trigger:nth-child(23):hover ~ .monitor .camera.y { transform: translateZ(-900px); } .trigger:nth-child(23):hover ~ .monitor .camera.z { transform: rotateZ(-80deg); } .trigger:nth-child(24):hover ~ .monitor .camera.x { transform: rotateX(33deg); } .trigger:nth-child(24):hover ~ .monitor .camera.y { transform: translateZ(-900px); } .trigger:nth-child(24):hover ~ .monitor .camera.z { transform: rotateZ(-75deg); } .trigger:nth-child(25):hover ~ .monitor .camera.x { transform: rotateX(33deg); } .trigger:nth-child(25):hover ~ .monitor .camera.y { transform: translateZ(-900px); } .trigger:nth-child(25):hover ~ .monitor .camera.z { transform: rotateZ(-70deg); } .trigger:nth-child(26):hover ~ .monitor .camera.x { transform: rotateX(33deg); } .trigger:nth-child(26):hover ~ .monitor .camera.y { transform: translateZ(-900px); } .trigger:nth-child(26):hover ~ .monitor .camera.z { transform: rotateZ(-65deg); } .trigger:nth-child(27):hover ~ .monitor .camera.x { transform: rotateX(33deg); } .trigger:nth-child(27):hover ~ .monitor .camera.y { transform: translateZ(-900px); } .trigger:nth-child(27):hover ~ .monitor .camera.z { transform: rotateZ(-60deg); } .trigger:nth-child(28):hover ~ .monitor .camera.x { transform: rotateX(33deg); } .trigger:nth-child(28):hover ~ .monitor .camera.y { transform: translateZ(-900px); } .trigger:nth-child(28):hover ~ .monitor .camera.z { transform: rotateZ(-55deg); } .trigger:nth-child(29):hover ~ .monitor .camera.x { transform: rotateX(33deg); } .trigger:nth-child(29):hover ~ .monitor .camera.y { transform: translateZ(-900px); } .trigger:nth-child(29):hover ~ .monitor .camera.z { transform: rotateZ(-50deg); } .trigger:nth-child(30):hover ~ .monitor .camera.x { transform: rotateX(33deg); } .trigger:nth-child(30):hover ~ .monitor .camera.y { transform: translateZ(-900px); } .trigger:nth-child(30):hover ~ .monitor .camera.z { transform: rotateZ(-45deg); } .trigger:nth-child(31):hover ~ .monitor .camera.x { transform: rotateX(33deg); } .trigger:nth-child(31):hover ~ .monitor .camera.y { transform: translateZ(-900px); } .trigger:nth-child(31):hover ~ .monitor .camera.z { transform: rotateZ(-40deg); } .trigger:nth-child(32):hover ~ .monitor .camera.x { transform: rotateX(33deg); } .trigger:nth-child(32):hover ~ .monitor .camera.y { transform: translateZ(-900px); } .trigger:nth-child(32):hover ~ .monitor .camera.z { transform: rotateZ(-35deg); } .trigger:nth-child(33):hover ~ .monitor .camera.x { transform: rotateX(33deg); } .trigger:nth-child(33):hover ~ .monitor .camera.y { transform: translateZ(-900px); } .trigger:nth-child(33):hover ~ .monitor .camera.z { transform: rotateZ(-30deg); } .trigger:nth-child(34):hover ~ .monitor .camera.x { transform: rotateX(33deg); } .trigger:nth-child(34):hover ~ .monitor .camera.y { transform: translateZ(-900px); } .trigger:nth-child(34):hover ~ .monitor .camera.z { transform: rotateZ(-25deg); } .trigger:nth-child(35):hover ~ .monitor .camera.x { transform: rotateX(33deg); } .trigger:nth-child(35):hover ~ .monitor .camera.y { transform: translateZ(-900px); } .trigger:nth-child(35):hover ~ .monitor .camera.z { transform: rotateZ(-20deg); } .trigger:nth-child(36):hover ~ .monitor .camera.x { transform: rotateX(33deg); } .trigger:nth-child(36):hover ~ .monitor .camera.y { transform: translateZ(-900px); } .trigger:nth-child(36):hover ~ .monitor .camera.z { transform: rotateZ(-15deg); } .trigger:nth-child(37):hover ~ .monitor .camera.x { transform: rotateX(33deg); } .trigger:nth-child(37):hover ~ .monitor .camera.y { transform: translateZ(-900px); } .trigger:nth-child(37):hover ~ .monitor .camera.z { transform: rotateZ(-10deg); } .trigger:nth-child(38):hover ~ .monitor .camera.x { transform: rotateX(33deg); } .trigger:nth-child(38):hover ~ .monitor .camera.y { transform: translateZ(-900px); } .trigger:nth-child(38):hover ~ .monitor .camera.z { transform: rotateZ(-5deg); } .trigger:nth-child(39):hover ~ .monitor .camera.x { transform: rotateX(33deg); } .trigger:nth-child(39):hover ~ .monitor .camera.y { transform: translateZ(-900px); } .trigger:nth-child(39):hover ~ .monitor .camera.z { transform: rotateZ(0deg); } .trigger:nth-child(40):hover ~ .monitor .camera.x { transform: rotateX(33deg); } .trigger:nth-child(40):hover ~ .monitor .camera.y { transform: translateZ(-900px); } .trigger:nth-child(40):hover ~ .monitor .camera.z { transform: rotateZ(5deg); } .trigger:nth-child(41):hover ~ .monitor .camera.x { transform: rotateX(36deg); } .trigger:nth-child(41):hover ~ .monitor .camera.y { transform: translateZ(-850px); } .trigger:nth-child(41):hover ~ .monitor .camera.z { transform: rotateZ(-90deg); } .trigger:nth-child(42):hover ~ .monitor .camera.x { transform: rotateX(36deg); } .trigger:nth-child(42):hover ~ .monitor .camera.y { transform: translateZ(-850px); } .trigger:nth-child(42):hover ~ .monitor .camera.z { transform: rotateZ(-85deg); } .trigger:nth-child(43):hover ~ .monitor .camera.x { transform: rotateX(36deg); } .trigger:nth-child(43):hover ~ .monitor .camera.y { transform: translateZ(-850px); } .trigger:nth-child(43):hover ~ .monitor .camera.z { transform: rotateZ(-80deg); } .trigger:nth-child(44):hover ~ .monitor .camera.x { transform: rotateX(36deg); } .trigger:nth-child(44):hover ~ .monitor .camera.y { transform: translateZ(-850px); } .trigger:nth-child(44):hover ~ .monitor .camera.z { transform: rotateZ(-75deg); } .trigger:nth-child(45):hover ~ .monitor .camera.x { transform: rotateX(36deg); } .trigger:nth-child(45):hover ~ .monitor .camera.y { transform: translateZ(-850px); } .trigger:nth-child(45):hover ~ .monitor .camera.z { transform: rotateZ(-70deg); } .trigger:nth-child(46):hover ~ .monitor .camera.x { transform: rotateX(36deg); } .trigger:nth-child(46):hover ~ .monitor .camera.y { transform: translateZ(-850px); } .trigger:nth-child(46):hover ~ .monitor .camera.z { transform: rotateZ(-65deg); } .trigger:nth-child(47):hover ~ .monitor .camera.x { transform: rotateX(36deg); } .trigger:nth-child(47):hover ~ .monitor .camera.y { transform: translateZ(-850px); } .trigger:nth-child(47):hover ~ .monitor .camera.z { transform: rotateZ(-60deg); } .trigger:nth-child(48):hover ~ .monitor .camera.x { transform: rotateX(36deg); } .trigger:nth-child(48):hover ~ .monitor .camera.y { transform: translateZ(-850px); } .trigger:nth-child(48):hover ~ .monitor .camera.z { transform: rotateZ(-55deg); } .trigger:nth-child(49):hover ~ .monitor .camera.x { transform: rotateX(36deg); } .trigger:nth-child(49):hover ~ .monitor .camera.y { transform: translateZ(-850px); } .trigger:nth-child(49):hover ~ .monitor .camera.z { transform: rotateZ(-50deg); } .trigger:nth-child(50):hover ~ .monitor .camera.x { transform: rotateX(36deg); } .trigger:nth-child(50):hover ~ .monitor .camera.y { transform: translateZ(-850px); } .trigger:nth-child(50):hover ~ .monitor .camera.z { transform: rotateZ(-45deg); } .trigger:nth-child(51):hover ~ .monitor .camera.x { transform: rotateX(36deg); } .trigger:nth-child(51):hover ~ .monitor .camera.y { transform: translateZ(-850px); } .trigger:nth-child(51):hover ~ .monitor .camera.z { transform: rotateZ(-40deg); } .trigger:nth-child(52):hover ~ .monitor .camera.x { transform: rotateX(36deg); } .trigger:nth-child(52):hover ~ .monitor .camera.y { transform: translateZ(-850px); } .trigger:nth-child(52):hover ~ .monitor .camera.z { transform: rotateZ(-35deg); } .trigger:nth-child(53):hover ~ .monitor .camera.x { transform: rotateX(36deg); } .trigger:nth-child(53):hover ~ .monitor .camera.y { transform: translateZ(-850px); } .trigger:nth-child(53):hover ~ .monitor .camera.z { transform: rotateZ(-30deg); } .trigger:nth-child(54):hover ~ .monitor .camera.x { transform: rotateX(36deg); } .trigger:nth-child(54):hover ~ .monitor .camera.y { transform: translateZ(-850px); } .trigger:nth-child(54):hover ~ .monitor .camera.z { transform: rotateZ(-25deg); } .trigger:nth-child(55):hover ~ .monitor .camera.x { transform: rotateX(36deg); } .trigger:nth-child(55):hover ~ .monitor .camera.y { transform: translateZ(-850px); } .trigger:nth-child(55):hover ~ .monitor .camera.z { transform: rotateZ(-20deg); } .trigger:nth-child(56):hover ~ .monitor .camera.x { transform: rotateX(36deg); } .trigger:nth-child(56):hover ~ .monitor .camera.y { transform: translateZ(-850px); } .trigger:nth-child(56):hover ~ .monitor .camera.z { transform: rotateZ(-15deg); } .trigger:nth-child(57):hover ~ .monitor .camera.x { transform: rotateX(36deg); } .trigger:nth-child(57):hover ~ .monitor .camera.y { transform: translateZ(-850px); } .trigger:nth-child(57):hover ~ .monitor .camera.z { transform: rotateZ(-10deg); } .trigger:nth-child(58):hover ~ .monitor .camera.x { transform: rotateX(36deg); } .trigger:nth-child(58):hover ~ .monitor .camera.y { transform: translateZ(-850px); } .trigger:nth-child(58):hover ~ .monitor .camera.z { transform: rotateZ(-5deg); } .trigger:nth-child(59):hover ~ .monitor .camera.x { transform: rotateX(36deg); } .trigger:nth-child(59):hover ~ .monitor .camera.y { transform: translateZ(-850px); } .trigger:nth-child(59):hover ~ .monitor .camera.z { transform: rotateZ(0deg); } .trigger:nth-child(60):hover ~ .monitor .camera.x { transform: rotateX(36deg); } .trigger:nth-child(60):hover ~ .monitor .camera.y { transform: translateZ(-850px); } .trigger:nth-child(60):hover ~ .monitor .camera.z { transform: rotateZ(5deg); } .trigger:nth-child(61):hover ~ .monitor .camera.x { transform: rotateX(39deg); } .trigger:nth-child(61):hover ~ .monitor .camera.y { transform: translateZ(-800px); } .trigger:nth-child(61):hover ~ .monitor .camera.z { transform: rotateZ(-90deg); } .trigger:nth-child(62):hover ~ .monitor .camera.x { transform: rotateX(39deg); } .trigger:nth-child(62):hover ~ .monitor .camera.y { transform: translateZ(-800px); } .trigger:nth-child(62):hover ~ .monitor .camera.z { transform: rotateZ(-85deg); } .trigger:nth-child(63):hover ~ .monitor .camera.x { transform: rotateX(39deg); } .trigger:nth-child(63):hover ~ .monitor .camera.y { transform: translateZ(-800px); } .trigger:nth-child(63):hover ~ .monitor .camera.z { transform: rotateZ(-80deg); } .trigger:nth-child(64):hover ~ .monitor .camera.x { transform: rotateX(39deg); } .trigger:nth-child(64):hover ~ .monitor .camera.y { transform: translateZ(-800px); } .trigger:nth-child(64):hover ~ .monitor .camera.z { transform: rotateZ(-75deg); } .trigger:nth-child(65):hover ~ .monitor .camera.x { transform: rotateX(39deg); } .trigger:nth-child(65):hover ~ .monitor .camera.y { transform: translateZ(-800px); } .trigger:nth-child(65):hover ~ .monitor .camera.z { transform: rotateZ(-70deg); } .trigger:nth-child(66):hover ~ .monitor .camera.x { transform: rotateX(39deg); } .trigger:nth-child(66):hover ~ .monitor .camera.y { transform: translateZ(-800px); } .trigger:nth-child(66):hover ~ .monitor .camera.z { transform: rotateZ(-65deg); } .trigger:nth-child(67):hover ~ .monitor .camera.x { transform: rotateX(39deg); } .trigger:nth-child(67):hover ~ .monitor .camera.y { transform: translateZ(-800px); } .trigger:nth-child(67):hover ~ .monitor .camera.z { transform: rotateZ(-60deg); } .trigger:nth-child(68):hover ~ .monitor .camera.x { transform: rotateX(39deg); } .trigger:nth-child(68):hover ~ .monitor .camera.y { transform: translateZ(-800px); } .trigger:nth-child(68):hover ~ .monitor .camera.z { transform: rotateZ(-55deg); } .trigger:nth-child(69):hover ~ .monitor .camera.x { transform: rotateX(39deg); } .trigger:nth-child(69):hover ~ .monitor .camera.y { transform: translateZ(-800px); } .trigger:nth-child(69):hover ~ .monitor .camera.z { transform: rotateZ(-50deg); } .trigger:nth-child(70):hover ~ .monitor .camera.x { transform: rotateX(39deg); } .trigger:nth-child(70):hover ~ .monitor .camera.y { transform: translateZ(-800px); } .trigger:nth-child(70):hover ~ .monitor .camera.z { transform: rotateZ(-45deg); } .trigger:nth-child(71):hover ~ .monitor .camera.x { transform: rotateX(39deg); } .trigger:nth-child(71):hover ~ .monitor .camera.y { transform: translateZ(-800px); } .trigger:nth-child(71):hover ~ .monitor .camera.z { transform: rotateZ(-40deg); } .trigger:nth-child(72):hover ~ .monitor .camera.x { transform: rotateX(39deg); } .trigger:nth-child(72):hover ~ .monitor .camera.y { transform: translateZ(-800px); } .trigger:nth-child(72):hover ~ .monitor .camera.z { transform: rotateZ(-35deg); } .trigger:nth-child(73):hover ~ .monitor .camera.x { transform: rotateX(39deg); } .trigger:nth-child(73):hover ~ .monitor .camera.y { transform: translateZ(-800px); } .trigger:nth-child(73):hover ~ .monitor .camera.z { transform: rotateZ(-30deg); } .trigger:nth-child(74):hover ~ .monitor .camera.x { transform: rotateX(39deg); } .trigger:nth-child(74):hover ~ .monitor .camera.y { transform: translateZ(-800px); } .trigger:nth-child(74):hover ~ .monitor .camera.z { transform: rotateZ(-25deg); } .trigger:nth-child(75):hover ~ .monitor .camera.x { transform: rotateX(39deg); } .trigger:nth-child(75):hover ~ .monitor .camera.y { transform: translateZ(-800px); } .trigger:nth-child(75):hover ~ .monitor .camera.z { transform: rotateZ(-20deg); } .trigger:nth-child(76):hover ~ .monitor .camera.x { transform: rotateX(39deg); } .trigger:nth-child(76):hover ~ .monitor .camera.y { transform: translateZ(-800px); } .trigger:nth-child(76):hover ~ .monitor .camera.z { transform: rotateZ(-15deg); } .trigger:nth-child(77):hover ~ .monitor .camera.x { transform: rotateX(39deg); } .trigger:nth-child(77):hover ~ .monitor .camera.y { transform: translateZ(-800px); } .trigger:nth-child(77):hover ~ .monitor .camera.z { transform: rotateZ(-10deg); } .trigger:nth-child(78):hover ~ .monitor .camera.x { transform: rotateX(39deg); } .trigger:nth-child(78):hover ~ .monitor .camera.y { transform: translateZ(-800px); } .trigger:nth-child(78):hover ~ .monitor .camera.z { transform: rotateZ(-5deg); } .trigger:nth-child(79):hover ~ .monitor .camera.x { transform: rotateX(39deg); } .trigger:nth-child(79):hover ~ .monitor .camera.y { transform: translateZ(-800px); } .trigger:nth-child(79):hover ~ .monitor .camera.z { transform: rotateZ(0deg); } .trigger:nth-child(80):hover ~ .monitor .camera.x { transform: rotateX(39deg); } .trigger:nth-child(80):hover ~ .monitor .camera.y { transform: translateZ(-800px); } .trigger:nth-child(80):hover ~ .monitor .camera.z { transform: rotateZ(5deg); } .trigger:nth-child(81):hover ~ .monitor .camera.x { transform: rotateX(42deg); } .trigger:nth-child(81):hover ~ .monitor .camera.y { transform: translateZ(-750px); } .trigger:nth-child(81):hover ~ .monitor .camera.z { transform: rotateZ(-90deg); } .trigger:nth-child(82):hover ~ .monitor .camera.x { transform: rotateX(42deg); } .trigger:nth-child(82):hover ~ .monitor .camera.y { transform: translateZ(-750px); } .trigger:nth-child(82):hover ~ .monitor .camera.z { transform: rotateZ(-85deg); } .trigger:nth-child(83):hover ~ .monitor .camera.x { transform: rotateX(42deg); } .trigger:nth-child(83):hover ~ .monitor .camera.y { transform: translateZ(-750px); } .trigger:nth-child(83):hover ~ .monitor .camera.z { transform: rotateZ(-80deg); } .trigger:nth-child(84):hover ~ .monitor .camera.x { transform: rotateX(42deg); } .trigger:nth-child(84):hover ~ .monitor .camera.y { transform: translateZ(-750px); } .trigger:nth-child(84):hover ~ .monitor .camera.z { transform: rotateZ(-75deg); } .trigger:nth-child(85):hover ~ .monitor .camera.x { transform: rotateX(42deg); } .trigger:nth-child(85):hover ~ .monitor .camera.y { transform: translateZ(-750px); } .trigger:nth-child(85):hover ~ .monitor .camera.z { transform: rotateZ(-70deg); } .trigger:nth-child(86):hover ~ .monitor .camera.x { transform: rotateX(42deg); } .trigger:nth-child(86):hover ~ .monitor .camera.y { transform: translateZ(-750px); } .trigger:nth-child(86):hover ~ .monitor .camera.z { transform: rotateZ(-65deg); } .trigger:nth-child(87):hover ~ .monitor .camera.x { transform: rotateX(42deg); } .trigger:nth-child(87):hover ~ .monitor .camera.y { transform: translateZ(-750px); } .trigger:nth-child(87):hover ~ .monitor .camera.z { transform: rotateZ(-60deg); } .trigger:nth-child(88):hover ~ .monitor .camera.x { transform: rotateX(42deg); } .trigger:nth-child(88):hover ~ .monitor .camera.y { transform: translateZ(-750px); } .trigger:nth-child(88):hover ~ .monitor .camera.z { transform: rotateZ(-55deg); } .trigger:nth-child(89):hover ~ .monitor .camera.x { transform: rotateX(42deg); } .trigger:nth-child(89):hover ~ .monitor .camera.y { transform: translateZ(-750px); } .trigger:nth-child(89):hover ~ .monitor .camera.z { transform: rotateZ(-50deg); } .trigger:nth-child(90):hover ~ .monitor .camera.x { transform: rotateX(42deg); } .trigger:nth-child(90):hover ~ .monitor .camera.y { transform: translateZ(-750px); } .trigger:nth-child(90):hover ~ .monitor .camera.z { transform: rotateZ(-45deg); } .trigger:nth-child(91):hover ~ .monitor .camera.x { transform: rotateX(42deg); } .trigger:nth-child(91):hover ~ .monitor .camera.y { transform: translateZ(-750px); } .trigger:nth-child(91):hover ~ .monitor .camera.z { transform: rotateZ(-40deg); } .trigger:nth-child(92):hover ~ .monitor .camera.x { transform: rotateX(42deg); } .trigger:nth-child(92):hover ~ .monitor .camera.y { transform: translateZ(-750px); } .trigger:nth-child(92):hover ~ .monitor .camera.z { transform: rotateZ(-35deg); } .trigger:nth-child(93):hover ~ .monitor .camera.x { transform: rotateX(42deg); } .trigger:nth-child(93):hover ~ .monitor .camera.y { transform: translateZ(-750px); } .trigger:nth-child(93):hover ~ .monitor .camera.z { transform: rotateZ(-30deg); } .trigger:nth-child(94):hover ~ .monitor .camera.x { transform: rotateX(42deg); } .trigger:nth-child(94):hover ~ .monitor .camera.y { transform: translateZ(-750px); } .trigger:nth-child(94):hover ~ .monitor .camera.z { transform: rotateZ(-25deg); } .trigger:nth-child(95):hover ~ .monitor .camera.x { transform: rotateX(42deg); } .trigger:nth-child(95):hover ~ .monitor .camera.y { transform: translateZ(-750px); } .trigger:nth-child(95):hover ~ .monitor .camera.z { transform: rotateZ(-20deg); } .trigger:nth-child(96):hover ~ .monitor .camera.x { transform: rotateX(42deg); } .trigger:nth-child(96):hover ~ .monitor .camera.y { transform: translateZ(-750px); } .trigger:nth-child(96):hover ~ .monitor .camera.z { transform: rotateZ(-15deg); } .trigger:nth-child(97):hover ~ .monitor .camera.x { transform: rotateX(42deg); } .trigger:nth-child(97):hover ~ .monitor .camera.y { transform: translateZ(-750px); } .trigger:nth-child(97):hover ~ .monitor .camera.z { transform: rotateZ(-10deg); } .trigger:nth-child(98):hover ~ .monitor .camera.x { transform: rotateX(42deg); } .trigger:nth-child(98):hover ~ .monitor .camera.y { transform: translateZ(-750px); } .trigger:nth-child(98):hover ~ .monitor .camera.z { transform: rotateZ(-5deg); } .trigger:nth-child(99):hover ~ .monitor .camera.x { transform: rotateX(42deg); } .trigger:nth-child(99):hover ~ .monitor .camera.y { transform: translateZ(-750px); } .trigger:nth-child(99):hover ~ .monitor .camera.z { transform: rotateZ(0deg); } .trigger:nth-child(100):hover ~ .monitor .camera.x { transform: rotateX(42deg); } .trigger:nth-child(100):hover ~ .monitor .camera.y { transform: translateZ(-750px); } .trigger:nth-child(100):hover ~ .monitor .camera.z { transform: rotateZ(5deg); } .trigger:nth-child(101):hover ~ .monitor .camera.x { transform: rotateX(45deg); } .trigger:nth-child(101):hover ~ .monitor .camera.y { transform: translateZ(-700px); } .trigger:nth-child(101):hover ~ .monitor .camera.z { transform: rotateZ(-90deg); } .trigger:nth-child(102):hover ~ .monitor .camera.x { transform: rotateX(45deg); } .trigger:nth-child(102):hover ~ .monitor .camera.y { transform: translateZ(-700px); } .trigger:nth-child(102):hover ~ .monitor .camera.z { transform: rotateZ(-85deg); } .trigger:nth-child(103):hover ~ .monitor .camera.x { transform: rotateX(45deg); } .trigger:nth-child(103):hover ~ .monitor .camera.y { transform: translateZ(-700px); } .trigger:nth-child(103):hover ~ .monitor .camera.z { transform: rotateZ(-80deg); } .trigger:nth-child(104):hover ~ .monitor .camera.x { transform: rotateX(45deg); } .trigger:nth-child(104):hover ~ .monitor .camera.y { transform: translateZ(-700px); } .trigger:nth-child(104):hover ~ .monitor .camera.z { transform: rotateZ(-75deg); } .trigger:nth-child(105):hover ~ .monitor .camera.x { transform: rotateX(45deg); } .trigger:nth-child(105):hover ~ .monitor .camera.y { transform: translateZ(-700px); } .trigger:nth-child(105):hover ~ .monitor .camera.z { transform: rotateZ(-70deg); } .trigger:nth-child(106):hover ~ .monitor .camera.x { transform: rotateX(45deg); } .trigger:nth-child(106):hover ~ .monitor .camera.y { transform: translateZ(-700px); } .trigger:nth-child(106):hover ~ .monitor .camera.z { transform: rotateZ(-65deg); } .trigger:nth-child(107):hover ~ .monitor .camera.x { transform: rotateX(45deg); } .trigger:nth-child(107):hover ~ .monitor .camera.y { transform: translateZ(-700px); } .trigger:nth-child(107):hover ~ .monitor .camera.z { transform: rotateZ(-60deg); } .trigger:nth-child(108):hover ~ .monitor .camera.x { transform: rotateX(45deg); } .trigger:nth-child(108):hover ~ .monitor .camera.y { transform: translateZ(-700px); } .trigger:nth-child(108):hover ~ .monitor .camera.z { transform: rotateZ(-55deg); } .trigger:nth-child(109):hover ~ .monitor .camera.x { transform: rotateX(45deg); } .trigger:nth-child(109):hover ~ .monitor .camera.y { transform: translateZ(-700px); } .trigger:nth-child(109):hover ~ .monitor .camera.z { transform: rotateZ(-50deg); } .trigger:nth-child(110):hover ~ .monitor .camera.x { transform: rotateX(45deg); } .trigger:nth-child(110):hover ~ .monitor .camera.y { transform: translateZ(-700px); } .trigger:nth-child(110):hover ~ .monitor .camera.z { transform: rotateZ(-45deg); } .trigger:nth-child(111):hover ~ .monitor .camera.x { transform: rotateX(45deg); } .trigger:nth-child(111):hover ~ .monitor .camera.y { transform: translateZ(-700px); } .trigger:nth-child(111):hover ~ .monitor .camera.z { transform: rotateZ(-40deg); } .trigger:nth-child(112):hover ~ .monitor .camera.x { transform: rotateX(45deg); } .trigger:nth-child(112):hover ~ .monitor .camera.y { transform: translateZ(-700px); } .trigger:nth-child(112):hover ~ .monitor .camera.z { transform: rotateZ(-35deg); } .trigger:nth-child(113):hover ~ .monitor .camera.x { transform: rotateX(45deg); } .trigger:nth-child(113):hover ~ .monitor .camera.y { transform: translateZ(-700px); } .trigger:nth-child(113):hover ~ .monitor .camera.z { transform: rotateZ(-30deg); } .trigger:nth-child(114):hover ~ .monitor .camera.x { transform: rotateX(45deg); } .trigger:nth-child(114):hover ~ .monitor .camera.y { transform: translateZ(-700px); } .trigger:nth-child(114):hover ~ .monitor .camera.z { transform: rotateZ(-25deg); } .trigger:nth-child(115):hover ~ .monitor .camera.x { transform: rotateX(45deg); } .trigger:nth-child(115):hover ~ .monitor .camera.y { transform: translateZ(-700px); } .trigger:nth-child(115):hover ~ .monitor .camera.z { transform: rotateZ(-20deg); } .trigger:nth-child(116):hover ~ .monitor .camera.x { transform: rotateX(45deg); } .trigger:nth-child(116):hover ~ .monitor .camera.y { transform: translateZ(-700px); } .trigger:nth-child(116):hover ~ .monitor .camera.z { transform: rotateZ(-15deg); } .trigger:nth-child(117):hover ~ .monitor .camera.x { transform: rotateX(45deg); } .trigger:nth-child(117):hover ~ .monitor .camera.y { transform: translateZ(-700px); } .trigger:nth-child(117):hover ~ .monitor .camera.z { transform: rotateZ(-10deg); } .trigger:nth-child(118):hover ~ .monitor .camera.x { transform: rotateX(45deg); } .trigger:nth-child(118):hover ~ .monitor .camera.y { transform: translateZ(-700px); } .trigger:nth-child(118):hover ~ .monitor .camera.z { transform: rotateZ(-5deg); } .trigger:nth-child(119):hover ~ .monitor .camera.x { transform: rotateX(45deg); } .trigger:nth-child(119):hover ~ .monitor .camera.y { transform: translateZ(-700px); } .trigger:nth-child(119):hover ~ .monitor .camera.z { transform: rotateZ(0deg); } .trigger:nth-child(120):hover ~ .monitor .camera.x { transform: rotateX(45deg); } .trigger:nth-child(120):hover ~ .monitor .camera.y { transform: translateZ(-700px); } .trigger:nth-child(120):hover ~ .monitor .camera.z { transform: rotateZ(5deg); } .trigger:nth-child(121):hover ~ .monitor .camera.x { transform: rotateX(48deg); } .trigger:nth-child(121):hover ~ .monitor .camera.y { transform: translateZ(-650px); } .trigger:nth-child(121):hover ~ .monitor .camera.z { transform: rotateZ(-90deg); } .trigger:nth-child(122):hover ~ .monitor .camera.x { transform: rotateX(48deg); } .trigger:nth-child(122):hover ~ .monitor .camera.y { transform: translateZ(-650px); } .trigger:nth-child(122):hover ~ .monitor .camera.z { transform: rotateZ(-85deg); } .trigger:nth-child(123):hover ~ .monitor .camera.x { transform: rotateX(48deg); } .trigger:nth-child(123):hover ~ .monitor .camera.y { transform: translateZ(-650px); } .trigger:nth-child(123):hover ~ .monitor .camera.z { transform: rotateZ(-80deg); } .trigger:nth-child(124):hover ~ .monitor .camera.x { transform: rotateX(48deg); } .trigger:nth-child(124):hover ~ .monitor .camera.y { transform: translateZ(-650px); } .trigger:nth-child(124):hover ~ .monitor .camera.z { transform: rotateZ(-75deg); } .trigger:nth-child(125):hover ~ .monitor .camera.x { transform: rotateX(48deg); } .trigger:nth-child(125):hover ~ .monitor .camera.y { transform: translateZ(-650px); } .trigger:nth-child(125):hover ~ .monitor .camera.z { transform: rotateZ(-70deg); } .trigger:nth-child(126):hover ~ .monitor .camera.x { transform: rotateX(48deg); } .trigger:nth-child(126):hover ~ .monitor .camera.y { transform: translateZ(-650px); } .trigger:nth-child(126):hover ~ .monitor .camera.z { transform: rotateZ(-65deg); } .trigger:nth-child(127):hover ~ .monitor .camera.x { transform: rotateX(48deg); } .trigger:nth-child(127):hover ~ .monitor .camera.y { transform: translateZ(-650px); } .trigger:nth-child(127):hover ~ .monitor .camera.z { transform: rotateZ(-60deg); } .trigger:nth-child(128):hover ~ .monitor .camera.x { transform: rotateX(48deg); } .trigger:nth-child(128):hover ~ .monitor .camera.y { transform: translateZ(-650px); } .trigger:nth-child(128):hover ~ .monitor .camera.z { transform: rotateZ(-55deg); } .trigger:nth-child(129):hover ~ .monitor .camera.x { transform: rotateX(48deg); } .trigger:nth-child(129):hover ~ .monitor .camera.y { transform: translateZ(-650px); } .trigger:nth-child(129):hover ~ .monitor .camera.z { transform: rotateZ(-50deg); } .trigger:nth-child(130):hover ~ .monitor .camera.x { transform: rotateX(48deg); } .trigger:nth-child(130):hover ~ .monitor .camera.y { transform: translateZ(-650px); } .trigger:nth-child(130):hover ~ .monitor .camera.z { transform: rotateZ(-45deg); } .trigger:nth-child(131):hover ~ .monitor .camera.x { transform: rotateX(48deg); } .trigger:nth-child(131):hover ~ .monitor .camera.y { transform: translateZ(-650px); } .trigger:nth-child(131):hover ~ .monitor .camera.z { transform: rotateZ(-40deg); } .trigger:nth-child(132):hover ~ .monitor .camera.x { transform: rotateX(48deg); } .trigger:nth-child(132):hover ~ .monitor .camera.y { transform: translateZ(-650px); } .trigger:nth-child(132):hover ~ .monitor .camera.z { transform: rotateZ(-35deg); } .trigger:nth-child(133):hover ~ .monitor .camera.x { transform: rotateX(48deg); } .trigger:nth-child(133):hover ~ .monitor .camera.y { transform: translateZ(-650px); } .trigger:nth-child(133):hover ~ .monitor .camera.z { transform: rotateZ(-30deg); } .trigger:nth-child(134):hover ~ .monitor .camera.x { transform: rotateX(48deg); } .trigger:nth-child(134):hover ~ .monitor .camera.y { transform: translateZ(-650px); } .trigger:nth-child(134):hover ~ .monitor .camera.z { transform: rotateZ(-25deg); } .trigger:nth-child(135):hover ~ .monitor .camera.x { transform: rotateX(48deg); } .trigger:nth-child(135):hover ~ .monitor .camera.y { transform: translateZ(-650px); } .trigger:nth-child(135):hover ~ .monitor .camera.z { transform: rotateZ(-20deg); } .trigger:nth-child(136):hover ~ .monitor .camera.x { transform: rotateX(48deg); } .trigger:nth-child(136):hover ~ .monitor .camera.y { transform: translateZ(-650px); } .trigger:nth-child(136):hover ~ .monitor .camera.z { transform: rotateZ(-15deg); } .trigger:nth-child(137):hover ~ .monitor .camera.x { transform: rotateX(48deg); } .trigger:nth-child(137):hover ~ .monitor .camera.y { transform: translateZ(-650px); } .trigger:nth-child(137):hover ~ .monitor .camera.z { transform: rotateZ(-10deg); } .trigger:nth-child(138):hover ~ .monitor .camera.x { transform: rotateX(48deg); } .trigger:nth-child(138):hover ~ .monitor .camera.y { transform: translateZ(-650px); } .trigger:nth-child(138):hover ~ .monitor .camera.z { transform: rotateZ(-5deg); } .trigger:nth-child(139):hover ~ .monitor .camera.x { transform: rotateX(48deg); } .trigger:nth-child(139):hover ~ .monitor .camera.y { transform: translateZ(-650px); } .trigger:nth-child(139):hover ~ .monitor .camera.z { transform: rotateZ(0deg); } .trigger:nth-child(140):hover ~ .monitor .camera.x { transform: rotateX(48deg); } .trigger:nth-child(140):hover ~ .monitor .camera.y { transform: translateZ(-650px); } .trigger:nth-child(140):hover ~ .monitor .camera.z { transform: rotateZ(5deg); } .trigger:nth-child(141):hover ~ .monitor .camera.x { transform: rotateX(51deg); } .trigger:nth-child(141):hover ~ .monitor .camera.y { transform: translateZ(-600px); } .trigger:nth-child(141):hover ~ .monitor .camera.z { transform: rotateZ(-90deg); } .trigger:nth-child(142):hover ~ .monitor .camera.x { transform: rotateX(51deg); } .trigger:nth-child(142):hover ~ .monitor .camera.y { transform: translateZ(-600px); } .trigger:nth-child(142):hover ~ .monitor .camera.z { transform: rotateZ(-85deg); } .trigger:nth-child(143):hover ~ .monitor .camera.x { transform: rotateX(51deg); } .trigger:nth-child(143):hover ~ .monitor .camera.y { transform: translateZ(-600px); } .trigger:nth-child(143):hover ~ .monitor .camera.z { transform: rotateZ(-80deg); } .trigger:nth-child(144):hover ~ .monitor .camera.x { transform: rotateX(51deg); } .trigger:nth-child(144):hover ~ .monitor .camera.y { transform: translateZ(-600px); } .trigger:nth-child(144):hover ~ .monitor .camera.z { transform: rotateZ(-75deg); } .trigger:nth-child(145):hover ~ .monitor .camera.x { transform: rotateX(51deg); } .trigger:nth-child(145):hover ~ .monitor .camera.y { transform: translateZ(-600px); } .trigger:nth-child(145):hover ~ .monitor .camera.z { transform: rotateZ(-70deg); } .trigger:nth-child(146):hover ~ .monitor .camera.x { transform: rotateX(51deg); } .trigger:nth-child(146):hover ~ .monitor .camera.y { transform: translateZ(-600px); } .trigger:nth-child(146):hover ~ .monitor .camera.z { transform: rotateZ(-65deg); } .trigger:nth-child(147):hover ~ .monitor .camera.x { transform: rotateX(51deg); } .trigger:nth-child(147):hover ~ .monitor .camera.y { transform: translateZ(-600px); } .trigger:nth-child(147):hover ~ .monitor .camera.z { transform: rotateZ(-60deg); } .trigger:nth-child(148):hover ~ .monitor .camera.x { transform: rotateX(51deg); } .trigger:nth-child(148):hover ~ .monitor .camera.y { transform: translateZ(-600px); } .trigger:nth-child(148):hover ~ .monitor .camera.z { transform: rotateZ(-55deg); } .trigger:nth-child(149):hover ~ .monitor .camera.x { transform: rotateX(51deg); } .trigger:nth-child(149):hover ~ .monitor .camera.y { transform: translateZ(-600px); } .trigger:nth-child(149):hover ~ .monitor .camera.z { transform: rotateZ(-50deg); } .trigger:nth-child(150):hover ~ .monitor .camera.x { transform: rotateX(51deg); } .trigger:nth-child(150):hover ~ .monitor .camera.y { transform: translateZ(-600px); } .trigger:nth-child(150):hover ~ .monitor .camera.z { transform: rotateZ(-45deg); } .trigger:nth-child(151):hover ~ .monitor .camera.x { transform: rotateX(51deg); } .trigger:nth-child(151):hover ~ .monitor .camera.y { transform: translateZ(-600px); } .trigger:nth-child(151):hover ~ .monitor .camera.z { transform: rotateZ(-40deg); } .trigger:nth-child(152):hover ~ .monitor .camera.x { transform: rotateX(51deg); } .trigger:nth-child(152):hover ~ .monitor .camera.y { transform: translateZ(-600px); } .trigger:nth-child(152):hover ~ .monitor .camera.z { transform: rotateZ(-35deg); } .trigger:nth-child(153):hover ~ .monitor .camera.x { transform: rotateX(51deg); } .trigger:nth-child(153):hover ~ .monitor .camera.y { transform: translateZ(-600px); } .trigger:nth-child(153):hover ~ .monitor .camera.z { transform: rotateZ(-30deg); } .trigger:nth-child(154):hover ~ .monitor .camera.x { transform: rotateX(51deg); } .trigger:nth-child(154):hover ~ .monitor .camera.y { transform: translateZ(-600px); } .trigger:nth-child(154):hover ~ .monitor .camera.z { transform: rotateZ(-25deg); } .trigger:nth-child(155):hover ~ .monitor .camera.x { transform: rotateX(51deg); } .trigger:nth-child(155):hover ~ .monitor .camera.y { transform: translateZ(-600px); } .trigger:nth-child(155):hover ~ .monitor .camera.z { transform: rotateZ(-20deg); } .trigger:nth-child(156):hover ~ .monitor .camera.x { transform: rotateX(51deg); } .trigger:nth-child(156):hover ~ .monitor .camera.y { transform: translateZ(-600px); } .trigger:nth-child(156):hover ~ .monitor .camera.z { transform: rotateZ(-15deg); } .trigger:nth-child(157):hover ~ .monitor .camera.x { transform: rotateX(51deg); } .trigger:nth-child(157):hover ~ .monitor .camera.y { transform: translateZ(-600px); } .trigger:nth-child(157):hover ~ .monitor .camera.z { transform: rotateZ(-10deg); } .trigger:nth-child(158):hover ~ .monitor .camera.x { transform: rotateX(51deg); } .trigger:nth-child(158):hover ~ .monitor .camera.y { transform: translateZ(-600px); } .trigger:nth-child(158):hover ~ .monitor .camera.z { transform: rotateZ(-5deg); } .trigger:nth-child(159):hover ~ .monitor .camera.x { transform: rotateX(51deg); } .trigger:nth-child(159):hover ~ .monitor .camera.y { transform: translateZ(-600px); } .trigger:nth-child(159):hover ~ .monitor .camera.z { transform: rotateZ(0deg); } .trigger:nth-child(160):hover ~ .monitor .camera.x { transform: rotateX(51deg); } .trigger:nth-child(160):hover ~ .monitor .camera.y { transform: translateZ(-600px); } .trigger:nth-child(160):hover ~ .monitor .camera.z { transform: rotateZ(5deg); } .trigger:nth-child(161):hover ~ .monitor .camera.x { transform: rotateX(54deg); } .trigger:nth-child(161):hover ~ .monitor .camera.y { transform: translateZ(-550px); } .trigger:nth-child(161):hover ~ .monitor .camera.z { transform: rotateZ(-90deg); } .trigger:nth-child(162):hover ~ .monitor .camera.x { transform: rotateX(54deg); } .trigger:nth-child(162):hover ~ .monitor .camera.y { transform: translateZ(-550px); } .trigger:nth-child(162):hover ~ .monitor .camera.z { transform: rotateZ(-85deg); } .trigger:nth-child(163):hover ~ .monitor .camera.x { transform: rotateX(54deg); } .trigger:nth-child(163):hover ~ .monitor .camera.y { transform: translateZ(-550px); } .trigger:nth-child(163):hover ~ .monitor .camera.z { transform: rotateZ(-80deg); } .trigger:nth-child(164):hover ~ .monitor .camera.x { transform: rotateX(54deg); } .trigger:nth-child(164):hover ~ .monitor .camera.y { transform: translateZ(-550px); } .trigger:nth-child(164):hover ~ .monitor .camera.z { transform: rotateZ(-75deg); } .trigger:nth-child(165):hover ~ .monitor .camera.x { transform: rotateX(54deg); } .trigger:nth-child(165):hover ~ .monitor .camera.y { transform: translateZ(-550px); } .trigger:nth-child(165):hover ~ .monitor .camera.z { transform: rotateZ(-70deg); } .trigger:nth-child(166):hover ~ .monitor .camera.x { transform: rotateX(54deg); } .trigger:nth-child(166):hover ~ .monitor .camera.y { transform: translateZ(-550px); } .trigger:nth-child(166):hover ~ .monitor .camera.z { transform: rotateZ(-65deg); } .trigger:nth-child(167):hover ~ .monitor .camera.x { transform: rotateX(54deg); } .trigger:nth-child(167):hover ~ .monitor .camera.y { transform: translateZ(-550px); } .trigger:nth-child(167):hover ~ .monitor .camera.z { transform: rotateZ(-60deg); } .trigger:nth-child(168):hover ~ .monitor .camera.x { transform: rotateX(54deg); } .trigger:nth-child(168):hover ~ .monitor .camera.y { transform: translateZ(-550px); } .trigger:nth-child(168):hover ~ .monitor .camera.z { transform: rotateZ(-55deg); } .trigger:nth-child(169):hover ~ .monitor .camera.x { transform: rotateX(54deg); } .trigger:nth-child(169):hover ~ .monitor .camera.y { transform: translateZ(-550px); } .trigger:nth-child(169):hover ~ .monitor .camera.z { transform: rotateZ(-50deg); } .trigger:nth-child(170):hover ~ .monitor .camera.x { transform: rotateX(54deg); } .trigger:nth-child(170):hover ~ .monitor .camera.y { transform: translateZ(-550px); } .trigger:nth-child(170):hover ~ .monitor .camera.z { transform: rotateZ(-45deg); } .trigger:nth-child(171):hover ~ .monitor .camera.x { transform: rotateX(54deg); } .trigger:nth-child(171):hover ~ .monitor .camera.y { transform: translateZ(-550px); } .trigger:nth-child(171):hover ~ .monitor .camera.z { transform: rotateZ(-40deg); } .trigger:nth-child(172):hover ~ .monitor .camera.x { transform: rotateX(54deg); } .trigger:nth-child(172):hover ~ .monitor .camera.y { transform: translateZ(-550px); } .trigger:nth-child(172):hover ~ .monitor .camera.z { transform: rotateZ(-35deg); } .trigger:nth-child(173):hover ~ .monitor .camera.x { transform: rotateX(54deg); } .trigger:nth-child(173):hover ~ .monitor .camera.y { transform: translateZ(-550px); } .trigger:nth-child(173):hover ~ .monitor .camera.z { transform: rotateZ(-30deg); } .trigger:nth-child(174):hover ~ .monitor .camera.x { transform: rotateX(54deg); } .trigger:nth-child(174):hover ~ .monitor .camera.y { transform: translateZ(-550px); } .trigger:nth-child(174):hover ~ .monitor .camera.z { transform: rotateZ(-25deg); } .trigger:nth-child(175):hover ~ .monitor .camera.x { transform: rotateX(54deg); } .trigger:nth-child(175):hover ~ .monitor .camera.y { transform: translateZ(-550px); } .trigger:nth-child(175):hover ~ .monitor .camera.z { transform: rotateZ(-20deg); } .trigger:nth-child(176):hover ~ .monitor .camera.x { transform: rotateX(54deg); } .trigger:nth-child(176):hover ~ .monitor .camera.y { transform: translateZ(-550px); } .trigger:nth-child(176):hover ~ .monitor .camera.z { transform: rotateZ(-15deg); } .trigger:nth-child(177):hover ~ .monitor .camera.x { transform: rotateX(54deg); } .trigger:nth-child(177):hover ~ .monitor .camera.y { transform: translateZ(-550px); } .trigger:nth-child(177):hover ~ .monitor .camera.z { transform: rotateZ(-10deg); } .trigger:nth-child(178):hover ~ .monitor .camera.x { transform: rotateX(54deg); } .trigger:nth-child(178):hover ~ .monitor .camera.y { transform: translateZ(-550px); } .trigger:nth-child(178):hover ~ .monitor .camera.z { transform: rotateZ(-5deg); } .trigger:nth-child(179):hover ~ .monitor .camera.x { transform: rotateX(54deg); } .trigger:nth-child(179):hover ~ .monitor .camera.y { transform: translateZ(-550px); } .trigger:nth-child(179):hover ~ .monitor .camera.z { transform: rotateZ(0deg); } .trigger:nth-child(180):hover ~ .monitor .camera.x { transform: rotateX(54deg); } .trigger:nth-child(180):hover ~ .monitor .camera.y { transform: translateZ(-550px); } .trigger:nth-child(180):hover ~ .monitor .camera.z { transform: rotateZ(5deg); } .trigger:nth-child(181):hover ~ .monitor .camera.x { transform: rotateX(57deg); } .trigger:nth-child(181):hover ~ .monitor .camera.y { transform: translateZ(-500px); } .trigger:nth-child(181):hover ~ .monitor .camera.z { transform: rotateZ(-90deg); } .trigger:nth-child(182):hover ~ .monitor .camera.x { transform: rotateX(57deg); } .trigger:nth-child(182):hover ~ .monitor .camera.y { transform: translateZ(-500px); } .trigger:nth-child(182):hover ~ .monitor .camera.z { transform: rotateZ(-85deg); } .trigger:nth-child(183):hover ~ .monitor .camera.x { transform: rotateX(57deg); } .trigger:nth-child(183):hover ~ .monitor .camera.y { transform: translateZ(-500px); } .trigger:nth-child(183):hover ~ .monitor .camera.z { transform: rotateZ(-80deg); } .trigger:nth-child(184):hover ~ .monitor .camera.x { transform: rotateX(57deg); } .trigger:nth-child(184):hover ~ .monitor .camera.y { transform: translateZ(-500px); } .trigger:nth-child(184):hover ~ .monitor .camera.z { transform: rotateZ(-75deg); } .trigger:nth-child(185):hover ~ .monitor .camera.x { transform: rotateX(57deg); } .trigger:nth-child(185):hover ~ .monitor .camera.y { transform: translateZ(-500px); } .trigger:nth-child(185):hover ~ .monitor .camera.z { transform: rotateZ(-70deg); } .trigger:nth-child(186):hover ~ .monitor .camera.x { transform: rotateX(57deg); } .trigger:nth-child(186):hover ~ .monitor .camera.y { transform: translateZ(-500px); } .trigger:nth-child(186):hover ~ .monitor .camera.z { transform: rotateZ(-65deg); } .trigger:nth-child(187):hover ~ .monitor .camera.x { transform: rotateX(57deg); } .trigger:nth-child(187):hover ~ .monitor .camera.y { transform: translateZ(-500px); } .trigger:nth-child(187):hover ~ .monitor .camera.z { transform: rotateZ(-60deg); } .trigger:nth-child(188):hover ~ .monitor .camera.x { transform: rotateX(57deg); } .trigger:nth-child(188):hover ~ .monitor .camera.y { transform: translateZ(-500px); } .trigger:nth-child(188):hover ~ .monitor .camera.z { transform: rotateZ(-55deg); } .trigger:nth-child(189):hover ~ .monitor .camera.x { transform: rotateX(57deg); } .trigger:nth-child(189):hover ~ .monitor .camera.y { transform: translateZ(-500px); } .trigger:nth-child(189):hover ~ .monitor .camera.z { transform: rotateZ(-50deg); } .trigger:nth-child(190):hover ~ .monitor .camera.x { transform: rotateX(57deg); } .trigger:nth-child(190):hover ~ .monitor .camera.y { transform: translateZ(-500px); } .trigger:nth-child(190):hover ~ .monitor .camera.z { transform: rotateZ(-45deg); } .trigger:nth-child(191):hover ~ .monitor .camera.x { transform: rotateX(57deg); } .trigger:nth-child(191):hover ~ .monitor .camera.y { transform: translateZ(-500px); } .trigger:nth-child(191):hover ~ .monitor .camera.z { transform: rotateZ(-40deg); } .trigger:nth-child(192):hover ~ .monitor .camera.x { transform: rotateX(57deg); } .trigger:nth-child(192):hover ~ .monitor .camera.y { transform: translateZ(-500px); } .trigger:nth-child(192):hover ~ .monitor .camera.z { transform: rotateZ(-35deg); } .trigger:nth-child(193):hover ~ .monitor .camera.x { transform: rotateX(57deg); } .trigger:nth-child(193):hover ~ .monitor .camera.y { transform: translateZ(-500px); } .trigger:nth-child(193):hover ~ .monitor .camera.z { transform: rotateZ(-30deg); } .trigger:nth-child(194):hover ~ .monitor .camera.x { transform: rotateX(57deg); } .trigger:nth-child(194):hover ~ .monitor .camera.y { transform: translateZ(-500px); } .trigger:nth-child(194):hover ~ .monitor .camera.z { transform: rotateZ(-25deg); } .trigger:nth-child(195):hover ~ .monitor .camera.x { transform: rotateX(57deg); } .trigger:nth-child(195):hover ~ .monitor .camera.y { transform: translateZ(-500px); } .trigger:nth-child(195):hover ~ .monitor .camera.z { transform: rotateZ(-20deg); } .trigger:nth-child(196):hover ~ .monitor .camera.x { transform: rotateX(57deg); } .trigger:nth-child(196):hover ~ .monitor .camera.y { transform: translateZ(-500px); } .trigger:nth-child(196):hover ~ .monitor .camera.z { transform: rotateZ(-15deg); } .trigger:nth-child(197):hover ~ .monitor .camera.x { transform: rotateX(57deg); } .trigger:nth-child(197):hover ~ .monitor .camera.y { transform: translateZ(-500px); } .trigger:nth-child(197):hover ~ .monitor .camera.z { transform: rotateZ(-10deg); } .trigger:nth-child(198):hover ~ .monitor .camera.x { transform: rotateX(57deg); } .trigger:nth-child(198):hover ~ .monitor .camera.y { transform: translateZ(-500px); } .trigger:nth-child(198):hover ~ .monitor .camera.z { transform: rotateZ(-5deg); } .trigger:nth-child(199):hover ~ .monitor .camera.x { transform: rotateX(57deg); } .trigger:nth-child(199):hover ~ .monitor .camera.y { transform: translateZ(-500px); } .trigger:nth-child(199):hover ~ .monitor .camera.z { transform: rotateZ(0deg); } .trigger:nth-child(200):hover ~ .monitor .camera.x { transform: rotateX(57deg); } .trigger:nth-child(200):hover ~ .monitor .camera.y { transform: translateZ(-500px); } .trigger:nth-child(200):hover ~ .monitor .camera.z { transform: rotateZ(5deg); } .trigger:nth-child(201):hover ~ .monitor .camera.x { transform: rotateX(60deg); } .trigger:nth-child(201):hover ~ .monitor .camera.y { transform: translateZ(-450px); } .trigger:nth-child(201):hover ~ .monitor .camera.z { transform: rotateZ(-90deg); } .trigger:nth-child(202):hover ~ .monitor .camera.x { transform: rotateX(60deg); } .trigger:nth-child(202):hover ~ .monitor .camera.y { transform: translateZ(-450px); } .trigger:nth-child(202):hover ~ .monitor .camera.z { transform: rotateZ(-85deg); } .trigger:nth-child(203):hover ~ .monitor .camera.x { transform: rotateX(60deg); } .trigger:nth-child(203):hover ~ .monitor .camera.y { transform: translateZ(-450px); } .trigger:nth-child(203):hover ~ .monitor .camera.z { transform: rotateZ(-80deg); } .trigger:nth-child(204):hover ~ .monitor .camera.x { transform: rotateX(60deg); } .trigger:nth-child(204):hover ~ .monitor .camera.y { transform: translateZ(-450px); } .trigger:nth-child(204):hover ~ .monitor .camera.z { transform: rotateZ(-75deg); } .trigger:nth-child(205):hover ~ .monitor .camera.x { transform: rotateX(60deg); } .trigger:nth-child(205):hover ~ .monitor .camera.y { transform: translateZ(-450px); } .trigger:nth-child(205):hover ~ .monitor .camera.z { transform: rotateZ(-70deg); } .trigger:nth-child(206):hover ~ .monitor .camera.x { transform: rotateX(60deg); } .trigger:nth-child(206):hover ~ .monitor .camera.y { transform: translateZ(-450px); } .trigger:nth-child(206):hover ~ .monitor .camera.z { transform: rotateZ(-65deg); } .trigger:nth-child(207):hover ~ .monitor .camera.x { transform: rotateX(60deg); } .trigger:nth-child(207):hover ~ .monitor .camera.y { transform: translateZ(-450px); } .trigger:nth-child(207):hover ~ .monitor .camera.z { transform: rotateZ(-60deg); } .trigger:nth-child(208):hover ~ .monitor .camera.x { transform: rotateX(60deg); } .trigger:nth-child(208):hover ~ .monitor .camera.y { transform: translateZ(-450px); } .trigger:nth-child(208):hover ~ .monitor .camera.z { transform: rotateZ(-55deg); } .trigger:nth-child(209):hover ~ .monitor .camera.x { transform: rotateX(60deg); } .trigger:nth-child(209):hover ~ .monitor .camera.y { transform: translateZ(-450px); } .trigger:nth-child(209):hover ~ .monitor .camera.z { transform: rotateZ(-50deg); } .trigger:nth-child(210):hover ~ .monitor .camera.x { transform: rotateX(60deg); } .trigger:nth-child(210):hover ~ .monitor .camera.y { transform: translateZ(-450px); } .trigger:nth-child(210):hover ~ .monitor .camera.z { transform: rotateZ(-45deg); } .trigger:nth-child(211):hover ~ .monitor .camera.x { transform: rotateX(60deg); } .trigger:nth-child(211):hover ~ .monitor .camera.y { transform: translateZ(-450px); } .trigger:nth-child(211):hover ~ .monitor .camera.z { transform: rotateZ(-40deg); } .trigger:nth-child(212):hover ~ .monitor .camera.x { transform: rotateX(60deg); } .trigger:nth-child(212):hover ~ .monitor .camera.y { transform: translateZ(-450px); } .trigger:nth-child(212):hover ~ .monitor .camera.z { transform: rotateZ(-35deg); } .trigger:nth-child(213):hover ~ .monitor .camera.x { transform: rotateX(60deg); } .trigger:nth-child(213):hover ~ .monitor .camera.y { transform: translateZ(-450px); } .trigger:nth-child(213):hover ~ .monitor .camera.z { transform: rotateZ(-30deg); } .trigger:nth-child(214):hover ~ .monitor .camera.x { transform: rotateX(60deg); } .trigger:nth-child(214):hover ~ .monitor .camera.y { transform: translateZ(-450px); } .trigger:nth-child(214):hover ~ .monitor .camera.z { transform: rotateZ(-25deg); } .trigger:nth-child(215):hover ~ .monitor .camera.x { transform: rotateX(60deg); } .trigger:nth-child(215):hover ~ .monitor .camera.y { transform: translateZ(-450px); } .trigger:nth-child(215):hover ~ .monitor .camera.z { transform: rotateZ(-20deg); } .trigger:nth-child(216):hover ~ .monitor .camera.x { transform: rotateX(60deg); } .trigger:nth-child(216):hover ~ .monitor .camera.y { transform: translateZ(-450px); } .trigger:nth-child(216):hover ~ .monitor .camera.z { transform: rotateZ(-15deg); } .trigger:nth-child(217):hover ~ .monitor .camera.x { transform: rotateX(60deg); } .trigger:nth-child(217):hover ~ .monitor .camera.y { transform: translateZ(-450px); } .trigger:nth-child(217):hover ~ .monitor .camera.z { transform: rotateZ(-10deg); } .trigger:nth-child(218):hover ~ .monitor .camera.x { transform: rotateX(60deg); } .trigger:nth-child(218):hover ~ .monitor .camera.y { transform: translateZ(-450px); } .trigger:nth-child(218):hover ~ .monitor .camera.z { transform: rotateZ(-5deg); } .trigger:nth-child(219):hover ~ .monitor .camera.x { transform: rotateX(60deg); } .trigger:nth-child(219):hover ~ .monitor .camera.y { transform: translateZ(-450px); } .trigger:nth-child(219):hover ~ .monitor .camera.z { transform: rotateZ(0deg); } .trigger:nth-child(220):hover ~ .monitor .camera.x { transform: rotateX(60deg); } .trigger:nth-child(220):hover ~ .monitor .camera.y { transform: translateZ(-450px); } .trigger:nth-child(220):hover ~ .monitor .camera.z { transform: rotateZ(5deg); } .trigger:nth-child(221):hover ~ .monitor .camera.x { transform: rotateX(63deg); } .trigger:nth-child(221):hover ~ .monitor .camera.y { transform: translateZ(-400px); } .trigger:nth-child(221):hover ~ .monitor .camera.z { transform: rotateZ(-90deg); } .trigger:nth-child(222):hover ~ .monitor .camera.x { transform: rotateX(63deg); } .trigger:nth-child(222):hover ~ .monitor .camera.y { transform: translateZ(-400px); } .trigger:nth-child(222):hover ~ .monitor .camera.z { transform: rotateZ(-85deg); } .trigger:nth-child(223):hover ~ .monitor .camera.x { transform: rotateX(63deg); } .trigger:nth-child(223):hover ~ .monitor .camera.y { transform: translateZ(-400px); } .trigger:nth-child(223):hover ~ .monitor .camera.z { transform: rotateZ(-80deg); } .trigger:nth-child(224):hover ~ .monitor .camera.x { transform: rotateX(63deg); } .trigger:nth-child(224):hover ~ .monitor .camera.y { transform: translateZ(-400px); } .trigger:nth-child(224):hover ~ .monitor .camera.z { transform: rotateZ(-75deg); } .trigger:nth-child(225):hover ~ .monitor .camera.x { transform: rotateX(63deg); } .trigger:nth-child(225):hover ~ .monitor .camera.y { transform: translateZ(-400px); } .trigger:nth-child(225):hover ~ .monitor .camera.z { transform: rotateZ(-70deg); } .trigger:nth-child(226):hover ~ .monitor .camera.x { transform: rotateX(63deg); } .trigger:nth-child(226):hover ~ .monitor .camera.y { transform: translateZ(-400px); } .trigger:nth-child(226):hover ~ .monitor .camera.z { transform: rotateZ(-65deg); } .trigger:nth-child(227):hover ~ .monitor .camera.x { transform: rotateX(63deg); } .trigger:nth-child(227):hover ~ .monitor .camera.y { transform: translateZ(-400px); } .trigger:nth-child(227):hover ~ .monitor .camera.z { transform: rotateZ(-60deg); } .trigger:nth-child(228):hover ~ .monitor .camera.x { transform: rotateX(63deg); } .trigger:nth-child(228):hover ~ .monitor .camera.y { transform: translateZ(-400px); } .trigger:nth-child(228):hover ~ .monitor .camera.z { transform: rotateZ(-55deg); } .trigger:nth-child(229):hover ~ .monitor .camera.x { transform: rotateX(63deg); } .trigger:nth-child(229):hover ~ .monitor .camera.y { transform: translateZ(-400px); } .trigger:nth-child(229):hover ~ .monitor .camera.z { transform: rotateZ(-50deg); } .trigger:nth-child(230):hover ~ .monitor .camera.x { transform: rotateX(63deg); } .trigger:nth-child(230):hover ~ .monitor .camera.y { transform: translateZ(-400px); } .trigger:nth-child(230):hover ~ .monitor .camera.z { transform: rotateZ(-45deg); } .trigger:nth-child(231):hover ~ .monitor .camera.x { transform: rotateX(63deg); } .trigger:nth-child(231):hover ~ .monitor .camera.y { transform: translateZ(-400px); } .trigger:nth-child(231):hover ~ .monitor .camera.z { transform: rotateZ(-40deg); } .trigger:nth-child(232):hover ~ .monitor .camera.x { transform: rotateX(63deg); } .trigger:nth-child(232):hover ~ .monitor .camera.y { transform: translateZ(-400px); } .trigger:nth-child(232):hover ~ .monitor .camera.z { transform: rotateZ(-35deg); } .trigger:nth-child(233):hover ~ .monitor .camera.x { transform: rotateX(63deg); } .trigger:nth-child(233):hover ~ .monitor .camera.y { transform: translateZ(-400px); } .trigger:nth-child(233):hover ~ .monitor .camera.z { transform: rotateZ(-30deg); } .trigger:nth-child(234):hover ~ .monitor .camera.x { transform: rotateX(63deg); } .trigger:nth-child(234):hover ~ .monitor .camera.y { transform: translateZ(-400px); } .trigger:nth-child(234):hover ~ .monitor .camera.z { transform: rotateZ(-25deg); } .trigger:nth-child(235):hover ~ .monitor .camera.x { transform: rotateX(63deg); } .trigger:nth-child(235):hover ~ .monitor .camera.y { transform: translateZ(-400px); } .trigger:nth-child(235):hover ~ .monitor .camera.z { transform: rotateZ(-20deg); } .trigger:nth-child(236):hover ~ .monitor .camera.x { transform: rotateX(63deg); } .trigger:nth-child(236):hover ~ .monitor .camera.y { transform: translateZ(-400px); } .trigger:nth-child(236):hover ~ .monitor .camera.z { transform: rotateZ(-15deg); } .trigger:nth-child(237):hover ~ .monitor .camera.x { transform: rotateX(63deg); } .trigger:nth-child(237):hover ~ .monitor .camera.y { transform: translateZ(-400px); } .trigger:nth-child(237):hover ~ .monitor .camera.z { transform: rotateZ(-10deg); } .trigger:nth-child(238):hover ~ .monitor .camera.x { transform: rotateX(63deg); } .trigger:nth-child(238):hover ~ .monitor .camera.y { transform: translateZ(-400px); } .trigger:nth-child(238):hover ~ .monitor .camera.z { transform: rotateZ(-5deg); } .trigger:nth-child(239):hover ~ .monitor .camera.x { transform: rotateX(63deg); } .trigger:nth-child(239):hover ~ .monitor .camera.y { transform: translateZ(-400px); } .trigger:nth-child(239):hover ~ .monitor .camera.z { transform: rotateZ(0deg); } .trigger:nth-child(240):hover ~ .monitor .camera.x { transform: rotateX(63deg); } .trigger:nth-child(240):hover ~ .monitor .camera.y { transform: translateZ(-400px); } .trigger:nth-child(240):hover ~ .monitor .camera.z { transform: rotateZ(5deg); } .trigger:nth-child(241):hover ~ .monitor .camera.x { transform: rotateX(66deg); } .trigger:nth-child(241):hover ~ .monitor .camera.y { transform: translateZ(-350px); } .trigger:nth-child(241):hover ~ .monitor .camera.z { transform: rotateZ(-90deg); } .trigger:nth-child(242):hover ~ .monitor .camera.x { transform: rotateX(66deg); } .trigger:nth-child(242):hover ~ .monitor .camera.y { transform: translateZ(-350px); } .trigger:nth-child(242):hover ~ .monitor .camera.z { transform: rotateZ(-85deg); } .trigger:nth-child(243):hover ~ .monitor .camera.x { transform: rotateX(66deg); } .trigger:nth-child(243):hover ~ .monitor .camera.y { transform: translateZ(-350px); } .trigger:nth-child(243):hover ~ .monitor .camera.z { transform: rotateZ(-80deg); } .trigger:nth-child(244):hover ~ .monitor .camera.x { transform: rotateX(66deg); } .trigger:nth-child(244):hover ~ .monitor .camera.y { transform: translateZ(-350px); } .trigger:nth-child(244):hover ~ .monitor .camera.z { transform: rotateZ(-75deg); } .trigger:nth-child(245):hover ~ .monitor .camera.x { transform: rotateX(66deg); } .trigger:nth-child(245):hover ~ .monitor .camera.y { transform: translateZ(-350px); } .trigger:nth-child(245):hover ~ .monitor .camera.z { transform: rotateZ(-70deg); } .trigger:nth-child(246):hover ~ .monitor .camera.x { transform: rotateX(66deg); } .trigger:nth-child(246):hover ~ .monitor .camera.y { transform: translateZ(-350px); } .trigger:nth-child(246):hover ~ .monitor .camera.z { transform: rotateZ(-65deg); } .trigger:nth-child(247):hover ~ .monitor .camera.x { transform: rotateX(66deg); } .trigger:nth-child(247):hover ~ .monitor .camera.y { transform: translateZ(-350px); } .trigger:nth-child(247):hover ~ .monitor .camera.z { transform: rotateZ(-60deg); } .trigger:nth-child(248):hover ~ .monitor .camera.x { transform: rotateX(66deg); } .trigger:nth-child(248):hover ~ .monitor .camera.y { transform: translateZ(-350px); } .trigger:nth-child(248):hover ~ .monitor .camera.z { transform: rotateZ(-55deg); } .trigger:nth-child(249):hover ~ .monitor .camera.x { transform: rotateX(66deg); } .trigger:nth-child(249):hover ~ .monitor .camera.y { transform: translateZ(-350px); } .trigger:nth-child(249):hover ~ .monitor .camera.z { transform: rotateZ(-50deg); } .trigger:nth-child(250):hover ~ .monitor .camera.x { transform: rotateX(66deg); } .trigger:nth-child(250):hover ~ .monitor .camera.y { transform: translateZ(-350px); } .trigger:nth-child(250):hover ~ .monitor .camera.z { transform: rotateZ(-45deg); } .trigger:nth-child(251):hover ~ .monitor .camera.x { transform: rotateX(66deg); } .trigger:nth-child(251):hover ~ .monitor .camera.y { transform: translateZ(-350px); } .trigger:nth-child(251):hover ~ .monitor .camera.z { transform: rotateZ(-40deg); } .trigger:nth-child(252):hover ~ .monitor .camera.x { transform: rotateX(66deg); } .trigger:nth-child(252):hover ~ .monitor .camera.y { transform: translateZ(-350px); } .trigger:nth-child(252):hover ~ .monitor .camera.z { transform: rotateZ(-35deg); } .trigger:nth-child(253):hover ~ .monitor .camera.x { transform: rotateX(66deg); } .trigger:nth-child(253):hover ~ .monitor .camera.y { transform: translateZ(-350px); } .trigger:nth-child(253):hover ~ .monitor .camera.z { transform: rotateZ(-30deg); } .trigger:nth-child(254):hover ~ .monitor .camera.x { transform: rotateX(66deg); } .trigger:nth-child(254):hover ~ .monitor .camera.y { transform: translateZ(-350px); } .trigger:nth-child(254):hover ~ .monitor .camera.z { transform: rotateZ(-25deg); } .trigger:nth-child(255):hover ~ .monitor .camera.x { transform: rotateX(66deg); } .trigger:nth-child(255):hover ~ .monitor .camera.y { transform: translateZ(-350px); } .trigger:nth-child(255):hover ~ .monitor .camera.z { transform: rotateZ(-20deg); } .trigger:nth-child(256):hover ~ .monitor .camera.x { transform: rotateX(66deg); } .trigger:nth-child(256):hover ~ .monitor .camera.y { transform: translateZ(-350px); } .trigger:nth-child(256):hover ~ .monitor .camera.z { transform: rotateZ(-15deg); } .trigger:nth-child(257):hover ~ .monitor .camera.x { transform: rotateX(66deg); } .trigger:nth-child(257):hover ~ .monitor .camera.y { transform: translateZ(-350px); } .trigger:nth-child(257):hover ~ .monitor .camera.z { transform: rotateZ(-10deg); } .trigger:nth-child(258):hover ~ .monitor .camera.x { transform: rotateX(66deg); } .trigger:nth-child(258):hover ~ .monitor .camera.y { transform: translateZ(-350px); } .trigger:nth-child(258):hover ~ .monitor .camera.z { transform: rotateZ(-5deg); } .trigger:nth-child(259):hover ~ .monitor .camera.x { transform: rotateX(66deg); } .trigger:nth-child(259):hover ~ .monitor .camera.y { transform: translateZ(-350px); } .trigger:nth-child(259):hover ~ .monitor .camera.z { transform: rotateZ(0deg); } .trigger:nth-child(260):hover ~ .monitor .camera.x { transform: rotateX(66deg); } .trigger:nth-child(260):hover ~ .monitor .camera.y { transform: translateZ(-350px); } .trigger:nth-child(260):hover ~ .monitor .camera.z { transform: rotateZ(5deg); } .trigger:nth-child(261):hover ~ .monitor .camera.x { transform: rotateX(69deg); } .trigger:nth-child(261):hover ~ .monitor .camera.y { transform: translateZ(-300px); } .trigger:nth-child(261):hover ~ .monitor .camera.z { transform: rotateZ(-90deg); } .trigger:nth-child(262):hover ~ .monitor .camera.x { transform: rotateX(69deg); } .trigger:nth-child(262):hover ~ .monitor .camera.y { transform: translateZ(-300px); } .trigger:nth-child(262):hover ~ .monitor .camera.z { transform: rotateZ(-85deg); } .trigger:nth-child(263):hover ~ .monitor .camera.x { transform: rotateX(69deg); } .trigger:nth-child(263):hover ~ .monitor .camera.y { transform: translateZ(-300px); } .trigger:nth-child(263):hover ~ .monitor .camera.z { transform: rotateZ(-80deg); } .trigger:nth-child(264):hover ~ .monitor .camera.x { transform: rotateX(69deg); } .trigger:nth-child(264):hover ~ .monitor .camera.y { transform: translateZ(-300px); } .trigger:nth-child(264):hover ~ .monitor .camera.z { transform: rotateZ(-75deg); } .trigger:nth-child(265):hover ~ .monitor .camera.x { transform: rotateX(69deg); } .trigger:nth-child(265):hover ~ .monitor .camera.y { transform: translateZ(-300px); } .trigger:nth-child(265):hover ~ .monitor .camera.z { transform: rotateZ(-70deg); } .trigger:nth-child(266):hover ~ .monitor .camera.x { transform: rotateX(69deg); } .trigger:nth-child(266):hover ~ .monitor .camera.y { transform: translateZ(-300px); } .trigger:nth-child(266):hover ~ .monitor .camera.z { transform: rotateZ(-65deg); } .trigger:nth-child(267):hover ~ .monitor .camera.x { transform: rotateX(69deg); } .trigger:nth-child(267):hover ~ .monitor .camera.y { transform: translateZ(-300px); } .trigger:nth-child(267):hover ~ .monitor .camera.z { transform: rotateZ(-60deg); } .trigger:nth-child(268):hover ~ .monitor .camera.x { transform: rotateX(69deg); } .trigger:nth-child(268):hover ~ .monitor .camera.y { transform: translateZ(-300px); } .trigger:nth-child(268):hover ~ .monitor .camera.z { transform: rotateZ(-55deg); } .trigger:nth-child(269):hover ~ .monitor .camera.x { transform: rotateX(69deg); } .trigger:nth-child(269):hover ~ .monitor .camera.y { transform: translateZ(-300px); } .trigger:nth-child(269):hover ~ .monitor .camera.z { transform: rotateZ(-50deg); } .trigger:nth-child(270):hover ~ .monitor .camera.x { transform: rotateX(69deg); } .trigger:nth-child(270):hover ~ .monitor .camera.y { transform: translateZ(-300px); } .trigger:nth-child(270):hover ~ .monitor .camera.z { transform: rotateZ(-45deg); } .trigger:nth-child(271):hover ~ .monitor .camera.x { transform: rotateX(69deg); } .trigger:nth-child(271):hover ~ .monitor .camera.y { transform: translateZ(-300px); } .trigger:nth-child(271):hover ~ .monitor .camera.z { transform: rotateZ(-40deg); } .trigger:nth-child(272):hover ~ .monitor .camera.x { transform: rotateX(69deg); } .trigger:nth-child(272):hover ~ .monitor .camera.y { transform: translateZ(-300px); } .trigger:nth-child(272):hover ~ .monitor .camera.z { transform: rotateZ(-35deg); } .trigger:nth-child(273):hover ~ .monitor .camera.x { transform: rotateX(69deg); } .trigger:nth-child(273):hover ~ .monitor .camera.y { transform: translateZ(-300px); } .trigger:nth-child(273):hover ~ .monitor .camera.z { transform: rotateZ(-30deg); } .trigger:nth-child(274):hover ~ .monitor .camera.x { transform: rotateX(69deg); } .trigger:nth-child(274):hover ~ .monitor .camera.y { transform: translateZ(-300px); } .trigger:nth-child(274):hover ~ .monitor .camera.z { transform: rotateZ(-25deg); } .trigger:nth-child(275):hover ~ .monitor .camera.x { transform: rotateX(69deg); } .trigger:nth-child(275):hover ~ .monitor .camera.y { transform: translateZ(-300px); } .trigger:nth-child(275):hover ~ .monitor .camera.z { transform: rotateZ(-20deg); } .trigger:nth-child(276):hover ~ .monitor .camera.x { transform: rotateX(69deg); } .trigger:nth-child(276):hover ~ .monitor .camera.y { transform: translateZ(-300px); } .trigger:nth-child(276):hover ~ .monitor .camera.z { transform: rotateZ(-15deg); } .trigger:nth-child(277):hover ~ .monitor .camera.x { transform: rotateX(69deg); } .trigger:nth-child(277):hover ~ .monitor .camera.y { transform: translateZ(-300px); } .trigger:nth-child(277):hover ~ .monitor .camera.z { transform: rotateZ(-10deg); } .trigger:nth-child(278):hover ~ .monitor .camera.x { transform: rotateX(69deg); } .trigger:nth-child(278):hover ~ .monitor .camera.y { transform: translateZ(-300px); } .trigger:nth-child(278):hover ~ .monitor .camera.z { transform: rotateZ(-5deg); } .trigger:nth-child(279):hover ~ .monitor .camera.x { transform: rotateX(69deg); } .trigger:nth-child(279):hover ~ .monitor .camera.y { transform: translateZ(-300px); } .trigger:nth-child(279):hover ~ .monitor .camera.z { transform: rotateZ(0deg); } .trigger:nth-child(280):hover ~ .monitor .camera.x { transform: rotateX(69deg); } .trigger:nth-child(280):hover ~ .monitor .camera.y { transform: translateZ(-300px); } .trigger:nth-child(280):hover ~ .monitor .camera.z { transform: rotateZ(5deg); } .trigger:nth-child(281):hover ~ .monitor .camera.x { transform: rotateX(72deg); } .trigger:nth-child(281):hover ~ .monitor .camera.y { transform: translateZ(-250px); } .trigger:nth-child(281):hover ~ .monitor .camera.z { transform: rotateZ(-90deg); } .trigger:nth-child(282):hover ~ .monitor .camera.x { transform: rotateX(72deg); } .trigger:nth-child(282):hover ~ .monitor .camera.y { transform: translateZ(-250px); } .trigger:nth-child(282):hover ~ .monitor .camera.z { transform: rotateZ(-85deg); } .trigger:nth-child(283):hover ~ .monitor .camera.x { transform: rotateX(72deg); } .trigger:nth-child(283):hover ~ .monitor .camera.y { transform: translateZ(-250px); } .trigger:nth-child(283):hover ~ .monitor .camera.z { transform: rotateZ(-80deg); } .trigger:nth-child(284):hover ~ .monitor .camera.x { transform: rotateX(72deg); } .trigger:nth-child(284):hover ~ .monitor .camera.y { transform: translateZ(-250px); } .trigger:nth-child(284):hover ~ .monitor .camera.z { transform: rotateZ(-75deg); } .trigger:nth-child(285):hover ~ .monitor .camera.x { transform: rotateX(72deg); } .trigger:nth-child(285):hover ~ .monitor .camera.y { transform: translateZ(-250px); } .trigger:nth-child(285):hover ~ .monitor .camera.z { transform: rotateZ(-70deg); } .trigger:nth-child(286):hover ~ .monitor .camera.x { transform: rotateX(72deg); } .trigger:nth-child(286):hover ~ .monitor .camera.y { transform: translateZ(-250px); } .trigger:nth-child(286):hover ~ .monitor .camera.z { transform: rotateZ(-65deg); } .trigger:nth-child(287):hover ~ .monitor .camera.x { transform: rotateX(72deg); } .trigger:nth-child(287):hover ~ .monitor .camera.y { transform: translateZ(-250px); } .trigger:nth-child(287):hover ~ .monitor .camera.z { transform: rotateZ(-60deg); } .trigger:nth-child(288):hover ~ .monitor .camera.x { transform: rotateX(72deg); } .trigger:nth-child(288):hover ~ .monitor .camera.y { transform: translateZ(-250px); } .trigger:nth-child(288):hover ~ .monitor .camera.z { transform: rotateZ(-55deg); } .trigger:nth-child(289):hover ~ .monitor .camera.x { transform: rotateX(72deg); } .trigger:nth-child(289):hover ~ .monitor .camera.y { transform: translateZ(-250px); } .trigger:nth-child(289):hover ~ .monitor .camera.z { transform: rotateZ(-50deg); } .trigger:nth-child(290):hover ~ .monitor .camera.x { transform: rotateX(72deg); } .trigger:nth-child(290):hover ~ .monitor .camera.y { transform: translateZ(-250px); } .trigger:nth-child(290):hover ~ .monitor .camera.z { transform: rotateZ(-45deg); } .trigger:nth-child(291):hover ~ .monitor .camera.x { transform: rotateX(72deg); } .trigger:nth-child(291):hover ~ .monitor .camera.y { transform: translateZ(-250px); } .trigger:nth-child(291):hover ~ .monitor .camera.z { transform: rotateZ(-40deg); } .trigger:nth-child(292):hover ~ .monitor .camera.x { transform: rotateX(72deg); } .trigger:nth-child(292):hover ~ .monitor .camera.y { transform: translateZ(-250px); } .trigger:nth-child(292):hover ~ .monitor .camera.z { transform: rotateZ(-35deg); } .trigger:nth-child(293):hover ~ .monitor .camera.x { transform: rotateX(72deg); } .trigger:nth-child(293):hover ~ .monitor .camera.y { transform: translateZ(-250px); } .trigger:nth-child(293):hover ~ .monitor .camera.z { transform: rotateZ(-30deg); } .trigger:nth-child(294):hover ~ .monitor .camera.x { transform: rotateX(72deg); } .trigger:nth-child(294):hover ~ .monitor .camera.y { transform: translateZ(-250px); } .trigger:nth-child(294):hover ~ .monitor .camera.z { transform: rotateZ(-25deg); } .trigger:nth-child(295):hover ~ .monitor .camera.x { transform: rotateX(72deg); } .trigger:nth-child(295):hover ~ .monitor .camera.y { transform: translateZ(-250px); } .trigger:nth-child(295):hover ~ .monitor .camera.z { transform: rotateZ(-20deg); } .trigger:nth-child(296):hover ~ .monitor .camera.x { transform: rotateX(72deg); } .trigger:nth-child(296):hover ~ .monitor .camera.y { transform: translateZ(-250px); } .trigger:nth-child(296):hover ~ .monitor .camera.z { transform: rotateZ(-15deg); } .trigger:nth-child(297):hover ~ .monitor .camera.x { transform: rotateX(72deg); } .trigger:nth-child(297):hover ~ .monitor .camera.y { transform: translateZ(-250px); } .trigger:nth-child(297):hover ~ .monitor .camera.z { transform: rotateZ(-10deg); } .trigger:nth-child(298):hover ~ .monitor .camera.x { transform: rotateX(72deg); } .trigger:nth-child(298):hover ~ .monitor .camera.y { transform: translateZ(-250px); } .trigger:nth-child(298):hover ~ .monitor .camera.z { transform: rotateZ(-5deg); } .trigger:nth-child(299):hover ~ .monitor .camera.x { transform: rotateX(72deg); } .trigger:nth-child(299):hover ~ .monitor .camera.y { transform: translateZ(-250px); } .trigger:nth-child(299):hover ~ .monitor .camera.z { transform: rotateZ(0deg); } .trigger:nth-child(300):hover ~ .monitor .camera.x { transform: rotateX(72deg); } .trigger:nth-child(300):hover ~ .monitor .camera.y { transform: translateZ(-250px); } .trigger:nth-child(300):hover ~ .monitor .camera.z { transform: rotateZ(5deg); } .trigger:nth-child(301):hover ~ .monitor .camera.x { transform: rotateX(75deg); } .trigger:nth-child(301):hover ~ .monitor .camera.y { transform: translateZ(-200px); } .trigger:nth-child(301):hover ~ .monitor .camera.z { transform: rotateZ(-90deg); } .trigger:nth-child(302):hover ~ .monitor .camera.x { transform: rotateX(75deg); } .trigger:nth-child(302):hover ~ .monitor .camera.y { transform: translateZ(-200px); } .trigger:nth-child(302):hover ~ .monitor .camera.z { transform: rotateZ(-85deg); } .trigger:nth-child(303):hover ~ .monitor .camera.x { transform: rotateX(75deg); } .trigger:nth-child(303):hover ~ .monitor .camera.y { transform: translateZ(-200px); } .trigger:nth-child(303):hover ~ .monitor .camera.z { transform: rotateZ(-80deg); } .trigger:nth-child(304):hover ~ .monitor .camera.x { transform: rotateX(75deg); } .trigger:nth-child(304):hover ~ .monitor .camera.y { transform: translateZ(-200px); } .trigger:nth-child(304):hover ~ .monitor .camera.z { transform: rotateZ(-75deg); } .trigger:nth-child(305):hover ~ .monitor .camera.x { transform: rotateX(75deg); } .trigger:nth-child(305):hover ~ .monitor .camera.y { transform: translateZ(-200px); } .trigger:nth-child(305):hover ~ .monitor .camera.z { transform: rotateZ(-70deg); } .trigger:nth-child(306):hover ~ .monitor .camera.x { transform: rotateX(75deg); } .trigger:nth-child(306):hover ~ .monitor .camera.y { transform: translateZ(-200px); } .trigger:nth-child(306):hover ~ .monitor .camera.z { transform: rotateZ(-65deg); } .trigger:nth-child(307):hover ~ .monitor .camera.x { transform: rotateX(75deg); } .trigger:nth-child(307):hover ~ .monitor .camera.y { transform: translateZ(-200px); } .trigger:nth-child(307):hover ~ .monitor .camera.z { transform: rotateZ(-60deg); } .trigger:nth-child(308):hover ~ .monitor .camera.x { transform: rotateX(75deg); } .trigger:nth-child(308):hover ~ .monitor .camera.y { transform: translateZ(-200px); } .trigger:nth-child(308):hover ~ .monitor .camera.z { transform: rotateZ(-55deg); } .trigger:nth-child(309):hover ~ .monitor .camera.x { transform: rotateX(75deg); } .trigger:nth-child(309):hover ~ .monitor .camera.y { transform: translateZ(-200px); } .trigger:nth-child(309):hover ~ .monitor .camera.z { transform: rotateZ(-50deg); } .trigger:nth-child(310):hover ~ .monitor .camera.x { transform: rotateX(75deg); } .trigger:nth-child(310):hover ~ .monitor .camera.y { transform: translateZ(-200px); } .trigger:nth-child(310):hover ~ .monitor .camera.z { transform: rotateZ(-45deg); } .trigger:nth-child(311):hover ~ .monitor .camera.x { transform: rotateX(75deg); } .trigger:nth-child(311):hover ~ .monitor .camera.y { transform: translateZ(-200px); } .trigger:nth-child(311):hover ~ .monitor .camera.z { transform: rotateZ(-40deg); } .trigger:nth-child(312):hover ~ .monitor .camera.x { transform: rotateX(75deg); } .trigger:nth-child(312):hover ~ .monitor .camera.y { transform: translateZ(-200px); } .trigger:nth-child(312):hover ~ .monitor .camera.z { transform: rotateZ(-35deg); } .trigger:nth-child(313):hover ~ .monitor .camera.x { transform: rotateX(75deg); } .trigger:nth-child(313):hover ~ .monitor .camera.y { transform: translateZ(-200px); } .trigger:nth-child(313):hover ~ .monitor .camera.z { transform: rotateZ(-30deg); } .trigger:nth-child(314):hover ~ .monitor .camera.x { transform: rotateX(75deg); } .trigger:nth-child(314):hover ~ .monitor .camera.y { transform: translateZ(-200px); } .trigger:nth-child(314):hover ~ .monitor .camera.z { transform: rotateZ(-25deg); } .trigger:nth-child(315):hover ~ .monitor .camera.x { transform: rotateX(75deg); } .trigger:nth-child(315):hover ~ .monitor .camera.y { transform: translateZ(-200px); } .trigger:nth-child(315):hover ~ .monitor .camera.z { transform: rotateZ(-20deg); } .trigger:nth-child(316):hover ~ .monitor .camera.x { transform: rotateX(75deg); } .trigger:nth-child(316):hover ~ .monitor .camera.y { transform: translateZ(-200px); } .trigger:nth-child(316):hover ~ .monitor .camera.z { transform: rotateZ(-15deg); } .trigger:nth-child(317):hover ~ .monitor .camera.x { transform: rotateX(75deg); } .trigger:nth-child(317):hover ~ .monitor .camera.y { transform: translateZ(-200px); } .trigger:nth-child(317):hover ~ .monitor .camera.z { transform: rotateZ(-10deg); } .trigger:nth-child(318):hover ~ .monitor .camera.x { transform: rotateX(75deg); } .trigger:nth-child(318):hover ~ .monitor .camera.y { transform: translateZ(-200px); } .trigger:nth-child(318):hover ~ .monitor .camera.z { transform: rotateZ(-5deg); } .trigger:nth-child(319):hover ~ .monitor .camera.x { transform: rotateX(75deg); } .trigger:nth-child(319):hover ~ .monitor .camera.y { transform: translateZ(-200px); } .trigger:nth-child(319):hover ~ .monitor .camera.z { transform: rotateZ(0deg); } .trigger:nth-child(320):hover ~ .monitor .camera.x { transform: rotateX(75deg); } .trigger:nth-child(320):hover ~ .monitor .camera.y { transform: translateZ(-200px); } .trigger:nth-child(320):hover ~ .monitor .camera.z { transform: rotateZ(5deg); } .trigger:nth-child(321):hover ~ .monitor .camera.x { transform: rotateX(78deg); } .trigger:nth-child(321):hover ~ .monitor .camera.y { transform: translateZ(-150px); } .trigger:nth-child(321):hover ~ .monitor .camera.z { transform: rotateZ(-90deg); } .trigger:nth-child(322):hover ~ .monitor .camera.x { transform: rotateX(78deg); } .trigger:nth-child(322):hover ~ .monitor .camera.y { transform: translateZ(-150px); } .trigger:nth-child(322):hover ~ .monitor .camera.z { transform: rotateZ(-85deg); } .trigger:nth-child(323):hover ~ .monitor .camera.x { transform: rotateX(78deg); } .trigger:nth-child(323):hover ~ .monitor .camera.y { transform: translateZ(-150px); } .trigger:nth-child(323):hover ~ .monitor .camera.z { transform: rotateZ(-80deg); } .trigger:nth-child(324):hover ~ .monitor .camera.x { transform: rotateX(78deg); } .trigger:nth-child(324):hover ~ .monitor .camera.y { transform: translateZ(-150px); } .trigger:nth-child(324):hover ~ .monitor .camera.z { transform: rotateZ(-75deg); } .trigger:nth-child(325):hover ~ .monitor .camera.x { transform: rotateX(78deg); } .trigger:nth-child(325):hover ~ .monitor .camera.y { transform: translateZ(-150px); } .trigger:nth-child(325):hover ~ .monitor .camera.z { transform: rotateZ(-70deg); } .trigger:nth-child(326):hover ~ .monitor .camera.x { transform: rotateX(78deg); } .trigger:nth-child(326):hover ~ .monitor .camera.y { transform: translateZ(-150px); } .trigger:nth-child(326):hover ~ .monitor .camera.z { transform: rotateZ(-65deg); } .trigger:nth-child(327):hover ~ .monitor .camera.x { transform: rotateX(78deg); } .trigger:nth-child(327):hover ~ .monitor .camera.y { transform: translateZ(-150px); } .trigger:nth-child(327):hover ~ .monitor .camera.z { transform: rotateZ(-60deg); } .trigger:nth-child(328):hover ~ .monitor .camera.x { transform: rotateX(78deg); } .trigger:nth-child(328):hover ~ .monitor .camera.y { transform: translateZ(-150px); } .trigger:nth-child(328):hover ~ .monitor .camera.z { transform: rotateZ(-55deg); } .trigger:nth-child(329):hover ~ .monitor .camera.x { transform: rotateX(78deg); } .trigger:nth-child(329):hover ~ .monitor .camera.y { transform: translateZ(-150px); } .trigger:nth-child(329):hover ~ .monitor .camera.z { transform: rotateZ(-50deg); } .trigger:nth-child(330):hover ~ .monitor .camera.x { transform: rotateX(78deg); } .trigger:nth-child(330):hover ~ .monitor .camera.y { transform: translateZ(-150px); } .trigger:nth-child(330):hover ~ .monitor .camera.z { transform: rotateZ(-45deg); } .trigger:nth-child(331):hover ~ .monitor .camera.x { transform: rotateX(78deg); } .trigger:nth-child(331):hover ~ .monitor .camera.y { transform: translateZ(-150px); } .trigger:nth-child(331):hover ~ .monitor .camera.z { transform: rotateZ(-40deg); } .trigger:nth-child(332):hover ~ .monitor .camera.x { transform: rotateX(78deg); } .trigger:nth-child(332):hover ~ .monitor .camera.y { transform: translateZ(-150px); } .trigger:nth-child(332):hover ~ .monitor .camera.z { transform: rotateZ(-35deg); } .trigger:nth-child(333):hover ~ .monitor .camera.x { transform: rotateX(78deg); } .trigger:nth-child(333):hover ~ .monitor .camera.y { transform: translateZ(-150px); } .trigger:nth-child(333):hover ~ .monitor .camera.z { transform: rotateZ(-30deg); } .trigger:nth-child(334):hover ~ .monitor .camera.x { transform: rotateX(78deg); } .trigger:nth-child(334):hover ~ .monitor .camera.y { transform: translateZ(-150px); } .trigger:nth-child(334):hover ~ .monitor .camera.z { transform: rotateZ(-25deg); } .trigger:nth-child(335):hover ~ .monitor .camera.x { transform: rotateX(78deg); } .trigger:nth-child(335):hover ~ .monitor .camera.y { transform: translateZ(-150px); } .trigger:nth-child(335):hover ~ .monitor .camera.z { transform: rotateZ(-20deg); } .trigger:nth-child(336):hover ~ .monitor .camera.x { transform: rotateX(78deg); } .trigger:nth-child(336):hover ~ .monitor .camera.y { transform: translateZ(-150px); } .trigger:nth-child(336):hover ~ .monitor .camera.z { transform: rotateZ(-15deg); } .trigger:nth-child(337):hover ~ .monitor .camera.x { transform: rotateX(78deg); } .trigger:nth-child(337):hover ~ .monitor .camera.y { transform: translateZ(-150px); } .trigger:nth-child(337):hover ~ .monitor .camera.z { transform: rotateZ(-10deg); } .trigger:nth-child(338):hover ~ .monitor .camera.x { transform: rotateX(78deg); } .trigger:nth-child(338):hover ~ .monitor .camera.y { transform: translateZ(-150px); } .trigger:nth-child(338):hover ~ .monitor .camera.z { transform: rotateZ(-5deg); } .trigger:nth-child(339):hover ~ .monitor .camera.x { transform: rotateX(78deg); } .trigger:nth-child(339):hover ~ .monitor .camera.y { transform: translateZ(-150px); } .trigger:nth-child(339):hover ~ .monitor .camera.z { transform: rotateZ(0deg); } .trigger:nth-child(340):hover ~ .monitor .camera.x { transform: rotateX(78deg); } .trigger:nth-child(340):hover ~ .monitor .camera.y { transform: translateZ(-150px); } .trigger:nth-child(340):hover ~ .monitor .camera.z { transform: rotateZ(5deg); } .trigger:nth-child(341):hover ~ .monitor .camera.x { transform: rotateX(81deg); } .trigger:nth-child(341):hover ~ .monitor .camera.y { transform: translateZ(-100px); } .trigger:nth-child(341):hover ~ .monitor .camera.z { transform: rotateZ(-90deg); } .trigger:nth-child(342):hover ~ .monitor .camera.x { transform: rotateX(81deg); } .trigger:nth-child(342):hover ~ .monitor .camera.y { transform: translateZ(-100px); } .trigger:nth-child(342):hover ~ .monitor .camera.z { transform: rotateZ(-85deg); } .trigger:nth-child(343):hover ~ .monitor .camera.x { transform: rotateX(81deg); } .trigger:nth-child(343):hover ~ .monitor .camera.y { transform: translateZ(-100px); } .trigger:nth-child(343):hover ~ .monitor .camera.z { transform: rotateZ(-80deg); } .trigger:nth-child(344):hover ~ .monitor .camera.x { transform: rotateX(81deg); } .trigger:nth-child(344):hover ~ .monitor .camera.y { transform: translateZ(-100px); } .trigger:nth-child(344):hover ~ .monitor .camera.z { transform: rotateZ(-75deg); } .trigger:nth-child(345):hover ~ .monitor .camera.x { transform: rotateX(81deg); } .trigger:nth-child(345):hover ~ .monitor .camera.y { transform: translateZ(-100px); } .trigger:nth-child(345):hover ~ .monitor .camera.z { transform: rotateZ(-70deg); } .trigger:nth-child(346):hover ~ .monitor .camera.x { transform: rotateX(81deg); } .trigger:nth-child(346):hover ~ .monitor .camera.y { transform: translateZ(-100px); } .trigger:nth-child(346):hover ~ .monitor .camera.z { transform: rotateZ(-65deg); } .trigger:nth-child(347):hover ~ .monitor .camera.x { transform: rotateX(81deg); } .trigger:nth-child(347):hover ~ .monitor .camera.y { transform: translateZ(-100px); } .trigger:nth-child(347):hover ~ .monitor .camera.z { transform: rotateZ(-60deg); } .trigger:nth-child(348):hover ~ .monitor .camera.x { transform: rotateX(81deg); } .trigger:nth-child(348):hover ~ .monitor .camera.y { transform: translateZ(-100px); } .trigger:nth-child(348):hover ~ .monitor .camera.z { transform: rotateZ(-55deg); } .trigger:nth-child(349):hover ~ .monitor .camera.x { transform: rotateX(81deg); } .trigger:nth-child(349):hover ~ .monitor .camera.y { transform: translateZ(-100px); } .trigger:nth-child(349):hover ~ .monitor .camera.z { transform: rotateZ(-50deg); } .trigger:nth-child(350):hover ~ .monitor .camera.x { transform: rotateX(81deg); } .trigger:nth-child(350):hover ~ .monitor .camera.y { transform: translateZ(-100px); } .trigger:nth-child(350):hover ~ .monitor .camera.z { transform: rotateZ(-45deg); } .trigger:nth-child(351):hover ~ .monitor .camera.x { transform: rotateX(81deg); } .trigger:nth-child(351):hover ~ .monitor .camera.y { transform: translateZ(-100px); } .trigger:nth-child(351):hover ~ .monitor .camera.z { transform: rotateZ(-40deg); } .trigger:nth-child(352):hover ~ .monitor .camera.x { transform: rotateX(81deg); } .trigger:nth-child(352):hover ~ .monitor .camera.y { transform: translateZ(-100px); } .trigger:nth-child(352):hover ~ .monitor .camera.z { transform: rotateZ(-35deg); } .trigger:nth-child(353):hover ~ .monitor .camera.x { transform: rotateX(81deg); } .trigger:nth-child(353):hover ~ .monitor .camera.y { transform: translateZ(-100px); } .trigger:nth-child(353):hover ~ .monitor .camera.z { transform: rotateZ(-30deg); } .trigger:nth-child(354):hover ~ .monitor .camera.x { transform: rotateX(81deg); } .trigger:nth-child(354):hover ~ .monitor .camera.y { transform: translateZ(-100px); } .trigger:nth-child(354):hover ~ .monitor .camera.z { transform: rotateZ(-25deg); } .trigger:nth-child(355):hover ~ .monitor .camera.x { transform: rotateX(81deg); } .trigger:nth-child(355):hover ~ .monitor .camera.y { transform: translateZ(-100px); } .trigger:nth-child(355):hover ~ .monitor .camera.z { transform: rotateZ(-20deg); } .trigger:nth-child(356):hover ~ .monitor .camera.x { transform: rotateX(81deg); } .trigger:nth-child(356):hover ~ .monitor .camera.y { transform: translateZ(-100px); } .trigger:nth-child(356):hover ~ .monitor .camera.z { transform: rotateZ(-15deg); } .trigger:nth-child(357):hover ~ .monitor .camera.x { transform: rotateX(81deg); } .trigger:nth-child(357):hover ~ .monitor .camera.y { transform: translateZ(-100px); } .trigger:nth-child(357):hover ~ .monitor .camera.z { transform: rotateZ(-10deg); } .trigger:nth-child(358):hover ~ .monitor .camera.x { transform: rotateX(81deg); } .trigger:nth-child(358):hover ~ .monitor .camera.y { transform: translateZ(-100px); } .trigger:nth-child(358):hover ~ .monitor .camera.z { transform: rotateZ(-5deg); } .trigger:nth-child(359):hover ~ .monitor .camera.x { transform: rotateX(81deg); } .trigger:nth-child(359):hover ~ .monitor .camera.y { transform: translateZ(-100px); } .trigger:nth-child(359):hover ~ .monitor .camera.z { transform: rotateZ(0deg); } .trigger:nth-child(360):hover ~ .monitor .camera.x { transform: rotateX(81deg); } .trigger:nth-child(360):hover ~ .monitor .camera.y { transform: translateZ(-100px); } .trigger:nth-child(360):hover ~ .monitor .camera.z { transform: rotateZ(5deg); } .trigger:nth-child(361):hover ~ .monitor .camera.x { transform: rotateX(84deg); } .trigger:nth-child(361):hover ~ .monitor .camera.y { transform: translateZ(-50px); } .trigger:nth-child(361):hover ~ .monitor .camera.z { transform: rotateZ(-90deg); } .trigger:nth-child(362):hover ~ .monitor .camera.x { transform: rotateX(84deg); } .trigger:nth-child(362):hover ~ .monitor .camera.y { transform: translateZ(-50px); } .trigger:nth-child(362):hover ~ .monitor .camera.z { transform: rotateZ(-85deg); } .trigger:nth-child(363):hover ~ .monitor .camera.x { transform: rotateX(84deg); } .trigger:nth-child(363):hover ~ .monitor .camera.y { transform: translateZ(-50px); } .trigger:nth-child(363):hover ~ .monitor .camera.z { transform: rotateZ(-80deg); } .trigger:nth-child(364):hover ~ .monitor .camera.x { transform: rotateX(84deg); } .trigger:nth-child(364):hover ~ .monitor .camera.y { transform: translateZ(-50px); } .trigger:nth-child(364):hover ~ .monitor .camera.z { transform: rotateZ(-75deg); } .trigger:nth-child(365):hover ~ .monitor .camera.x { transform: rotateX(84deg); } .trigger:nth-child(365):hover ~ .monitor .camera.y { transform: translateZ(-50px); } .trigger:nth-child(365):hover ~ .monitor .camera.z { transform: rotateZ(-70deg); } .trigger:nth-child(366):hover ~ .monitor .camera.x { transform: rotateX(84deg); } .trigger:nth-child(366):hover ~ .monitor .camera.y { transform: translateZ(-50px); } .trigger:nth-child(366):hover ~ .monitor .camera.z { transform: rotateZ(-65deg); } .trigger:nth-child(367):hover ~ .monitor .camera.x { transform: rotateX(84deg); } .trigger:nth-child(367):hover ~ .monitor .camera.y { transform: translateZ(-50px); } .trigger:nth-child(367):hover ~ .monitor .camera.z { transform: rotateZ(-60deg); } .trigger:nth-child(368):hover ~ .monitor .camera.x { transform: rotateX(84deg); } .trigger:nth-child(368):hover ~ .monitor .camera.y { transform: translateZ(-50px); } .trigger:nth-child(368):hover ~ .monitor .camera.z { transform: rotateZ(-55deg); } .trigger:nth-child(369):hover ~ .monitor .camera.x { transform: rotateX(84deg); } .trigger:nth-child(369):hover ~ .monitor .camera.y { transform: translateZ(-50px); } .trigger:nth-child(369):hover ~ .monitor .camera.z { transform: rotateZ(-50deg); } .trigger:nth-child(370):hover ~ .monitor .camera.x { transform: rotateX(84deg); } .trigger:nth-child(370):hover ~ .monitor .camera.y { transform: translateZ(-50px); } .trigger:nth-child(370):hover ~ .monitor .camera.z { transform: rotateZ(-45deg); } .trigger:nth-child(371):hover ~ .monitor .camera.x { transform: rotateX(84deg); } .trigger:nth-child(371):hover ~ .monitor .camera.y { transform: translateZ(-50px); } .trigger:nth-child(371):hover ~ .monitor .camera.z { transform: rotateZ(-40deg); } .trigger:nth-child(372):hover ~ .monitor .camera.x { transform: rotateX(84deg); } .trigger:nth-child(372):hover ~ .monitor .camera.y { transform: translateZ(-50px); } .trigger:nth-child(372):hover ~ .monitor .camera.z { transform: rotateZ(-35deg); } .trigger:nth-child(373):hover ~ .monitor .camera.x { transform: rotateX(84deg); } .trigger:nth-child(373):hover ~ .monitor .camera.y { transform: translateZ(-50px); } .trigger:nth-child(373):hover ~ .monitor .camera.z { transform: rotateZ(-30deg); } .trigger:nth-child(374):hover ~ .monitor .camera.x { transform: rotateX(84deg); } .trigger:nth-child(374):hover ~ .monitor .camera.y { transform: translateZ(-50px); } .trigger:nth-child(374):hover ~ .monitor .camera.z { transform: rotateZ(-25deg); } .trigger:nth-child(375):hover ~ .monitor .camera.x { transform: rotateX(84deg); } .trigger:nth-child(375):hover ~ .monitor .camera.y { transform: translateZ(-50px); } .trigger:nth-child(375):hover ~ .monitor .camera.z { transform: rotateZ(-20deg); } .trigger:nth-child(376):hover ~ .monitor .camera.x { transform: rotateX(84deg); } .trigger:nth-child(376):hover ~ .monitor .camera.y { transform: translateZ(-50px); } .trigger:nth-child(376):hover ~ .monitor .camera.z { transform: rotateZ(-15deg); } .trigger:nth-child(377):hover ~ .monitor .camera.x { transform: rotateX(84deg); } .trigger:nth-child(377):hover ~ .monitor .camera.y { transform: translateZ(-50px); } .trigger:nth-child(377):hover ~ .monitor .camera.z { transform: rotateZ(-10deg); } .trigger:nth-child(378):hover ~ .monitor .camera.x { transform: rotateX(84deg); } .trigger:nth-child(378):hover ~ .monitor .camera.y { transform: translateZ(-50px); } .trigger:nth-child(378):hover ~ .monitor .camera.z { transform: rotateZ(-5deg); } .trigger:nth-child(379):hover ~ .monitor .camera.x { transform: rotateX(84deg); } .trigger:nth-child(379):hover ~ .monitor .camera.y { transform: translateZ(-50px); } .trigger:nth-child(379):hover ~ .monitor .camera.z { transform: rotateZ(0deg); } .trigger:nth-child(380):hover ~ .monitor .camera.x { transform: rotateX(84deg); } .trigger:nth-child(380):hover ~ .monitor .camera.y { transform: translateZ(-50px); } .trigger:nth-child(380):hover ~ .monitor .camera.z { transform: rotateZ(5deg); } .trigger:nth-child(381):hover ~ .monitor .camera.x { transform: rotateX(87deg); } .trigger:nth-child(381):hover ~ .monitor .camera.y { transform: translateZ(0px); } .trigger:nth-child(381):hover ~ .monitor .camera.z { transform: rotateZ(-90deg); } .trigger:nth-child(382):hover ~ .monitor .camera.x { transform: rotateX(87deg); } .trigger:nth-child(382):hover ~ .monitor .camera.y { transform: translateZ(0px); } .trigger:nth-child(382):hover ~ .monitor .camera.z { transform: rotateZ(-85deg); } .trigger:nth-child(383):hover ~ .monitor .camera.x { transform: rotateX(87deg); } .trigger:nth-child(383):hover ~ .monitor .camera.y { transform: translateZ(0px); } .trigger:nth-child(383):hover ~ .monitor .camera.z { transform: rotateZ(-80deg); } .trigger:nth-child(384):hover ~ .monitor .camera.x { transform: rotateX(87deg); } .trigger:nth-child(384):hover ~ .monitor .camera.y { transform: translateZ(0px); } .trigger:nth-child(384):hover ~ .monitor .camera.z { transform: rotateZ(-75deg); } .trigger:nth-child(385):hover ~ .monitor .camera.x { transform: rotateX(87deg); } .trigger:nth-child(385):hover ~ .monitor .camera.y { transform: translateZ(0px); } .trigger:nth-child(385):hover ~ .monitor .camera.z { transform: rotateZ(-70deg); } .trigger:nth-child(386):hover ~ .monitor .camera.x { transform: rotateX(87deg); } .trigger:nth-child(386):hover ~ .monitor .camera.y { transform: translateZ(0px); } .trigger:nth-child(386):hover ~ .monitor .camera.z { transform: rotateZ(-65deg); } .trigger:nth-child(387):hover ~ .monitor .camera.x { transform: rotateX(87deg); } .trigger:nth-child(387):hover ~ .monitor .camera.y { transform: translateZ(0px); } .trigger:nth-child(387):hover ~ .monitor .camera.z { transform: rotateZ(-60deg); } .trigger:nth-child(388):hover ~ .monitor .camera.x { transform: rotateX(87deg); } .trigger:nth-child(388):hover ~ .monitor .camera.y { transform: translateZ(0px); } .trigger:nth-child(388):hover ~ .monitor .camera.z { transform: rotateZ(-55deg); } .trigger:nth-child(389):hover ~ .monitor .camera.x { transform: rotateX(87deg); } .trigger:nth-child(389):hover ~ .monitor .camera.y { transform: translateZ(0px); } .trigger:nth-child(389):hover ~ .monitor .camera.z { transform: rotateZ(-50deg); } .trigger:nth-child(390):hover ~ .monitor .camera.x { transform: rotateX(87deg); } .trigger:nth-child(390):hover ~ .monitor .camera.y { transform: translateZ(0px); } .trigger:nth-child(390):hover ~ .monitor .camera.z { transform: rotateZ(-45deg); } .trigger:nth-child(391):hover ~ .monitor .camera.x { transform: rotateX(87deg); } .trigger:nth-child(391):hover ~ .monitor .camera.y { transform: translateZ(0px); } .trigger:nth-child(391):hover ~ .monitor .camera.z { transform: rotateZ(-40deg); } .trigger:nth-child(392):hover ~ .monitor .camera.x { transform: rotateX(87deg); } .trigger:nth-child(392):hover ~ .monitor .camera.y { transform: translateZ(0px); } .trigger:nth-child(392):hover ~ .monitor .camera.z { transform: rotateZ(-35deg); } .trigger:nth-child(393):hover ~ .monitor .camera.x { transform: rotateX(87deg); } .trigger:nth-child(393):hover ~ .monitor .camera.y { transform: translateZ(0px); } .trigger:nth-child(393):hover ~ .monitor .camera.z { transform: rotateZ(-30deg); } .trigger:nth-child(394):hover ~ .monitor .camera.x { transform: rotateX(87deg); } .trigger:nth-child(394):hover ~ .monitor .camera.y { transform: translateZ(0px); } .trigger:nth-child(394):hover ~ .monitor .camera.z { transform: rotateZ(-25deg); } .trigger:nth-child(395):hover ~ .monitor .camera.x { transform: rotateX(87deg); } .trigger:nth-child(395):hover ~ .monitor .camera.y { transform: translateZ(0px); } .trigger:nth-child(395):hover ~ .monitor .camera.z { transform: rotateZ(-20deg); } .trigger:nth-child(396):hover ~ .monitor .camera.x { transform: rotateX(87deg); } .trigger:nth-child(396):hover ~ .monitor .camera.y { transform: translateZ(0px); } .trigger:nth-child(396):hover ~ .monitor .camera.z { transform: rotateZ(-15deg); } .trigger:nth-child(397):hover ~ .monitor .camera.x { transform: rotateX(87deg); } .trigger:nth-child(397):hover ~ .monitor .camera.y { transform: translateZ(0px); } .trigger:nth-child(397):hover ~ .monitor .camera.z { transform: rotateZ(-10deg); } .trigger:nth-child(398):hover ~ .monitor .camera.x { transform: rotateX(87deg); } .trigger:nth-child(398):hover ~ .monitor .camera.y { transform: translateZ(0px); } .trigger:nth-child(398):hover ~ .monitor .camera.z { transform: rotateZ(-5deg); } .trigger:nth-child(399):hover ~ .monitor .camera.x { transform: rotateX(87deg); } .trigger:nth-child(399):hover ~ .monitor .camera.y { transform: translateZ(0px); } .trigger:nth-child(399):hover ~ .monitor .camera.z { transform: rotateZ(0deg); } .trigger:nth-child(400):hover ~ .monitor .camera.x { transform: rotateX(87deg); } .trigger:nth-child(400):hover ~ .monitor .camera.y { transform: translateZ(0px); } .trigger:nth-child(400):hover ~ .monitor .camera.z { transform: rotateZ(5deg); } .monitor { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; transform-origin: 50% 0%; transform: translate3d(0, 0, -200px); perspective: 600px; } .camera { position: absolute; width: 100%; height: 100vh; -webkit-backface-visibility: hidden; backface-visibility: hidden; transform-style: preserve-3d; transition: 2000ms; transition-property: transform; } .camera.z { transform: rotateZ(-45deg); } .camera.x { transform: rotateX(45deg); } div { transform-style: preserve-3d; } .building { position: relative; width: 100%; height: 100%; transform-style: preserve-3d; -webkit-animation: building 50000ms linear infinite; animation: building 50000ms linear infinite; } .building_wall { position: absolute; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .building_wall.o-left { height: 100%; transform-origin: 100% 50%; transform: translateX(-100%) rotateY(-90deg); -webkit-animation: yellow 50000ms linear infinite; animation: yellow 50000ms linear infinite; } .building_wall.o-front { bottom: 0; width: 100%; transform-origin: 50% 0; transform: translateY(100%) rotateX(-90deg); -webkit-animation: blue 50000ms linear infinite; animation: blue 50000ms linear infinite; } .building_wall.o-right { right: 0; height: 100%; transform-origin: 0 50%; transform: translateX(100%) rotateY(90deg); -webkit-animation: yellow 50000ms linear infinite; animation: yellow 50000ms linear infinite; } .building_wall.o-back { width: 100%; transform-origin: 50% 100%; transform: translateY(-100%) rotateX(90deg); -webkit-animation: blue 50000ms linear infinite; animation: blue 50000ms linear infinite; } .city { width: 100%; height: 100vh; } .area { position: absolute; transform-style: preserve-3d; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-animation: slide 50000ms linear infinite; animation: slide 50000ms linear infinite; } .area:nth-child(1) { top: 19%; left: 73%; width: 50px; height: 163px; -webkit-animation-delay: -4349ms; animation-delay: -4349ms; } .area:nth-child(1) .building { transform: translate(-50%, -50%) translateZ(56px); -webkit-animation-delay: -4349ms; animation-delay: -4349ms; } .area:nth-child(1) .building_wall.o-left, .area:nth-child(1) .building_wall.o-right { width: 56px; -webkit-animation-delay: -4349ms; animation-delay: -4349ms; } .area:nth-child(1) .building_wall.o-front, .area:nth-child(1) .building_wall.o-back { height: 56px; -webkit-animation-delay: -4349ms; animation-delay: -4349ms; } .area:nth-child(2) { top: 18%; left: 35%; width: 69px; height: 85px; -webkit-animation-delay: -14804ms; animation-delay: -14804ms; } .area:nth-child(2) .building { transform: translate(-50%, -50%) translateZ(365px); -webkit-animation-delay: -14804ms; animation-delay: -14804ms; } .area:nth-child(2) .building_wall.o-left, .area:nth-child(2) .building_wall.o-right { width: 365px; -webkit-animation-delay: -14804ms; animation-delay: -14804ms; } .area:nth-child(2) .building_wall.o-front, .area:nth-child(2) .building_wall.o-back { height: 365px; -webkit-animation-delay: -14804ms; animation-delay: -14804ms; } .area:nth-child(3) { top: 55%; left: 59%; width: 161px; height: 161px; -webkit-animation-delay: -31458ms; animation-delay: -31458ms; } .area:nth-child(3) .building { transform: translate(-50%, -50%) translateZ(128px); -webkit-animation-delay: -31458ms; animation-delay: -31458ms; } .area:nth-child(3) .building_wall.o-left, .area:nth-child(3) .building_wall.o-right { width: 128px; -webkit-animation-delay: -31458ms; animation-delay: -31458ms; } .area:nth-child(3) .building_wall.o-front, .area:nth-child(3) .building_wall.o-back { height: 128px; -webkit-animation-delay: -31458ms; animation-delay: -31458ms; } .area:nth-child(4) { top: 44%; left: 76%; width: 130px; height: 174px; -webkit-animation-delay: -22035ms; animation-delay: -22035ms; } .area:nth-child(4) .building { transform: translate(-50%, -50%) translateZ(351px); -webkit-animation-delay: -22035ms; animation-delay: -22035ms; } .area:nth-child(4) .building_wall.o-left, .area:nth-child(4) .building_wall.o-right { width: 351px; -webkit-animation-delay: -22035ms; animation-delay: -22035ms; } .area:nth-child(4) .building_wall.o-front, .area:nth-child(4) .building_wall.o-back { height: 351px; -webkit-animation-delay: -22035ms; animation-delay: -22035ms; } .area:nth-child(5) { top: 65%; left: 100%; width: 61px; height: 103px; -webkit-animation-delay: -46805ms; animation-delay: -46805ms; } .area:nth-child(5) .building { transform: translate(-50%, -50%) translateZ(248px); -webkit-animation-delay: -46805ms; animation-delay: -46805ms; } .area:nth-child(5) .building_wall.o-left, .area:nth-child(5) .building_wall.o-right { width: 248px; -webkit-animation-delay: -46805ms; animation-delay: -46805ms; } .area:nth-child(5) .building_wall.o-front, .area:nth-child(5) .building_wall.o-back { height: 248px; -webkit-animation-delay: -46805ms; animation-delay: -46805ms; } .area:nth-child(6) { top: 88%; left: 114%; width: 176px; height: 69px; -webkit-animation-delay: -6866ms; animation-delay: -6866ms; } .area:nth-child(6) .building { transform: translate(-50%, -50%) translateZ(78px); -webkit-animation-delay: -6866ms; animation-delay: -6866ms; } .area:nth-child(6) .building_wall.o-left, .area:nth-child(6) .building_wall.o-right { width: 78px; -webkit-animation-delay: -6866ms; animation-delay: -6866ms; } .area:nth-child(6) .building_wall.o-front, .area:nth-child(6) .building_wall.o-back { height: 78px; -webkit-animation-delay: -6866ms; animation-delay: -6866ms; } .area:nth-child(7) { top: 43%; left: -7%; width: 153px; height: 33px; -webkit-animation-delay: -25536ms; animation-delay: -25536ms; } .area:nth-child(7) .building { transform: translate(-50%, -50%) translateZ(407px); -webkit-animation-delay: -25536ms; animation-delay: -25536ms; } .area:nth-child(7) .building_wall.o-left, .area:nth-child(7) .building_wall.o-right { width: 407px; -webkit-animation-delay: -25536ms; animation-delay: -25536ms; } .area:nth-child(7) .building_wall.o-front, .area:nth-child(7) .building_wall.o-back { height: 407px; -webkit-animation-delay: -25536ms; animation-delay: -25536ms; } .area:nth-child(8) { top: 43%; left: 32%; width: 60px; height: 35px; -webkit-animation-delay: -6891ms; animation-delay: -6891ms; } .area:nth-child(8) .building { transform: translate(-50%, -50%) translateZ(600px); -webkit-animation-delay: -6891ms; animation-delay: -6891ms; } .area:nth-child(8) .building_wall.o-left, .area:nth-child(8) .building_wall.o-right { width: 600px; -webkit-animation-delay: -6891ms; animation-delay: -6891ms; } .area:nth-child(8) .building_wall.o-front, .area:nth-child(8) .building_wall.o-back { height: 600px; -webkit-animation-delay: -6891ms; animation-delay: -6891ms; } .area:nth-child(9) { top: 4%; left: -4%; width: 85px; height: 79px; -webkit-animation-delay: -41183ms; animation-delay: -41183ms; } .area:nth-child(9) .building { transform: translate(-50%, -50%) translateZ(433px); -webkit-animation-delay: -41183ms; animation-delay: -41183ms; } .area:nth-child(9) .building_wall.o-left, .area:nth-child(9) .building_wall.o-right { width: 433px; -webkit-animation-delay: -41183ms; animation-delay: -41183ms; } .area:nth-child(9) .building_wall.o-front, .area:nth-child(9) .building_wall.o-back { height: 433px; -webkit-animation-delay: -41183ms; animation-delay: -41183ms; } .area:nth-child(10) { top: 96%; left: 89%; width: 83px; height: 59px; -webkit-animation-delay: -47276ms; animation-delay: -47276ms; } .area:nth-child(10) .building { transform: translate(-50%, -50%) translateZ(148px); -webkit-animation-delay: -47276ms; animation-delay: -47276ms; } .area:nth-child(10) .building_wall.o-left, .area:nth-child(10) .building_wall.o-right { width: 148px; -webkit-animation-delay: -47276ms; animation-delay: -47276ms; } .area:nth-child(10) .building_wall.o-front, .area:nth-child(10) .building_wall.o-back { height: 148px; -webkit-animation-delay: -47276ms; animation-delay: -47276ms; } .area:nth-child(11) { top: 97%; left: 1%; width: 107px; height: 63px; -webkit-animation-delay: -956ms; animation-delay: -956ms; } .area:nth-child(11) .building { transform: translate(-50%, -50%) translateZ(529px); -webkit-animation-delay: -956ms; animation-delay: -956ms; } .area:nth-child(11) .building_wall.o-left, .area:nth-child(11) .building_wall.o-right { width: 529px; -webkit-animation-delay: -956ms; animation-delay: -956ms; } .area:nth-child(11) .building_wall.o-front, .area:nth-child(11) .building_wall.o-back { height: 529px; -webkit-animation-delay: -956ms; animation-delay: -956ms; } .area:nth-child(12) { top: 98%; left: 0%; width: 55px; height: 97px; -webkit-animation-delay: -38385ms; animation-delay: -38385ms; } .area:nth-child(12) .building { transform: translate(-50%, -50%) translateZ(112px); -webkit-animation-delay: -38385ms; animation-delay: -38385ms; } .area:nth-child(12) .building_wall.o-left, .area:nth-child(12) .building_wall.o-right { width: 112px; -webkit-animation-delay: -38385ms; animation-delay: -38385ms; } .area:nth-child(12) .building_wall.o-front, .area:nth-child(12) .building_wall.o-back { height: 112px; -webkit-animation-delay: -38385ms; animation-delay: -38385ms; } .area:nth-child(13) { top: 96%; left: -19%; width: 142px; height: 127px; -webkit-animation-delay: -4650ms; animation-delay: -4650ms; } .area:nth-child(13) .building { transform: translate(-50%, -50%) translateZ(114px); -webkit-animation-delay: -4650ms; animation-delay: -4650ms; } .area:nth-child(13) .building_wall.o-left, .area:nth-child(13) .building_wall.o-right { width: 114px; -webkit-animation-delay: -4650ms; animation-delay: -4650ms; } .area:nth-child(13) .building_wall.o-front, .area:nth-child(13) .building_wall.o-back { height: 114px; -webkit-animation-delay: -4650ms; animation-delay: -4650ms; } .area:nth-child(14) { top: 54%; left: 6%; width: 180px; height: 114px; -webkit-animation-delay: -9672ms; animation-delay: -9672ms; } .area:nth-child(14) .building { transform: translate(-50%, -50%) translateZ(426px); -webkit-animation-delay: -9672ms; animation-delay: -9672ms; } .area:nth-child(14) .building_wall.o-left, .area:nth-child(14) .building_wall.o-right { width: 426px; -webkit-animation-delay: -9672ms; animation-delay: -9672ms; } .area:nth-child(14) .building_wall.o-front, .area:nth-child(14) .building_wall.o-back { height: 426px; -webkit-animation-delay: -9672ms; animation-delay: -9672ms; } .area:nth-child(15) { top: 42%; left: -6%; width: 79px; height: 65px; -webkit-animation-delay: -22152ms; animation-delay: -22152ms; } .area:nth-child(15) .building { transform: translate(-50%, -50%) translateZ(534px); -webkit-animation-delay: -22152ms; animation-delay: -22152ms; } .area:nth-child(15) .building_wall.o-left, .area:nth-child(15) .building_wall.o-right { width: 534px; -webkit-animation-delay: -22152ms; animation-delay: -22152ms; } .area:nth-child(15) .building_wall.o-front, .area:nth-child(15) .building_wall.o-back { height: 534px; -webkit-animation-delay: -22152ms; animation-delay: -22152ms; } .area:nth-child(16) { top: 90%; left: 12%; width: 160px; height: 70px; -webkit-animation-delay: -36569ms; animation-delay: -36569ms; } .area:nth-child(16) .building { transform: translate(-50%, -50%) translateZ(473px); -webkit-animation-delay: -36569ms; animation-delay: -36569ms; } .area:nth-child(16) .building_wall.o-left, .area:nth-child(16) .building_wall.o-right { width: 473px; -webkit-animation-delay: -36569ms; animation-delay: -36569ms; } .area:nth-child(16) .building_wall.o-front, .area:nth-child(16) .building_wall.o-back { height: 473px; -webkit-animation-delay: -36569ms; animation-delay: -36569ms; } .area:nth-child(17) { top: 22%; left: 47%; width: 31px; height: 98px; -webkit-animation-delay: -28193ms; animation-delay: -28193ms; } .area:nth-child(17) .building { transform: translate(-50%, -50%) translateZ(435px); -webkit-animation-delay: -28193ms; animation-delay: -28193ms; } .area:nth-child(17) .building_wall.o-left, .area:nth-child(17) .building_wall.o-right { width: 435px; -webkit-animation-delay: -28193ms; animation-delay: -28193ms; } .area:nth-child(17) .building_wall.o-front, .area:nth-child(17) .building_wall.o-back { height: 435px; -webkit-animation-delay: -28193ms; animation-delay: -28193ms; } .area:nth-child(18) { top: 50%; left: 24%; width: 57px; height: 160px; -webkit-animation-delay: -26180ms; animation-delay: -26180ms; } .area:nth-child(18) .building { transform: translate(-50%, -50%) translateZ(607px); -webkit-animation-delay: -26180ms; animation-delay: -26180ms; } .area:nth-child(18) .building_wall.o-left, .area:nth-child(18) .building_wall.o-right { width: 607px; -webkit-animation-delay: -26180ms; animation-delay: -26180ms; } .area:nth-child(18) .building_wall.o-front, .area:nth-child(18) .building_wall.o-back { height: 607px; -webkit-animation-delay: -26180ms; animation-delay: -26180ms; } .area:nth-child(19) { top: 62%; left: 53%; width: 142px; height: 110px; -webkit-animation-delay: -42411ms; animation-delay: -42411ms; } .area:nth-child(19) .building { transform: translate(-50%, -50%) translateZ(182px); -webkit-animation-delay: -42411ms; animation-delay: -42411ms; } .area:nth-child(19) .building_wall.o-left, .area:nth-child(19) .building_wall.o-right { width: 182px; -webkit-animation-delay: -42411ms; animation-delay: -42411ms; } .area:nth-child(19) .building_wall.o-front, .area:nth-child(19) .building_wall.o-back { height: 182px; -webkit-animation-delay: -42411ms; animation-delay: -42411ms; } .area:nth-child(20) { top: 80%; left: 28%; width: 142px; height: 60px; -webkit-animation-delay: -19334ms; animation-delay: -19334ms; } .area:nth-child(20) .building { transform: translate(-50%, -50%) translateZ(446px); -webkit-animation-delay: -19334ms; animation-delay: -19334ms; } .area:nth-child(20) .building_wall.o-left, .area:nth-child(20) .building_wall.o-right { width: 446px; -webkit-animation-delay: -19334ms; animation-delay: -19334ms; } .area:nth-child(20) .building_wall.o-front, .area:nth-child(20) .building_wall.o-back { height: 446px; -webkit-animation-delay: -19334ms; animation-delay: -19334ms; } .area:nth-child(21) { top: 55%; left: 81%; width: 180px; height: 99px; -webkit-animation-delay: -44756ms; animation-delay: -44756ms; } .area:nth-child(21) .building { transform: translate(-50%, -50%) translateZ(77px); -webkit-animation-delay: -44756ms; animation-delay: -44756ms; } .area:nth-child(21) .building_wall.o-left, .area:nth-child(21) .building_wall.o-right { width: 77px; -webkit-animation-delay: -44756ms; animation-delay: -44756ms; } .area:nth-child(21) .building_wall.o-front, .area:nth-child(21) .building_wall.o-back { height: 77px; -webkit-animation-delay: -44756ms; animation-delay: -44756ms; } .area:nth-child(22) { top: 91%; left: 35%; width: 126px; height: 58px; -webkit-animation-delay: -16178ms; animation-delay: -16178ms; } .area:nth-child(22) .building { transform: translate(-50%, -50%) translateZ(254px); -webkit-animation-delay: -16178ms; animation-delay: -16178ms; } .area:nth-child(22) .b.........完整代码请登录后点击上方下载按钮下载查看
网友评论0