@import 'RescueDawnApp.Client.bundle.scp.css';
@import '_content/RescueDawnApp.Shared/RescueDawnApp.Shared.bundle.scp.css';

/* _content/RescueDawnApp/Components/Pages/Media.razor.rz.scp.css */
article[class="photos"][b-ijuzrnflqt] {
    font-size: 0;
    text-align: center;
    line-height: 100%;
}

article[class="photos"] a[b-ijuzrnflqt] {
    width: 200px;
    height: 165px;
    margin: 5px;
    padding: 0;
    display: inline-block;
    border-radius: .5rem 0 .5rem 0;
    box-shadow: rgba(0, 0, 0, .25) 0 .1rem .5rem;
    transition: all .2s;
    filter: grayscale(1);
    cursor: pointer;
}

article[class="photos"] a:hover[b-ijuzrnflqt] {
    transform: scale(105%);
    transition: all .2s;
    filter: grayscale(0);
}

article[class="photos"] a img[b-ijuzrnflqt] {
    width: 200px;
    height: 165px;
    object-fit: cover;
    border-radius: .5rem 0 .5rem 0;
}

.full-screen-overlay[b-ijuzrnflqt] {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0.75);
}

.full-screen-photo[b-ijuzrnflqt] {
    display: block;
    max-height: 90%;
    max-width: calc(100% - 20px);
    margin: auto;
    transform: translateY(-50%);
    top: 50%;
    position: relative;
}
/* _content/RescueDawnApp/Components/Pages/Privacy.razor.rz.scp.css */
/* _content/RescueDawnApp/Components/Pages/UserAgreement.razor.rz.scp.css */
