.ph2-txt-info {
    font-size: 20px;
    padding: 0 15px;
}

.ph2-txt-deadline {
    font-size: 18px;
    padding: 0 15px;
}

#counter {
    font-size: 26px;
}

.ph1-txt {
    font-size: 18px;
    margin-bottom: 1.5em;
}

/* Illustrations */
#ph2-illustrations {
    padding: 0 0.5rem;
}

#ph2-illustrations a {
    text-decoration: none;
}

#ph2-illustrations .ph2-illustration {
    padding-top: 15px;
    max-height: 90vw;
}

#ph2-illustrations .ph2-illustration figure,
#winner-illustration figure {
    position: relative;
    display: table;
    width: 100%;
}

#ph2-illustrations .illustration-hover,
#winner-illustration .illustration-hover {
    display: none;
    position: absolute;
    top: 20%;
    transform: translateX(5%);
    width: 90%;
    z-index: 1;
    color: white;
}

#winner-illustration .illustration-hover {
    top: 30%;
}

#ph2-illustrations .illustration-hover .vote-txt,
#winner-illustration .illustration-hover .vote-txt {
    font-size: 32px;
}

#ph2-illustrations .illustration-hover .ill-hov-icon,
#winner-illustration .illustration-hover .ill-hov-icon {
    height: auto;
    width: 50px;
    transform: translateY(-1px);
}

#ph2-illustrations .ph2-illustration:hover img.illustration-image,
#winner-illustration a:hover img.illustration-image {
    filter: grayscale(10%) sepia(30%) saturate(100%) contrast(105%) hue-rotate(190deg) blur(3px);
    transform: scale(1.005);
}

#ph2-illustrations .ph2-illustration:hover .illustration-hover,
#winner-illustration a:hover .illustration-hover {
    display: block;
}

.ph2-illustration figcaption,
#winner-illustration figcaption {
    padding: 5px 10px;
    color: white;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ph2-illustration figcaption {
    background-color: var(--tt-brown);
    display: table-caption;
    caption-side: bottom;
    width: 100%;
}

.ph2-illustration .illustration-image {
    object-fit: cover;
    width: 100%;
    max-height: 75vw;
}

#winner-illustration {
    text-align: center;
    margin-bottom: 30px;
}

#winner-illustration figcaption {
    background-color: var(--tt-green);
}

/* Pagination */
.page-item.active .page-link {
    background-color: var(--tt-green);
    border-color: var(--tt-green);
}

.page-link {
    color: var(--tt-brown);
}

.page-link:hover {
    color: var(--tt-green);
}

.page-link:focus {
    color: var(--tt-green);
    box-shadow: var(--tt-light-green);
}

@media (min-width: 576px) {
    /* Illustrations */
    #ph2-illustrations {
        padding: 0 2em;
    }

    #ph2-illustrations .ph2-illustration {
        height: 40vw;
    }

    #ph2-illustrations .ph2-illustration .illustration-image {
        object-fit: cover;
        width: 100%;
        max-height: 30vw;
    }
}

@media (min-width: 768px) {
    /* Illustrations */
    #ph2-illustrations {
        padding: 0 4em;
    }

    #ph2-illustrations .ph2-illustration {
        height: 40vw;
    }

    #ph2-illustrations .ph2-illustration .illustration-image {
        max-height: 30vw;
    }

    #winner-illustration a {
        display: inline-block;
        width: 50%;
    }
}

/* lg */
@media (min-width: 992px) {
    /* Illustrations */
    #ph2-illustrations .ph2-illustration {
        height: 32vw;
    }

    #ph2-illustrations .ph2-illustration .illustration-image {
        max-height: 25vw;
    }
}

/* xl */
@media (min-width: 1200px) {
    /* Illustrations */
    #ph2-illustrations {
        padding: 0 6em;
    }

    #ph2-illustrations .ph2-illustration {
        height: 31vw;
    }

    #ph2-illustrations .ph2-illustration .illustration-image {
        max-height: 25vw;
    }
}

/* xxl */
@media (min-width: 1400px) {
    /* Illustrations */
    #ph2-illustrations .ph2-illustration {
        height: 22.5vw;
    }

    #ph2-illustrations .ph2-illustration .illustration-image {
        max-height: 250px;
    }
}

@media (min-width: 1650px) {
    #ph2-illustrations .ph2-illustration {
        height: 25vw;
    }

    /* Illustrations */
    #ph2-illustrations .ph2-illustration .illustration-image {
        max-height: 20.5vw;
    }
}
