.content-float-end {
    margin-bottom: 3rem;
}

.ow-img {
    width: 100%;
    text-align: center;

    padding: 0.5rem;
    background-color: var(--ow-img-border);
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.ow-img > img {
    margin: 0
}

.ow-img-bottom {
    margin: 1rem;
}

.img-1 {
    max-width: 100%;
    max-height: 25rem;
}


.img-2 {
    max-height: 50vh;
}

.img-poster {
    max-width: 100%;
    max-height: 65vh;
}

@media (min-width: 768px) {
    .ow-img {
        width: unset;
    }

    .img-1 {
        max-width: 25rem;
    }

    .img-poster {
        max-width: 50vh;
    }

    .content-float-end {
        width: unset;
        float: right;
        margin: 0 0 0 1rem;
    }
}


p {
    text-align: justify;
}

.page-separator {
    margin: 3rem 0;
    border-width: 0.25rem;
    border-radius: 1rem;
    opacity: 1;
}

.page-content-container {
    border-top: 5px solid;
    border-bottom: 5px solid;
    border-radius: 5px;
    padding: 1rem;
}

.content-link {
    color: unset;
    text-decoration: auto;
}