.instagram-carousel-container ul li {
    padding: 10px;
}
.instagram-item img {
    max-width: 100% !important;
    border-radius: 22px;
    max-height: 280px;
}
.insta-video{
    background: #ebe7e0;
    border-radius: 22px;
    overflow: hidden;
    max-height: 280px;
}

@media only screen and (max-width: 767px){
    .insta-video {
        max-height: 138px;
        margin-bottom: 10px;
    }
}



.block_newsletter p{
    top: 100% !important;
}