.photos {
    transform: scaleY(1);
    transition: transform .5s ease;
    transform-origin: top;
    height: auto;
}

.photos.closed {
    transform: scaleY(0);
    height: 0;
}

.photos:not(.closed) {
    margin: 2em 0;
}

.twitter-tweet {
    margin: 0 auto;
    padding-bottom: 50px;
}

.redirect {
    color: black;
    font-weight: bold;
}

form.form-example {
    display: table;
    text-align: center;
    margin: 0 auto 20px auto;
}

div.form-example {
    display: table-row;
    text-align: center;
    font-size: 2rem;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

label,
input {
    display: table-cell;
}

label {
    padding-right: 10px;
}


/*RESPONSIVE */

@media only screen and (max-width: 600px) {
    .pqsc .txt-container {
        top: 0;
    }
}
