 * {box-sizing: border-box;}body {margin: 0;}.parallax-section {height: 400px;background-attachment: fixed;background-position: center;background-repeat: no-repeat;background-size: cover;animation: fadeIn 1.5s ease-in-out;}@media (max-width: 768px) {.parallax-section {background-attachment: scroll;height: 300px;}}.row {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;padding: 0 4px;}.column {-ms-flex: 25%;flex: 25%;max-width: 25%;padding: 0 4px;position: relative;}.column img {width: 100%;margin-top: 8px;margin-bottom: 10px;border-radius: 8px;display: block;vertical-align: middle;transition: transform 0.5s ease, box-shadow 0.4s ease;transform-style: preserve-3d;backface-visibility: hidden;position: relative;z-index: 1;}.column img:hover {transform: perspective(1000px) rotateY(5deg) scale(1.25);box-shadow: 0 12px 30px rgba(241, 89, 40, 0.18);z-index: 999;}@media screen and (max-width: 800px) {.column {-ms-flex: 50%;flex: 50%;max-width: 50%;}}@media screen and (max-width: 600px) {.column {-ms-flex: 100%;flex: 100%;max-width: 100%;}}@keyframes fadeIn {from {opacity: 0;}to {opacity: 1;}}.post .post-gray {padding: 1rem !important;}