@keyframes wiggle{0%,7%{transform:rotateZ(0)}15%{transform:rotateZ(-15deg)}20%{transform:rotateZ(10deg)}25%{transform:rotateZ(-10deg)}30%{transform:rotateZ(6deg)}35%{transform:rotateZ(-4deg)}100%,40%{transform:rotateZ(0)}}@keyframes fadein{100%{opacity:1;transform:translateX(0)}}#button{display:flex;background-color:#d9ff00;width:50px;height:50px;text-align:center;border-radius:100%;position:fixed;bottom:70px;color:#fff;right:30px;align-items:center;justify-content:center;transition:background-color .3s,opacity .5s,visibility .5s;opacity:0;visibility:hidden;z-index:1000;cursor:pointer;box-shadow:0 4px 16px 0 rgba(0,0,0,.4)}#button i{color:#000}#button.show{opacity:1;visibility:visible}html.page-internal.post-single body main>section.single-post-section .container main h1{font-size:40px;line-height:40px}@media only screen and (max-width:770px){html.page-internal.post-single body main>section.single-post-section .container main h1{font-size:30px;line-height:30px}}html.page-internal.post-single body main>section.single-post-section .container main .gallery{grid-template-columns:repeat(2,1fr);gap:10px}html.page-internal.post-single body main>section.single-post-section .container main .gallery img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}html.page-internal.post-single body main>section.single-post-section .container main img.featured-image{width:100%;display:block;height:auto;margin-bottom:30px}html.page-internal.post-single body main>section.single-post-section .container main .content img{max-width:100%}