/* ABOUT - HANCOCKSELFSTORAGE.COM */

.abt {display: flex; gap: 2rem; align-items: center; margin: 2rem auto; flex-wrap: nowrap;}
.alt-lft {flex-direction: row-reverse;}
.abt .text-content {flex: 0 1 65%;}
.abt figure {flex: 1 0 35%; max-width: 350px; margin: 0 0 0 auto;}
.abt figcaption {font-size: 0.9rem; margin-top: 0.5rem;}
.abt img {display: block; width: 100%; max-width: 100%; height: auto; margin: 0 auto;}
@media (max-width: 900px) {
.abt {flex-direction: column;}
.alt-lft figure, .alt-rgt figure {margin: 0 auto; order: -1;}
.cmscontent {max-width: 700px;}
}

/* PHOTOS */
:root {--gutter: 10px;}
.grid {display: flex; flex-wrap: wrap; justify-content: center; gap: var(--gutter); margin: 0 auto;}
.grid-item {flex: 0 0 300px;}
.grid-item img {display: block; width: 100%; height: auto; margin: 0 auto; border-radius: 3px;}
