.my-photos-container {
    margin-top: 20px;
    margin-bottom: 40px;
}

.my-photos-loading {
    padding: 56px 0;
}

.my-photos-code-input {
    max-width: 12rem;
    font-size: 1.5rem;
    letter-spacing: 0.35em;
    text-align: center;
}

.my-photos-card-link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.my-photos-card-link:hover,
.my-photos-card-link:focus {
    color: inherit;
    text-decoration: none;
}

.my-photos-card-link:hover .card,
.my-photos-card-link:focus .card {
    border-color: var(--bs-primary);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .12);
}

.my-photos-photo-wrap {
    min-height: 220px;
    padding: 16px;
    background: var(--bs-tertiary-bg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-photos-photo {
    display: block;
    max-width: 100%;
    height: 220px;
    object-fit: contain;
}

@media (max-width: 575.98px) {
    .my-photos-photo-wrap {
        min-height: 180px;
    }

    .my-photos-photo {
        height: 180px;
    }
}
