#site-name-handler {
  width:100%;
}

.epi-container {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            max-width: 1200px;
            padding: 20px;
            box-sizing: border-box;
}

.epi-photo-box {
            width: 215px;
            box-sizing: border-box;
            background-color: #fff;
            border: 1px solid #ccc;
            border-radius: 8px;
            overflow: hidden;
            text-align: center;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.epi-photo-box img {
            width: 215px;
            height: 263px;
            display: block;
}
.epi-description {
            padding: 10px;
            font-size: 14px;
            color: #555;
            background-color: rgba(255, 255, 255, 0.9);
}