.container{margin-top:5%;margin-bottom:10%}.container1{width:50%;float:left;font-size:2vw}.container2{width:50%;float:right}.apeksword{font-weight:700;font-size:40px;color:red;animation:flyin1 1s,fade 2s ease-in}.panimmain{animation:fade 2s ease-in}.apeksmap{width:100%;animation:flyin2 1s,fade 2s ease-in}.panim{margin:0;animation:fade 2s ease-in}a{animation:fade 2s ease-in}@media screen and (max-width:600px){.container1{display:inline-block;width:100%;float:none;font-size:5vw;margin-bottom:10px}.container2{display:inline-block;width:100%;height:5vh!important;float:none}.apeksword{font-size:30px}.apeksmap{width:100%}}@keyframes fade{0%{opacity:0}100%{opacity:1}}@keyframes flyin1{0%{transform:translateX(-1000px)}100%{transform:translateX(0px)}}@keyframes flyin2{0%{transform:translateX(1000px)}100%{transform:translateX(0px)}}