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) .building_wall.o-left, .area:nth-child(22) .building_wall.o-right { width: 254px; -webkit-animation-delay: -16178ms; animation-delay: -16178ms; } .area:nth-child(22) .building_wall.o-front, .area:nth-child(22) .building_wall.o-back { height: 254px; -webkit-animation-delay: -16178ms; animation-delay: -16178ms; } .area:nth-child(23) { top: 30%; left: 95%; width: 87px; height: 82px; -webkit-animation-delay: -49408ms; animation-delay: -49408ms; } .area:nth-child(23) .building { transform: translate(-50%, -50%) translateZ(380px); -webkit-animation-delay: -49408ms; animation-delay: -49408ms; } .area:nth-child(23) .building_wall.o-left, .area:nth-child(23) .building_wall.o-right { width: 380px; -webkit-animation-delay: -49408ms; animation-delay: -49408ms; } .area:nth-child(23) .building_wall.o-front, .area:nth-child(23) .building_wall.o-back { height: 380px; -webkit-animation-delay: -49408ms; animation-delay: -49408ms; } .area:nth-child(24) { top: 41%; left: 17%; width: 83px; height: 104px; -webkit-animation-delay: -34350ms; animation-delay: -34350ms; } .area:nth-child(24) .building { transform: translate(-50%, -50%) translateZ(193px); -webkit-animation-delay: -34350ms; animation-delay: -34350ms; } .area:nth-child(24) .building_wall.o-left, .area:nth-child(24) .building_wall.o-right { width: 193px; -webkit-animation-delay: -34350ms; animation-delay: -34350ms; } .area:nth-child(24) .building_wall.o-front, .area:nth-child(24) .building_wall.o-back { height: 193px; -webkit-animation-delay: -34350ms; animation-delay: -34350ms; } .area:nth-child(25) { top: 72%; left: 92%; width: 149px; height: 92px; -webkit-animation-delay: -1313ms; animation-delay: -1313ms; } .area:nth-child(25) .building { transform: translate(-50%, -50%) translateZ(595px); -webkit-animation-delay: -1313ms; animation-delay: -1313ms; } .area:nth-child(25) .building_wall.o-left, .area:nth-child(25) .building_wall.o-right { width: 595px; -webkit-animation-delay: -1313ms; animation-delay: -1313ms; } .area:nth-child(25) .building_wall.o-front, .area:nth-child(25) .building_wall.o-back { height: 595px; -webkit-animation-delay: -1313ms; animation-delay: -1313ms; } .area:nth-child(26) { top: 58%; left: 1%; width: 148px; height: 54px; -webkit-animation-delay: -16926ms; animation-delay: -16926ms; } .area:nth-child(26) .building { transform: translate(-50%, -50%) translateZ(575px); -webkit-animation-delay: -16926ms; animation-delay: -16926ms; } .area:nth-child(26) .building_wall.o-left, .area:nth-child(26) .building_wall.o-right { width: 575px; -webkit-animation-delay: -16926ms; animation-delay: -16926ms; } .area:nth-child(26) .building_wall.o-front, .area:nth-child(26) .building_wall.o-back { height: 575px; -webkit-animation-delay: -16926ms; animation-delay: -16926ms; } .area:nth-child(27) { top: 92%; left: 78%; width: 172px; height: 31px; -webkit-animation-delay: -40543ms; animation-delay: -40543ms; } .area:nth-child(27) .building { transform: translate(-50%, -50%) translateZ(145px); -webkit-animation-delay: -40543ms; animation-delay: -40543ms; } .area:nth-child(27) .building_wall.o-left, .area:nth-child(27) .building_wall.o-right { width: 145px; -webkit-animation-delay: -40543ms; animation-delay: -40543ms; } .area:nth-child(27) .building_wall.o-front, .area:nth-child(27) .building_wall.o-back { height: 145px; -webkit-animation-delay: -40543ms; animation-delay: -40543ms; } .area:nth-child(28) { top: 97%; left: 46%; width: 109px; height: 99px; -webkit-animation-delay: -7811ms; animation-delay: -7811ms; } .area:nth-child(28) .building { transform: translate(-50%, -50%) translateZ(621px); -webkit-animation-delay: -7811ms; animation-delay: -7811ms; } .area:nth-child(28) .building_wall.o-left, .area:nth-child(28) .building_wall.o-right { width: 621px; -webkit-animation-delay: -7811ms; animation-delay: -7811ms; } .area:nth-child(28) .building_wall.o-front, .area:nth-child(28) .building_wall.o-back { height: 621px; -webkit-animation-delay: -7811ms; animation-delay: -7811ms; } .area:nth-child(29) { top: 45%; left: 40%; width: 118px; height: 49px; -webkit-animation-delay: -36500ms; animation-delay: -36500ms; } .area:nth-child(29) .building { transform: translate(-50%, -50%) translateZ(73px); -webkit-animation-delay: -36500ms; animation-delay: -36500ms; } .area:nth-child(29) .building_wall.o-left, .area:nth-child(29) .building_wall.o-right { width: 73px; -webkit-animation-delay: -36500ms; animation-delay: -36500ms; } .area:nth-child(29) .building_wall.o-front, .area:nth-child(29) .building_wall.o-back { height: 73px; -webkit-animation-delay: -36500ms; animation-delay: -36500ms; } .area:nth-child(30) { top: 93%; left: 58%; width: 105px; height: 66px; -webkit-animation-delay: -49565ms; animation-delay: -49565ms; } .area:nth-child(30) .building { transform: translate(-50%, -50%) translateZ(51px); -webkit-animation-delay: -49565ms; animation-delay: -49565ms; } .area:nth-child(30) .building_wall.o-left, .area:nth-child(30) .building_wall.o-right { width: 51px; -webkit-animation-delay: -49565ms; animation-delay: -49565ms; } .area:nth-child(30) .building_wall.o-front, .area:nth-child(30) .building_wall.o-back { height: 51px; -webkit-animation-delay: -49565ms; animation-delay: -49565ms; } .area:nth-child(31) { top: 64%; left: 12%; width: 67px; height: 106px; -webkit-animation-delay: -34251ms; animation-delay: -34251ms; } .area:nth-child(31) .building { transform: translate(-50%, -50%) translateZ(595px); -webkit-animation-delay: -34251ms; animation-delay: -34251ms; } .area:nth-child(31) .building_wall.o-left, .area:nth-child(31) .building_wall.o-right { width: 595px; -webkit-animation-delay: -34251ms; animation-delay: -34251ms; } .area:nth-child(31) .building_wall.o-front, .area:nth-child(31) .building_wall.o-back { height: 595px; -webkit-animation-delay: -34251ms; animation-delay: -34251ms; } .area:nth-child(32) { top: 14%; left: 45%; width: 34px; height: 145px; -webkit-animation-delay: -3768ms; animation-delay: -3768ms; } .area:nth-child(32) .building { transform: translate(-50%, -50%) translateZ(490px); -webkit-animation-delay: -3768ms; animation-delay: -3768ms; } .area:nth-child(32) .building_wall.o-left, .area:nth-child(32) .building_wall.o-right { width: 490px; -webkit-animation-delay: -3768ms; animation-delay: -3768ms; } .area:nth-child(32) .building_wall.o-front, .area:nth-child(32) .building_wall.o-back { height: 490px; -webkit-animation-delay: -3768ms; animation-delay: -3768ms; } .area:nth-child(33) { top: 27%; left: 107%; width: 37px; height: 151px; -webkit-animation-delay: -47715ms; animation-delay: -47715ms; } .area:nth-child(33) .building { transform: translate(-50%, -50%) translateZ(115px); -webkit-animation-delay: -47715ms; animation-delay: -47715ms; } .area:nth-child(33) .building_wall.o-left, .area:nth-child(33) .building_wall.o-right { width: 115px; -webkit-animation-delay: -47715ms; animation-delay: -47715ms; } .area:nth-child(33) .building_wall.o-front, .area:nth-child(33) .building_wall.o-back { height: 115px; -webkit-animation-delay: -47715ms; animation-delay: -47715ms; } .area:nth-child(34) { top: 81%; left: 30%; width: 82px; height: 104px; -webkit-animation-delay: -35945ms; animation-delay: -35945ms; } .area:nth-child(34) .building { transform: translate(-50%, -50%) translateZ(124px); -webkit-animation-delay: -35945ms; animation-delay: -35945ms; } .area:nth-child(34) .building_wall.o-left, .area:nth-child(34) .building_wall.o-right { width: 124px; -webkit-animation-delay: -35945ms; animation-delay: -35945ms; } .area:nth-child(34) .building_wall.o-front, .area:nth-child(34) .building_wall.o-back { height: 124px; -webkit-animation-delay: -35945ms; animation-delay: -35945ms; } .area:nth-child(35) { top: 3%; left: 104%; width: 137px; height: 135px; -webkit-animation-delay: -20480ms; animation-delay: -20480ms; } .area:nth-child(35) .building { transform: translate(-50%, -50%) translateZ(260px); -webkit-animation-delay: -20480ms; animation-delay: -20480ms; } .area:nth-child(35) .building_wall.o-left, .area:nth-child(35) .building_wall.o-right { width: 260px; -webkit-animation-delay: -20480ms; animation-delay: -20480ms; } .area:nth-child(35) .building_wall.o-front, .area:nth-child(35) .building_wall.o-back { height: 260px; -webkit-animation-delay: -20480ms; animation-delay: -20480ms; } .area:nth-child(36) { top: 55%; left: -11%; width: 45px; height: 135px; -webkit-animation-delay: -21660ms; animation-delay: -21660ms; } .area:nth-child(36) .building { transform: translate(-50%, -50%) translateZ(402px); -webkit-animation-delay: -21660ms; animation-delay: -21660ms; } .area:nth-child(36) .building_wall.o-left, .area:nth-child(36) .building_wall.o-right { width: 402px; -webkit-animation-delay: -21660ms; animation-delay: -21660ms; } .area:nth-child(36) .building_wall.o-front, .area:nth-child(36) .building_wall.o-back { height: 402px; -webkit-animation-delay: -21660ms; animation-delay: -21660ms; } .area:nth-child(37) { top: 42%; left: 59%; width: 82px; height: 72px; -webkit-animation-delay: -6123ms; animation-delay: -6123ms; } .area:nth-child(37) .building { transform: translate(-50%, -50%) translateZ(137px); -webkit-animation-delay: -6123ms; animation-delay: -6123ms; } .area:nth-child(37) .building_wall.o-left, .area:nth-child(37) .building_wall.o-right { width: 137px; -webkit-animation-delay: -6123ms; animation-delay: -6123ms; } .area:nth-child(37) .building_wall.o-front, .area:nth-child(37) .building_wall.o-back { height: 137px; -webkit-animation-delay: -6123ms; animation-delay: -6123ms; } .area:nth-child(38) { top: 47%; left: -7%; width: 171px; height: 47px; -webkit-animation-delay: -19667ms; animation-delay: -19667ms; } .area:nth-child(38) .building { transform: translate(-50%, -50%) translateZ(157px); -webkit-animation-delay: -19667ms; animation-delay: -19667ms; } .area:nth-child(38) .building_wall.o-left, .area:nth-child(38) .building_wall.o-right { width: 157px; -webkit-animation-delay: -19667ms; animation-delay: -19667ms; } .area:nth-child(38) .building_wall.o-front, .area:nth-child(38) .building_wall.o-back { height: 157px; -webkit-animation-delay: -19667ms; animation-delay: -19667ms; } .area:nth-child(39) { top: 18%; left: -7%; width: 114px; height: 45px; -webkit-animation-delay: -33767ms; animation-delay: -33767ms; } .area:nth-child(39) .building { transform: translate(-50%, -50%) translateZ(460px); -webkit-animation-delay: -33767ms; animation-delay: -33767ms; } .area:nth-child(39) .building_wall.o-left, .area:nth-child(39) .building_wall.o-right { width: 460px; -webkit-animation-delay: -33767ms; animation-delay: -33767ms; } .area:nth-child(39) .building_wall.o-front, .area:nth-child(39) .building_wall.o-back { height: 460px; -webkit-animation-delay: -33767ms; animation-delay: -33767ms; } .area:nth-child(40) { top: 2%; left: 7%; width: 172px; height: 150px; -webkit-animation-delay: -14672ms; animation-delay: -14672ms; } .area:nth-child(40) .building { transform: translate(-50%, -50%) translateZ(344px); -webkit-animation-delay: -14672ms; animation-delay: -14672ms; } .area:nth-child(40) .building_wall.o-left, .area:nth-child(40) .building_wall.o-right { width: 344px; -webkit-animation-delay: -14672ms; animation-delay: -14672ms; } .area:nth-child(40) .building_wall.o-front, .area:nth-child(40) .building_wall.o-back { height: 344px; -webkit-animation-delay: -14672ms; animation-delay: -14672ms; } .area:nth-child(41) { top: 82%; left: -11%; width: 39px; height: 75px; -webkit-animation-delay: -44315ms; animation-delay: -44315ms; } .area:nth-child(41) .building { transform: translate(-50%, -50%) translateZ(283px); -webkit-animation-delay: -44315ms; animation-delay: -44315ms; } .area:nth-child(41) .building_wall.o-left, .area:nth-child(41) .building_wall.o-right { width: 283px; -webkit-animation-delay: -44315ms; animation-delay: -44315ms; } .area:nth-child(41) .building_wall.o-front, .area:nth-child(41) .building_wall.o-back { height: 283px; -webkit-animation-delay: -44315ms; animation-delay: -44315ms; } .area:nth-child(42) { top: 92%; left: 105%; width: 163px; height: 111px; -webkit-animation-delay: -37909ms; animation-delay: -37909ms; } .area:nth-child(42) .building { transform: translate(-50%, -50%) translateZ(235px); -webkit-animation-delay: -37909ms; animation-delay: -37909ms; } .area:nth-child(42) .building_wall.o-left, .area:nth-child(42) .building_wall.o-right { width: 235px; -webkit-animation-delay: -37909ms; animation-delay: -37909ms; } .area:nth-child(42) .building_wall.o-front, .area:nth-child(42) .building_wall.o-back { height: 235px; -webkit-animation-delay: -37909ms; animation-delay: -37909ms; } .area:nth-child(43) { top: 71%; left: 50%; width: 49px; height: 176px; -webkit-animation-delay: -4578ms; animation-delay: -4578ms; } .area:nth-child(43) .building { transform: translate(-50%, -50%) translateZ(215px); -webkit-animation-delay: -4578ms; animation-delay: -4578ms; } .area:nth-child(43) .building_wall.o-left, .area:nth-child(43) .building_wall.o-right { width: 215px; -webkit-animation-delay: -4578ms; animation-delay: -4578ms; } .area:nth-child(43) .building_wall.o-front, .area:nth-child(43) .building_wall.o-back { height: 215px; -webkit-animation-delay: -4578ms; animation-delay: -4578ms; } .area:nth-child(44) { top: 43%; left: 49%; width: 77px; height: 179px; -webkit-animation-delay: -40095ms; animation-delay: -40095ms; } .area:nth-child(44) .building { transform: translate(-50%, -50%) translateZ(553px); -webkit-animation-delay: -40095ms; animation-delay: -40095ms; } .area:nth-child(44) .building_wall.o-left, .area:nth-child(44) .building_wall.o-right { width: 553px; -webkit-animation-delay: -40095ms; animation-delay: -40095ms; } .area:nth-child(44) .building_wall.o-front, .area:nth-child(44) .building_wall.o-back { height: 553px; -webkit-animation-delay: -40095ms; animation-delay: -40095ms; } .area:nth-child(45) { top: 13%; left: 65%; width: 128px; height: 128px; -webkit-animation-delay: -30899ms; animation-delay: -30899ms; } .area:nth-child(45) .building { transform: translate(-50%, -50%) translateZ(154px); -webkit-animation-delay: -30899ms; animation-delay: -30899ms; } .area:nth-child(45) .building_wall.o-left, .area:nth-child(45) .building_wall.o-right { width: 154px; -webkit-animation-delay: -30899ms; animation-delay: -30899ms; } .area:nth-child(45) .building_wall.o-front, .area:nth-child(45) .building_wall.o-back { height: 154px; -webkit-animation-delay: -30899ms; animation-delay: -30899ms; } .area:nth-child(46) { top: 31%; left: -14%; width: 180px; height: 132px; -webkit-animation-delay: -25981ms; animation-delay: -25981ms; } .area:nth-child(46) .building { transform: translate(-50%, -50%) translateZ(50px); -webkit-animation-delay: -25981ms; animation-delay: -25981ms; } .area:nth-child(46) .building_wall.o-left, .area:nth-child(46) .building_wall.o-right { width: 50px; -webkit-animation-delay: -25981ms; animation-delay: -25981ms; } .area:nth-child(46) .building_wall.o-front, .area:nth-child(46) .building_wall.o-back { height: 50px; -webkit-animation-delay: -25981ms; animation-delay: -25981ms; } .area:nth-child(47) { top: 73%; left: 108%; width: 165px; height: 131px; -webkit-animation-delay: -41462ms; animation-delay: -41462ms; } .area:nth-child(47) .building { transform: translate(-50%, -50%) translateZ(177px); -webkit-animation-delay: -41462ms; animation-delay: -41462ms; } .area:nth-child(47) .building_wall.o-left, .area:nth-child(47) .building_wall.o-right { width: 177px; -webkit-animation-delay: -41462ms; animation-delay: -41462ms; } .area:nth-child(47) .building_wall.o-front, .area:nth-child(47) .building_wall.o-back { height: 177px; -webkit-animation-delay: -41462ms; animation-delay: -41462ms; } .area:nth-child(48) { top: 65%; left: 118%; width: 100px; height: 155px; -webkit-animation-delay: -3520ms; animation-delay: -3520ms; } .area:nth-child(48) .building { transform: translate(-50%, -50%) translateZ(343px); -webkit-animation-delay: -3520ms; animation-delay: -3520ms; } .area:nth-child(48) .building_wall.o-left, .area:nth-child(48) .building_wall.o-right { width: 343px; -webkit-animation-delay: -3520ms; animation-delay: -3520ms; } .area:nth-child(48) .building_wall.o-front, .area:nth-child(48) .building_wall.o-back { height: 343px; -webkit-animation-delay: -3520ms; animation-delay: -3520ms; } .area:nth-child(49) { top: 40%; left: 36%; width: 75px; height: 95px; -webkit-animation-delay: -43902ms; animation-delay: -43902ms; } .area:nth-child(49) .building { transform: translate(-50%, -50%) translateZ(351px); -webkit-animation-delay: -43902ms; animation-delay: -43902ms; } .area:nth-child(49) .building_wall.o-left, .area:nth-child(49) .building_wall.o-right { width: 351px; -webkit-animation-delay: -43902ms; animation-delay: -43902ms; } .area:nth-child(49) .building_wall.o-front, .area:nth-child(49) .building_wall.o-back { height: 351px; -webkit-animation-delay: -43902ms; animation-delay: -43902ms; } .area:nth-child(50) { top: 99%; left: 74%; width: 121px; height: 142px; -webkit-animation-delay: -41654ms; animation-delay: -41654ms; } .area:nth-child(50) .building { transform: translate(-50%, -50%) translateZ(282px); -webkit-animation-delay: -41654ms; animation-delay: -41654ms; } .area:nth-child(50) .building_wall.o-left, .area:nth-child(50) .building_wall.o-right { width: 282px; -webkit-animation-delay: -41654ms; animation-delay: -41654ms; } .area:nth-child(50) .building_wall.o-front, .area:nth-child(50) .building_wall.o-back { height: 282px; -webkit-animation-delay: -41654ms; animation-delay: -41654ms; } .area:nth-child(51) { top: 66%; left: 16%; width: 176px; height: 116px; -webkit-animation-delay: -19721ms; animation-delay: -19721ms; } .area:nth-child(51) .building { transform: translate(-50%, -50%) translateZ(302px); -webkit-animation-delay: -19721ms; animation-delay: -19721ms; } .area:nth-child(51) .building_wall.o-left, .area:nth-child(51) .building_wall.o-right { width: 302px; -webkit-animation-delay: -19721ms; animation-delay: -19721ms; } .area:nth-child(51) .building_wall.o-front, .area:nth-child(51) .building_wall.o-back { height: 302px; -webkit-animation-delay: -19721ms; animation-delay: -19721ms; } .area:nth-child(52) { top: 14%; left: -7%; width: 76px; height: 55px; -webkit-animation-delay: -3778ms; animation-delay: -3778ms; } .area:nth-child(52) .building { transform: translate(-50%, -50%) translateZ(458px); -webkit-animation-delay: -3778ms; animation-delay: -3778ms; } .area:nth-child(52) .building_wall.o-left, .area:nth-child(52) .building_wall.o-right { width: 458px; -webkit-animation-delay: -3778ms; animation-delay: -3778ms; } .area:nth-child(52) .building_wall.o-front, .area:nth-child(52) .building_wall.o-back { height: 458px; -webkit-animation-delay: -3778ms; animation-delay: -3778ms; } .area:nth-child(53) { top: 45%; left: 81%; width: 117px; height: 89px; -webkit-animation-delay: -11246ms; animation-delay: -11246ms; } .area:nth-child(53) .building { transform: translate(-50%, -50%) translateZ(382px); -webkit-animation-delay: -11246ms; animation-delay: -11246ms; } .area:nth-child(53) .building_wall.o-left, .area:nth-child(53) .building_wall.o-right { width: 382px; -webkit-animation-delay: -11246ms; animation-delay: -11246ms; } .area:nth-child(53) .building_wall.o-front, .area:nth-child(53) .building_wall.o-back { height: 382px; -webkit-animation-delay: -11246ms; animation-delay: -11246ms; } .area:nth-child(54) { top: 65%; left: 28%; width: 176px; height: 164px; -webkit-animation-delay: -20102ms; animation-delay: -20102ms; } .area:nth-child(54) .building { transform: translate(-50%, -50%) translateZ(611px); -webkit-animation-delay: -20102ms; animation-delay: -20102ms; } .area:nth-child(54) .building_wall.o-left, .area:nth-child(54) .building_wall.o-right { width: 611px; -webkit-animation-delay: -20102ms; animation-delay: -20102ms; } .area:nth-child(54) .building_wall.o-front, .area:nth-child(54) .building_wall.o-back { height: 611px; -webkit-animation-delay: -20102ms; animation-delay: -20102ms; } .area:nth-child(55) { top: 36%; left: 99%; width: 176px; height: 75px; -webkit-animation-delay: -29510ms; animation-delay: -29510ms; } .area:nth-child(55) .building { transform: translate(-50%, -50%) translateZ(313px); -webkit-animation-delay: -29510ms; animation-delay: -29510ms; } .area:nth-child(55) .building_wall.o-left, .area:nth-child(55) .building_wall.o-right { width: 313px; -webkit-animation-delay: -29510ms; animation-delay: -29510ms; } .area:nth-child(55) .building_wall.o-front, .area:nth-child(55) .building_wall.o-back { height: 313px; -webkit-animation-delay: -29510ms; animation-delay: -29510ms; } .area:nth-child(56) { top: 83%; left: 89%; width: 176px; height: 152px; -webkit-animation-delay: -13770ms; animation-delay: -13770ms; } .area:nth-child(56) .building { transform: translate(-50%, -50%) translateZ(556px); -webkit-animation-delay: -13770ms; animation-delay: -13770ms; } .area:nth-child(56) .building_wall.o-left, .area:nth-child(56) .building_wall.o-right { width: 556px; -webkit-animation-delay: -13770ms; animation-delay: -13770ms; } .area:nth-child(56) .building_wall.o-front, .area:nth-child(56) .building_wall.o-back { height: 556px; -webkit-animation-delay: -13770ms; animation-delay: -13770ms; } .area:nth-child(57) { top: 70%; left: 31%; width: 167px; height: 152px; -webkit-animation-delay: -25678ms; animation-delay: -25678ms; } .area:nth-child(57) .building { transform: translate(-50%, -50%) translateZ(592px); -webkit-animation-delay: -25678ms; animation-delay: -25678ms; } .area:nth-child(57) .building_wall.o-left, .area:nth-child(57) .building_wall.o-right { width: 592px; -webkit-animation-delay: -25678ms; animation-delay: -25678ms; } .area:nth-child(57) .building_wall.o-front, .area:nth-child(57) .building_wall.o-back { height: 592px; -webkit-animation-delay: -25678ms; animation-delay: -25678ms; } .area:nth-child(58) { top: 28%; left: -7%; width: 121px; height: 170px; -webkit-animation-delay: -28347ms; animation-delay: -28347ms; } .area:nth-child(58) .building { transform: translate(-50%, -50%) translateZ(343px); -webkit-animation-delay: -28347ms; animation-delay: -28347ms; } .area:nth-child(58) .building_wall.o-left, .area:nth-child(58) .building_wall.o-right { width: 343px; -webkit-animation-delay: -28347ms; animation-delay: -28347ms; } .area:nth-child(58) .building_wall.o-front, .area:nth-child(58) .building_wall.o-back { height: 343px; -webkit-animation-delay: -28347ms; animation-delay: -28347ms; } .area:nth-child(59) { top: 25%; left: 25%; width: 67px; height: 104px; -webkit-animation-delay: -4741ms; animation-delay: -4741ms; } .area:nth-child(59) .building { transform: translate(-50%, -50%) translateZ(543px); -webkit-animation-delay: -4741ms; animation-delay: -4741ms; } .area:nth-child(59) .building_wall.o-left, .area:nth-child(59) .building_wall.o-right { width: 543px; -webkit-animation-delay: -4741ms; animation-delay: -4741ms; } .area:nth-child(59) .building_wall.o-front, .area:nth-child(59) .building_wall.o-back { height: 543px; -webkit-animation-delay: -4741ms; animation-delay: -4741ms; } .area:nth-child(60) { top: 34%; left: -14%; width: 90px; height: 66px; -webkit-animation-delay: -30783ms; animation-delay: -30783ms; } .area:nth-child(60) .building { transform: translate(-50%, -50%) translateZ(592px); -webkit-animation-delay: -30783ms; animation-delay: -30783ms; } .area:nth-child(60) .building_wall.o-left, .area:nth-child(60) .building_wall.o-right { width: 592px; -webkit-animation-delay: -30783ms; animation-delay: -30783ms; } .area:nth-child(60) .building_wall.o-front, .area:nth-child(60) .building_wall.o-back { height: 592px; -webkit-animation-delay: -30783ms; animation-delay: -30783ms; } .area:nth-child(61) { top: 9%; left: 21%; width: 130px; height: 105px; -webkit-animation-delay: -20957ms; animation-delay: -20957ms; } .area:nth-child(61) .building { transform: translate(-50%, -50%) translateZ(544px); -webkit-animation-delay: -20957ms; animation-delay: -20957ms; } .area:nth-child(61) .building_wall.o-left, .area:nth-child(61) .building_wall.o-right { width: 544px; -webkit-animation-delay: -20957ms; animation-delay: -20957ms; } .area:nth-child(61) .building_wall.o-front, .area:nth-child(61) .building_wall.o-back { height: 544px; -webkit-animation-delay: -20957ms; animation-delay: -20957ms; } .area:nth-child(62) { top: 77%; left: 77%; width: 98px; height: 103px; -webkit-animation-delay: -39956ms; animation-delay: -39956ms; } .area:nth-child(62) .building { transform: translate(-50%, -50%) translateZ(231px); -webkit-animation-delay: -39956ms; animation-delay: -39956ms; } .area:nth-child(62) .building_wall.o-left, .area:nth-child(62) .building_wall.o-right { width: 231px; -webkit-animation-delay: -39956ms; animation-delay: -39956ms; } .area:nth-child(62) .building_wall.o-front, .area:nth-child(62) .building_wall.o-back { height: 231px; -webkit-animation-delay: -39956ms; animation-delay: -39956ms; } .area:nth-child(63) { top: 56%; left: 60%; width: 179px; height: 33px; -webkit-animation-delay: -12300ms; animation-delay: -12300ms; } .area:nth-child(63) .building { transform: translate(-50%, -50%) translateZ(458px); -webkit-animation-delay: -12300ms; animation-delay: -12300ms; } .area:nth-child(63) .building_wall.o-left, .area:nth-child(63) .building_wall.o-right { width: 458px; -webkit-animation-delay: -12300ms; animation-delay: -12300ms; } .area:nth-child(63) .building_wall.o-front, .area:nth-child(63) .building_wall.o-back { height: 458px; -webkit-animation-delay: -12300ms; animation-delay: -12300ms; } .area:nth-child(64) { top: 22%; left: 86%; width: 173px; height: 118px; -webkit-animation-delay: -34794ms; animation-delay: -34794ms; } .area:nth-child(64) .building { transform: translate(-50%, -50%) translateZ(143px); -webkit-animation-delay: -34794ms; animation-delay: -34794ms; } .area:nth-child(64) .building_wall.o-left, .area:nth-child(64) .building_wall.o-right { width: 143px; -webkit-animation-delay: -34794ms; animation-delay: -34794ms; } .area:nth-child(64) .building_wall.o-front, .area:nth-child(64) .building_wall.o-back { height: 143px; -webkit-animation-delay: -34794ms; animation-delay: -34794ms; } .area:nth-child(65) { top: 94%; left: 41%; width: 143px; height: 125px; -webkit-animation-delay: -6516ms; animation-delay: -6516ms; } .area:nth-child(65) .building { transform: translate(-50%, -50%) translateZ(471px); -webkit-animation-delay: -6516ms; animation-delay: -6516ms; } .area:nth-child(65) .building_wall.o-left, .area:nth-child(65) .building_wall.o-right { width: 471px; -webkit-animation-delay: -6516ms; animation-delay: -6516ms; } .area:nth-child(65) .building_wall.o-front, .area:nth-child(65) .building_wall.o-back { height: 471px; -webkit-animation-delay: -6516ms; animation-delay: -6516ms; } .area:nth-child(66) { top: 33%; left: 92%; width: 122px; height: 63px; -webkit-animation-delay: -39725ms; animation-delay: -39725ms; } .area:nth-child(66) .building { transform: translate(-50%, -50%) translateZ(619px); -webkit-animation-delay: -39725ms; animation-delay: -39725ms; } .area:nth-child(66) .building_wall.o-left, .area:nth-child(66) .building_wall.o-right { width: 619px; -webkit-animation-delay: -39725ms; animation-delay: -39725ms; } .area:nth-child(66) .building_wall.o-front, .area:nth-child(66) .building_wall.o-back { height: 619px; -webkit-animation-delay: -39725ms; animation-delay: -39725ms; } .area:nth-child(67) { top: 28%; left: 59%; width: 145px; height: 127px; -webkit-animation-delay: -19859ms; animation-delay: -19859ms; } .area:nth-child(67) .building { transform: translate(-50%, -50%) translateZ(504px); -webkit-animation-delay: -19859ms; animation-delay: -19859ms; } .area:nth-child(67) .building_wall.o-left, .area:nth-child(67) .building_wall.o-right { width: 504px; -webkit-animation-delay: -19859ms; animation-delay: -19859ms; } .area:nth-child(67) .building_wall.o-front, .area:nth-child(67) .building_wall.o-back { height: 504px; -webkit-animation-delay: -19859ms; animation-delay: -19859ms; } .area:nth-child(68) { top: 78%; left: 105%; width: 31px; height: 141px; -webkit-animation-delay: -40708ms; animation-delay: -40708ms; } .area:nth-child(68) .building { transform: translate(-50%, -50%) translateZ(289px); -webkit-animation-delay: -40708ms; animation-delay: -40708ms; } .area:nth-child(68) .building_wall.o-left, .area:nth-child(68) .building_wall.o-right { width: 289px; -webkit-animation-delay: -40708ms; animation-delay: -40708ms; } .area:nth-child(68) .building_wall.o-front, .area:nth-child(68) .building_wall.o-back { height: 289px; -webkit-animation-delay: -40708ms; animation-delay: -40708ms; } .area:nth-child(69) { top: 58%; left: 14%; width: 163px; height: 174px; -webkit-animation-delay: -8953ms; animation-delay: -8953ms; } .area:nth-child(69) .building { transform: translate(-50%, -50%) translateZ(448px); -webkit-animation-delay: -8953ms; animation-delay: -8953ms; } .area:nth-child(69) .building_wall.o-left, .area:nth-child(69) .building_wall.o-right { width: 448px; -webkit-animation-delay: -8953ms; animation-delay: -8953ms; } .area:nth-child(69) .building_wall.o-front, .area:nth-child(69) .building_wall.o-back { height: 448px; -webkit-animation-delay: -8953ms; animation-delay: -8953ms; } .area:nth-child(70) { top: 42%; left: 111%; width: 33px; height: 82px; -webkit-animation-delay: -17018ms; animation-delay: -17018ms; } .area:nth-child(70) .building { transform: translate(-50%, -50%) translateZ(431px); -webkit-animation-delay: -17018ms; animation-delay: -17018ms; } .area:nth-child(70) .building_wall.o-left, .area:nth-child(70) .building_wall.o-right { width: 431px; -webkit-animation-delay: -17018ms; animation-delay: -17018ms; } .area:nth-child(70) .building_wall.o-front, .area:nth-child(70) .building_wall.o-back { height: 431px; -webkit-animation-delay: -17018ms; animation-delay: -17018ms; } .area:nth-child(71) { top: 19%; left: -15%; width: 153px; height: 73px; -webkit-animation-delay: -27252ms; animation-delay: -27252ms; } .area:nth-child(71) .building { transform: translate(-50%, -50%) translateZ(540px); -webkit-animation-delay: -27252ms; animation-delay: -27252ms; } .area:nth-child(71) .building_wall.o-left, .area:nth-child(71) .building_wall.o-right { width: 540px; -webkit-animation-delay: -27252ms; animation-delay: -27252ms; } .area:nth-child(71) .building_wall.o-front, .area:nth-child(71) .building_wall.o-back { height: 540px; -webkit-animation-delay: -27252ms; animation-delay: -27252ms; } .area:nth-child(72) { top: 60%; left: 113%; width: 167px; height: 160px; -webkit-animation-delay: -47815ms; animation-delay: -47815ms; } .area:nth-child(72) .building { transform: translate(-50%, -50%) translateZ(280px); -webkit-animation-delay: -47815ms; animation-delay: -47815ms; } .area:nth-child(72) .building_wall.o-left, .area:nth-child(72) .building_wall.o-right { width: 280px; -webkit-animation-delay: -47815ms; animation-delay: -47815ms; } .area:nth-child(72) .building_wall.o-front, .area:nth-child(72) .building_wall.o-back { height: 280px; -webkit-animation-delay: -47815ms; animation-delay: -47815ms; } .area:nth-child(73) { top: 69%; left: 20%; width: 128px; height: 73px; -webkit-animation-delay: -5249ms; animation-delay: -5249ms; } .area:nth-child(73) .building { transform: translate(-50%, -50%) translateZ(507px); -webkit-animation-delay: -5249ms; animation-delay: -5249ms; } .area:nth-child(73) .building_wall.o-left, .area:nth-child(73) .building_wall.o-right { width: 507px; -webkit-animation-delay: -5249ms; animation-delay: -5249ms; } .area:nth-child(73) .building_wall.o-front, .area:nth-child(73) .building_wall.o-back { height: 507px; -webkit-animation-delay: -5249ms; animation-delay: -5249ms; } .area:nth-child(74) { top: 71%; left: 120%; width: 157px; height: 82px; -webkit-animation-delay: -25929ms; animation-delay: -25929ms; } .area:nth-child(74) .building { transform: translate(-50%, -50%) translateZ(506px); -webkit-animation-delay: -25929ms; animation-delay: -25929ms; } .area:nth-child(74) .building_wall.o-left, .area:nth-child(74) .building_wall.o-right { width: 506px; -webkit-animation-delay: -25929ms; animation-delay: -25929ms; } .area:nth-child(74) .building_wall.o-front, .area:nth-child(74) .building_wall.o-back { height: 506px; -webkit-animation-delay: -25929ms; animation-delay: -25929ms; } .area:nth-child(75) { top: 73%; left: 72%; width: 47px; height: 86px; -webkit-animation-delay: -49491ms; animation-delay: -49491ms; } .area:nth-child(75) .building { transform: translate(-50%, -50%) translateZ(472px); -webkit-animation-delay: -49491ms; animation-delay: -49491ms; } .area:nth-child(75) .building_wall.o-left, .area:nth-child(75) .building_wall.o-right { width: 472px; -webkit-animation-delay: -49491ms; animation-delay: -49491ms; } .area:nth-child(75) .building_wall.o-front, .area:nth-child(75) .building_wall.o-back { height: 472px; -webkit-animation-delay: -49491ms; animation-delay: -49491ms; } .area:nth-child(76) { top: 41%; left: 22%; width: 140px; height: 73px; -webkit-animation-delay: -30608ms; animation-delay: -30608ms; } .area:nth-child(76) .building { transform: translate(-50%, -50%) translateZ(153px); -webkit-animation-delay: -30608ms; animation-delay: -30608ms; } .area:nth-child(76) .building_wall.o-left, .area:nth-child(76) .building_wall.o-right { width: 153px; -webkit-animation-delay: -30608ms; animation-delay: -30608ms; } .area:nth-child(76) .building_wall.o-front, .area:nth-child(76) .building_wall.o-back { height: 153px; -webkit-animation-delay: -30608ms; animation-delay: -30608ms; } .area:nth-child(77) { top: 1%; left: 107%; width: 118px; height: 64px; -webkit-animation-delay: -10487ms; animation-delay: -10487ms; } .area:nth-child(77) .building { transform: translate(-50%, -50%) translateZ(631px); -webkit-animation-delay: -10487ms; animation-delay: -10487ms; } .area:nth-child(77) .building_wall.o-left, .area:nth-child(77) .building_wall.o-right { width: 631px; -webkit-animation-delay: -10487ms; animation-delay: -10487ms; } .area:nth-child(77) .building_wall.o-front, .area:nth-child(77) .building_wall.o-back { height: 631px; -webkit-animation-delay: -10487ms; animation-delay: -10487ms; } .area:nth-child(78) { top: 73%; left: 15%; width: 120px; height: 165px; -webkit-animation-delay: -46737ms; animation-delay: -46737ms; } .area:nth-child(78) .building { transform: translate(-50%, -50%) translateZ(316px); -webkit-animation-delay: -46737ms; animation-delay: -46737ms; } .area:nth-child(78) .building_wall.o-left, .area:nth-child(78) .building_wall.o-right { width: 316px; -webkit-animation-delay: -46737ms; animation-delay: -46737ms; } .area:nth-child(78) .building_wall.o-front, .area:nth-child(78) .building_wall.o-back { height: 316px; -webkit-animation-delay: -46737ms; animation-delay: -46737ms; } .area:nth-child(79) { top: 65%; left: 84%; width: 99px; height: 143px; -webkit-animation-delay: -26915ms; animation-delay: -26915ms; } .area:nth-child(79) .building { transform: translate(-50%, -50%) translateZ(569px); -webkit-animation-delay: -26915ms; animation-delay: -26915ms; } .area:nth-child(79) .building_wall.o-left, .area:nth-child(79) .building_wall.o-right { width: 569px; -webkit-animation-delay: -26915ms; animation-delay: -26915ms; } .area:nth-child(79) .building_wall.o-front, .area:nth-child(79) .building_wall.o-back { height: 569px; -webkit-animation-delay: -26915ms; animation-delay: -26915ms; } .area:nth-child(80) { top: 92%; left: 120%; width: 52px; height: 76px; -webkit-animation-delay: -16326ms; animation-delay: -16326ms; } .area:nth-child(80) .building { transform: translate(-50%, -50%) translateZ(315px); -webkit-animation-delay: -16326ms; animation-delay: -16326ms; } .area:nth-child(80) .building_wall.o-left, .area:nth-child(80) .building_wall.o-right { width: 315px; -webkit-animation-delay: -16326ms; animation-delay: -16326ms; } .area:nth-child(80) .building_wall.o-front, .area:nth-child(80) .building_wall.o-back { height: 315px; -webkit-animation-delay: -16326ms; animation-delay: -16326ms; } .area:nth-child(81) { top: 98%; left: 104%; width: 107px; height: 135px; -webkit-animation-delay: -44745ms; animation-delay: -44745ms; } .area:nth-child(81) .building { transform: translate(-50%, -50%) translateZ(130px); -webkit-animation-delay: -44745ms; animation-delay: -44745ms; } .area:nth-child(81) .building_wall.o-left, .area:nth-child(81) .building_wall.o-right { width: 130px; -webkit-animation-delay: -44745ms; animation-delay: -44745ms; } .area:nth-child(81) .building_wall.o-front, .area:nth-child(81) .building_wall.o-back { height: 130px; -webkit-animation-delay: -44745ms; animation-delay: -44745ms; } .area:nth-child(82) { top: 69%; left: 37%; width: 162px; height: 51px; -webkit-animation-delay: -9554ms; animation-delay: -9554ms; } .area:nth-child(82) .building { transform: translate(-50%, -50%) translateZ(111px); -webkit-animation-delay: -9554ms; animation-delay: -9554ms; } .area:nth-child(82) .building_wall.o-left, .area:nth-child(82) .building_wall.o-right { width: 111px; -webkit-animation-delay: -9554ms; animation-delay: -9554ms; } .area:nth-child(82) .building_wall.o-front, .area:nth-child(82) .building_wall.o-back { height: 111px; -webkit-animation-delay: -9554ms; animation-delay: -9554ms; } .area:nth-child(83) { top: 89%; left: 70%; width: 114px; height: 134px; -webkit-animation-delay: -43147ms; animation-delay: -43147ms; } .area:nth-child(83) .building { transform: translate(-50%, -50%) translateZ(57px); -webkit-animation-delay: -43147ms; animation-delay: -43147ms; } .area:nth-child(83) .building_wall.o-left, .area:nth-child(83) .building_wall.o-right { width: 57px; -webkit-animation-delay: -43147ms; animation-delay: -43147ms; } .area:nth-child(83) .building_wall.o-front, .area:nth-child(83) .building_wall.o-back { height: 57px; -webkit-animation-delay: -43147ms; animation-delay: -43147ms; } .area:nth-child(84) { top: 29%; left: 9%; width: 68px; height: 38px; -webkit-animation-delay: -42347ms; animation-delay: -42347ms; } .area:nth-child(84) .building { transform: translate(-50%, -50%) translateZ(311px); -webkit-animation-delay: -42347ms; animation-delay: -42347ms; } .area:nth-child(84) .building_wall.o-left, .area:nth-child(84) .building_wall.o-right { width: 311px; -webkit-animation-delay: -42347ms; animation-delay: -42347ms; } .area:nth-child(84) .building_wall.o-front, .area:nth-child(84) .building_wall.o-back { height: 311px; -webkit-animation-delay: -42347ms; animation-delay: -42347ms; } .area:nth-child(85) { top: 71%; left: 76%; width: 153px; height: 144px; -webkit-animation-delay: -45487ms; animation-delay: -45487ms; } .area:nth-child(85) .building { transform: translate(-50%, -50%) translateZ(634px); -webkit-animation-delay: -45487ms; animation-delay: -45487ms; } .area:nth-child(85) .building_wall.o-left, .area:nth-child(85) .building_wall.o-right { width: 634px; -webkit-animation-delay: -45487ms; animation-delay: -45487ms; } .area:nth-child(85) .building_wall.o-front, .area:nth-child(85) .building_wall.o-back { height: 634px; -webkit-animation-delay: -45487ms; animation-delay: -45487ms; } .area:nth-child(86) { top: 79%; left: 0%; width: 92px; height: 71px; -webkit-animation-delay: -32866ms; animation-delay: -32866ms; } .area:nth-child(86) .building { transform: translate(-50%, -50%) translateZ(424px); -webkit-animation-delay: -32866ms; animation-delay: -32866ms; } .area:nth-child(86) .building_wall.o-left, .area:nth-child(86) .building_wall.o-right { width: 424px; -webkit-animation-delay: -32866ms; animation-delay: -32866ms; } .area:nth-child(86) .building_wall.o-front, .area:nth-child(86) .building_wall.o-back { height: 424px; -webkit-animation-delay: -32866ms; animation-delay: -32866ms; } .area:nth-child(87) { top: 54%; left: 71%; width: 135px; height: 33px; -webkit-animation-delay: -43076ms; animation-delay: -43076ms; } .area:nth-child(87) .building { transform: translate(-50%, -50%) translateZ(143px); -webkit-animation-delay: -43076ms; animation-delay: -43076ms; } .area:nth-child(87) .building_wall.o-left, .area:nth-child(87) .building_wall.o-right { width: 143px; -webkit-animation-delay: -43076ms; animation-delay: -43076ms; } .area:nth-child(87) .building_wall.o-front, .area:nth-child(87) .building_wall.o-back { height: 143px; -webkit-animation-delay: -43076ms; animation-delay: -43076ms; } .area:nth-child(88) { top: 80%; left: 11%; width: 136px; height: 85px; -webkit-animation-delay: -12274ms; animation-delay: -12274ms; } .area:nth-child(88) .building { transform: translate(-50%, -50%) translateZ(366px); -webkit-animation-delay: -12274ms; animation-delay: -12274ms; } .area:nth-child(88) .building_wall.o-left, .area:nth-child(88) .building_wall.o-right { width: 366px; -webkit-animation-delay: -12274ms; animation-delay: -12274ms; } .area:nth-child(88) .building_wall.o-front, .area:nth-child(88) .building_wall.o-back { height: 366px; -webkit-animation-delay: -12274ms; animation-delay: -12274ms; } .area:nth-child(89) { top: 6%; left: 33%; width: 170px; height: 166px; -webkit-animation-delay: -8679ms; animation-delay: -8679ms; } .area:nth-child(89) .building { transform: translate(-50%, -50%) translateZ(364px); -webkit-animation-delay: -8679ms; animation-delay: -8679ms; } .area:nth-child(89) .building_wall.o-left, .area:nth-child(89) .building_wall.o-right { width: 364px; -webkit-animation-delay: -8679ms; animation-delay: -8679ms; } .area:nth-child(89) .building_wall.o-front, .area:nth-child(89) .building_wall.o-back { height: 364px; -webkit-animation-delay: -8679ms; animation-delay: -8679ms; } .area:nth-child(90) { top: 42%; left: 3%; width: 115px; height: 154px; -webkit-animation-delay: -36529ms; animation-delay: -36529ms; } .area:nth-child(90) .building { transform: translate(-50%, -50%) translateZ(62px); -webkit-animation-delay: -36529ms; animation-delay: -36529ms; } .area:nth-child(90) .building_wall.o-left, .area:nth-child(90) .building_wall.o-right { width: 62px; -webkit-animation-delay: -36529ms; animation-delay: -36529ms; } .area:nth-child(90) .building_wall.o-front, .area:nth-child(90) .building_wall.o-back { height: 62px; -webkit-animation-delay: -36529ms; animation-delay: -36529ms; } .area:nth-child(91) { top: 14%; left: 2%; width: 170px; height: 96px; -webkit-animation-delay: -24990ms; animation-delay: -24990ms; } .area:nth-child(91) .building { transform: translate(-50%, -50%) translateZ(489px); -webkit-animation-delay: -24990ms; animation-delay: -24990ms; } .area:nth-child(91) .building_wall.o-left, .area:nth-child(91) .building_wall.o-right { width: 489px; -webkit-animation-delay: -24990ms; animation-delay: -24990ms; } .area:nth-child(91) .building_wall.o-front, .area:nth-child(91) .building_wall.o-back { height: 489px; -webkit-animation-delay: -24990ms; animation-delay: -24990ms; } .area:nth-child(92) { top: 32%; left: 117%; width: 66px; height: 42px; -webkit-animation-delay: -33214ms; animation-delay: -33214ms; } .area:nth-child(92) .building { transform: translate(-50%, -50%) translateZ(53px); -webkit-animation-delay: -33214ms; animation-delay: -33214ms; } .area:nth-child(92) .building_wall.o-left, .area:nth-child(92) .building_wall.o-right { width: 53px; -webkit-animation-delay: -33214ms; animation-delay: -33214ms; } .area:nth-child(92) .building_wall.o-front, .area:nth-child(92) .building_wall.o-back { height: 53px; -webkit-animation-delay: -33214ms; animation-delay: -33214ms; } .area:nth-child(93) { top: 32%; left: 111%; width: 93px; height: 143px; -webkit-animation-delay: -42060ms; animation-delay: -42060ms; } .area:nth-child(93) .building { transform: translate(-50%, -50%) translateZ(473px); -webkit-animation-delay: -42060ms; animation-delay: -42060ms; } .area:nth-child(93) .building_wall.o-left, .area:nth-child(93) .building_wall.o-right { width: 473px; -webkit-animation-delay: -42060ms; animation-delay: -42060ms; } .area:nth-child(93) .building_wall.o-front, .area:nth-child(93) .building_wall.o-back { height: 473px; -webkit-animation-delay: -42060ms; animation-delay: -42060ms; } .area:nth-child(94) { top: 36%; left: 93%; width: 156px; height: 66px; -webkit-animation-delay: -14217ms; animation-delay: -14217ms; } .area:nth-child(94) .building { transform: translate(-50%, -50%) translateZ(414px); -webkit-animation-delay: -14217ms; animation-delay: -14217ms; } .area:nth-child(94) .building_wall.o-left, .area:nth-child(94) .building_wall.o-right { width: 414px; -webkit-animation-delay: -14217ms; animation-delay: -14217ms; } .area:nth-child(94) .building_wall.o-front, .area:nth-child(94) .building_wall.o-back { height: 414px; -webkit-animation-delay: -14217ms; animation-delay: -14217ms; } .area:nth-child(95) { top: 69%; left: -8%; width: 144px; height: 71px; -webkit-animation-delay: -658ms; animation-delay: -658ms; } .area:nth-child(95) .building { transform: translate(-50%, -50%) translateZ(611px); -webkit-animation-delay: -658ms; animation-delay: -658ms; } .area:nth-child(95) .building_wall.o-left, .area:nth-child(95) .building_wall.o-right { width: 611px; -webkit-animation-delay: -658ms; animation-delay: -658ms; } .area:nth-child(95) .building_wall.o-front, .area:nth-child(95) .building_wall.o-back { height: 611px; -webkit-animation-delay: -658ms; animation-delay: -658ms; } .area:nth-child(96) { top: 72%; left: -8%; width: 33px; height: 60px; -webkit-animation-delay: -21477ms; animation-delay: -21477ms; } .area:nth-child(96) .building { transform: translate(-50%, -50%) translateZ(551px); -webkit-animation-delay: -21477ms; animation-delay: -21477ms; } .area:nth-child(96) .building_wall.o-left, .area:nth-child(96) .building_wall.o-right { width: 551px; -webkit-animation-delay: -21477ms; animation-delay: -21477ms; } .area:nth-child(96) .building_wall.o-front, .area:nth-child(96) .building_wall.o-back { height: 551px; -webkit-animation-delay: -21477ms; animation-delay: -21477ms; } .area:nth-child(97) { top: 88%; left: -8%; width: 64px; height: 34px; -webkit-animation-delay: -6620ms; animation-delay: -6620ms; } .area:nth-child(97) .building { transform: translate(-50%, -50%) translateZ(462px); -webkit-animation-delay: -6620ms; animation-delay: -6620ms; } .area:nth-child(97) .building_wall.o-left, .area:nth-child(97) .building_wall.o-right { width: 462px; -webkit-animation-delay: -6620ms; animation-delay: -6620ms; } .area:nth-child(97) .building_wall.o-front, .area:nth-child(97) .building_wall.o-back { height: 462px; -webkit-animation-delay: -6620ms; animation-delay: -6620ms; } .area:nth-child(98) { top: 66%; left: 23%; width: 78px; height: 62px; -webkit-animation-delay: -48237ms; animation-delay: -48237ms; } .area:nth-child(98) .building { transform: translate(-50%, -50%) translateZ(165px); -webkit-animation-delay: -48237ms; animation-delay: -48237ms; } .area:nth-child(98) .building_wall.o-left, .area:nth-child(98) .building_wall.o-right { width: 165px; -webkit-animation-delay: -48237ms; animation-delay: -48237ms; } .area:nth-child(98) .building_wall.o-front, .area:nth-child(98) .building_wall.o-back { height: 165px; -webkit-animation-delay: -48237ms; animation-delay: -48237ms; } .area:nth-child(99) { top: 37%; left: 11%; width: 130px; height: 96px; -webkit-animation-delay: -11966ms; animation-delay: -11966ms; } .area:nth-child(99) .building { transform: translate(-50%, -50%) translateZ(579px); -webkit-animation-delay: -11966ms; animation-delay: -11966ms; } .area:nth-child(99) .building_wall.o-left, .area:nth-child(99) .building_wall.o-right { width: 579px; -webkit-animation-delay: -11966ms; animation-delay: -11966ms; } .area:nth-child(99) .building_wall.o-front, .area:nth-child(99) .building_wall.o-back { height: 579px; -webkit-animation-delay: -11966ms; animation-delay: -11966ms; } .area:nth-child(100) { top: 54%; left: -19%; width: 101px; height: 167px; -webkit-animation-delay: -31075ms; animation-delay: -31075ms; } .area:nth-child(100) .building { transform: translate(-50%, -50%) translateZ(329px); -webkit-animation-delay: -31075ms; animation-delay: -31075ms; } .area:nth-child(100) .building_wall.o-left, .area:nth-child(100) .building_wall.o-right { width: 329px; -webkit-animation-delay: -31075ms; animation-delay: -31075ms; } .area:nth-child(100) .building_wall.o-front, .area:nth-child(100) .building_wall.o-back { height: 329px; -webkit-animation-delay: -31075ms; animation-delay: -31075ms; } .area:nth-child(101) { top: 20%; left: 107%; width: 79px; height: 167px; -webkit-animation-delay: -49751ms; animation-delay: -49751ms; } .area:nth-child(101) .building { transform: translate(-50%, -50%) translateZ(106px); -webkit-animation-delay: -49751ms; animation-delay: -49751ms; } .area:nth-child(101) .building_wall.o-left, .area:nth-child(101) .building_wall.o-right { width: 106px; -webkit-animation-delay: -49751ms; animation-delay: -49751ms; } .area:nth-child(101) .building_wall.o-front, .area:nth-child(101) .building_wall.o-back { height: 106px; -webkit-animation-delay: -49751ms; animation-delay: -49751ms; } .area:nth-child(102) { top: 58%; left: 90%; width: 137px; height: 69px; -webkit-animation-delay: -4217ms; animation-delay: -4217ms; } .area:nth-child(102) .building { transform: translate(-50%, -50%) translateZ(459px); -webkit-animation-delay: -4217ms; animation-delay: -4217ms; } .area:nth-child(102) .building_wall.o-left, .area:nth-child(102) .building_wall.o-right { width: 459px; -webkit-animation-delay: -4217ms; animation-delay: -4217ms; } .area:nth-child(102) .building_wall.o-front, .area:nth-child(102) .building_wall.o-back { height: 459px; -webkit-animation-delay: -4217ms; animation-delay: -4217ms; } .area:nth-child(103) { top: 88%; left: 115%; width: 63px; height: 45px; -webkit-animation-delay: -34191ms; animation-delay: -34191ms; } .area:nth-child(103) .building { transform: translate(-50%, -50%) translateZ(97px); -webkit-animation-delay: -34191ms; animation-delay: -34191ms; } .area:nth-child(103) .building_wall.o-left, .area:nth-child(103) .building_wall.o-right { width: 97px; -webkit-animation-delay: -34191ms; animation-delay: -34191ms; } .area:nth-child(103) .building_wall.o-front, .area:nth-child(103) .building_wall.o-back { height: 97px; -webkit-animation-delay: -34191ms; animation-delay: -34191ms; } .area:nth-child(104) { top: 86%; left: 14%; width: 47px; height: 144px; -webkit-animation-delay: -33238ms; animation-delay: -33238ms; } .area:nth-child(104) .building { transform: translate(-50%, -50%) translateZ(604px); -webkit-animation-delay: -33238ms; animation-delay: -33238ms; } .area:nth-child(104) .building_wall.o-left, .area:nth-child(104) .building_wall.o-right { width: 604px; -webkit-animation-delay: -33238ms; animation-delay: -33238ms; } .area:nth-child(104) .building_wall.o-front, .area:nth-child(104) .building_wall.o-back { height: 604px; -webkit-animation-delay: -33238ms; animation-delay: -33238ms; } .area:nth-child(105) { top: 83%; left: -1%; width: 171px; height: 51px; -webkit-animation-delay: -2ms; animation-delay: -2ms; } .area:nth-child(105) .building { transform: translate(-50%, -50%) translateZ(612px); -webkit-animation-delay: -2ms; animation-delay: -2ms; } .area:nth-child(105) .building_wall.o-left, .area:nth-child(105) .building_wall.o-right { width: 612px; -webkit-animation-delay: -2ms; animation-delay: -2ms; } .area:nth-child(105) .building_wall.o-front, .area:nth-child(105) .building_wall.o-back { height: 612px; -webkit-animation-delay: -2ms; animation-delay: -2ms; } .area:nth-child(106) { top: 15%; left: 14%; width: 177px; height: 42px; -webkit-animation-delay: -26144ms; animation-delay: -26144ms; } .area:nth-child(106) .building { transform: translate(-50%, -50%) translateZ(68px); -webkit-animation-delay: -26144ms; animation-delay: -26144ms; } .area:nth-child(106) .building_wall.o-left, .area:nth-child(106) .building_wall.o-right { width: 68px; -webkit-animation-delay: -26144ms; animation-delay: -26144ms; } .area:nth-child(106) .building_wall.o-front, .area:nth-child(106) .building_wall.o-back { height: 68px; -webkit-animation-delay: -26144ms; animation-delay: -26144ms; } .area:nth-child(107) { top: 94%; left: 81%; width: 65px; height: 31px; -webkit-animation-delay: -32330ms; animation-delay: -32330ms; } .area:nth-child(107) .building { transform: translate(-50%, -50%) translateZ(373px); -webkit-animation-delay: -32330ms; animation-delay: -32330ms; } .area:nth-child(107) .building_wall.o-left, .area:nth-child(107) .building_wall.o-right { width: 373px; -webkit-animation-delay: -32330ms; animation-delay: -32330ms; } .area:nth-child(107) .building_wall.o-front, .area:nth-child(107) .building_wall.o-back { height: 373px; -webkit-animation-delay: -32330ms; animation-delay: -32330ms; } .area:nth-child(108) { top: 26%; left: 88%; width: 136px; height: 161px; -webkit-animation-delay: -6086ms; animation-delay: -6086ms; } .area:nth-child(108) .building { transform: translate(-50%, -50%) translateZ(541px); -webkit-animation-delay: -6086ms; animation-delay: -6086ms; } .area:nth-child(108) .building_wall.o-left, .area:nth-child(108) .building_wall.o-right { width: 541px; -webkit-animation-delay: -6086ms; animation-delay: -6086ms; } .area:nth-child(108) .building_wall.o-front, .area:nth-child(108) .building_wall.o-back { height: 541px; -webkit-animation-delay: -6086ms; animation-delay: -6086ms; } .area:nth-child(109) { top: 76%; left: 48%; width: 85px; height: 39px; -webkit-animation-delay: -36337ms; animation-delay: -36337ms; } .area:nth-child(109) .building { transform: translate(-50%, -50%) translateZ(403px); -webkit-animation-delay: -36337ms; animation-delay: -36337ms; } .area:nth-child(109) .building_wall.o-left, .area:nth-child(109) .building_wall.o-right { width: 403px; -webkit-animation-delay: -36337ms; animation-delay: -36337ms; } .area:nth-child(109) .building_wall.o-front, .area:nth-child(109) .building_wall.o-back { height: 403px; -webkit-animation-delay: -36337ms; animation-delay: -36337ms; } .area:nth-child(110) { top: 18%; left: 67%; width: 146px; height: 33px; -webkit-animation-delay: -5246ms; animation-delay: -5246ms; } .area:nth-child(110) .building { transform: translate(-50%, -50%) translateZ(107px); -webkit-animation-delay: -5246ms; animation-delay: -5246ms; } .area:nth-child(110) .building_wall.o-left, .area:nth-child(110) .buildin.........完整代码请登录后点击上方下载按钮下载查看
网友评论0