@media only screen and (max-width:1680px) {

    .album-detail .desc-title,
    .gallery-detail .desc-title,
    .video-detail .desc-title {
        font-size: 3.8rem
    }
}

.gallery-desc {
    height: 546.25px !important
}

.mc4wp-form-fields div {
    display: flex;
    padding-bottom: 15px
}

.widget-footer input[type="submit"] {
    font-size: 25px;
    font-weight: 700;
    width: 60px;
    background-color: #e65454;
    border: 1px solid #e65454
}

.widget-footer input[type="submit"]:hover {
    background-color: unset;
    border-color: #fff
}

.widget-footer .wp-block-latest-posts {
    padding: 0;
    list-style: none
}

.widget-footer .wp-block-latest-posts li a {
    color: #fff
}

.widget-footer .wp-block-latest-posts li:not(:last-child) {
    padding-bottom: 10px
}

.widget-footer .wp-block-latest-posts li a:hover {
    color: #e65454
}