.fullscreen .section{height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:row;padding:10px;box-sizing:border-box;transition:height .3s ease-in-out}.fullscreen .section .image{width:50%;display:flex;justify-content:center}.fullscreen .section .image img{max-width:100%;height:auto;z-index:2}.fullscreen .section .text{width:50%;text-align:center}.fullscreen .section .text h1{margin:0;font-size:2em}.fullscreen .section .text p{font-size:1.2em}.text p{margin:0 10px}@media (max-width: 768px){.fullscreen{height:auto}.fullscreen .section{height:auto;flex-direction:column;padding:20px 0}.fullscreen .section .image,.fullscreen .section .text{width:100%}}.snowflake{position:absolute;background:radial-gradient(circle,#1c8aff,#ddd);border-radius:50%;width:8px;height:8px;opacity:.8;pointer-events:none;z-index:1}.obj{color:pink;font-size:1.5em;position:absolute;top:-10%;z-index:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:default;animation:drop 7s linear infinite,shake 3.5s ease-in-out infinite}@keyframes shake{0%{transform:translate(0)}33%{transform:translate(-7px)}66%{transform:translate(-3px)}to{transform:translate(2px)}}@keyframes drop{0%{top:-10%}to{top:100%}}@keyframes fall{0%{transform:translateY(-100vh)}to{transform:translateY(100vh)}}@media (max-width: 768px){@keyframes fall{0%{transform:translateY(-70vh)}to{transform:translateY(70vh)}}}
