.postcard-section {
    min-height: 90vh;
    position: relative;
    overflow: visible;
    padding: 0px 0;
    margin-bottom: 5rem;
}
.postcard-section .postcard-item {
    background: #FFF;
    display: inline-block;
    margin-top: 8%;
    position: absolute;
    z-index: 2;
    padding: 10px 10px 30px;
    box-shadow: 1px 1px 20px rgb(0 0 0 / 40%);
    transition: all 400ms linear;
}
.postcard-section .postcard-item.atbottom {
    z-index: 1;
}

.postcard-item  img {
    object-fit: cover;
    width: 400px;
    height: 400px;
}

@media (max-width:767px) {
    .postcard-section .postcard-item {

        box-shadow: 1px 1px 10px -1px rgb(0 0 0 / 20%);
    }
    .number-row .marquee div {
        animation: marquee 3s linear infinite;
    }
    .postcard-section {
        overflow: hidden;
        margin-bottom: 0rem;
    }
    .postcard-section .postcard-item {
        width: 70%;
    }
    .postcard-item img {
        object-fit: cover;
        width: 320px;
        height: 320px;
    }
}

@media (max-width:600px) {
    .postcard-item img {
        object-fit: cover;
        width: 70vw;
        height: 70vw;
    }
    .newscroll {
       min-height: unset;
    }
    .contact-section {
        min-height: unset;
    }
}
