.board-wrapper {
    width: 100%;
    padding: 0 2rem;
    text-align: center;
    margin-bottom: -10px;
}

.polaroid {
    background: #fff;
    padding: 1rem;
    box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.2);
}

.polaroid img {
    max-height: 350px;
}

.polaroid > img {
    max-width: 100%;
    height: auto;
}

.caption {
    font-size: 1.2rem;
    text-align: center;
    line-height: 2em;
}

.item {
    display: inline-block;
    margin-bottom: 1rem;
    filter: grayscale(70%);
}

.item:nth-of-type(4n+1) {
    transition: all 0.35s;
}

.item:nth-of-type(4n+1) .polaroid:before {
    height: 20%;
    width: 47%;
    bottom: 30px;
    right: 12px;
    box-shadow: 0 2.1rem 2rem rgba(0, 0, 0, 0.4);
}

.item:nth-of-type(4n+2) {
    transition: all 0.35s;
}

.item:nth-of-type(4n+2) .polaroid:before {
    height: 20%;
    width: 47%;
    bottom: 30px;
    left: 12px;
    box-shadow: 0 2.1rem 2rem rgba(0, 0, 0, 0.4);
}

.item:nth-of-type(4n+4) {
    transition: all 0.35s;
}

.item:nth-of-type(4n+4) .polaroid:before {
    height: 20%;
    width: 47%;
    bottom: 30px;
    right: 12px;
    box-shadow: 0 2.1rem 2rem rgba(0, 0, 0, 0.3);
}

.item:nth-of-type(4n+3) {
    transition: all 0.35s;
}

.item:nth-of-type(4n+3) .polaroid:before {
    height: 20%;
    width: 47%;
    bottom: 30px;
    left: 12px;
    box-shadow: 0 2.1rem 2rem rgba(0, 0, 0, 0.3);
}

.item:hover {
    filter: none;
    transition: all 0.35s;
}

.url-preview {
    text-align:right;
}

.url-preview-hostname {
    text-transform: uppercase;
}

.url-preview-title {
    font-weight:bold;
}

.gallery-image-link.board-image {
 max-width: 220px;
}

.cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.gallery-image-link {
    display: block;
    height: 100%;
}

.fb-video iframe {
    min-width:100% !important;
    width:100% !important;
    max-width:100% !important;
}

.main-post {
    filter: grayscale(0) !important;
    margin: 0 auto !important;
    width: 70% !important;
    max-width: 450px !important;
    display: block !important;
    transform: none !important;
    transition: none !important;
}