.instagram-feed .custom-container, .instagram-feed.custom-container {
    max-width: 1600px;
}
.square-image {
    object-fit: cover;
    width: 100%;
    height: 735px;
    padding-bottom: 100%;
}
video#mobile-instagram {
    object-fit: cover;
    width: 100%;
    height: 735px;
    padding-bottom: 100%;
}
.image-container.insta-feed-block {
    height: 430px;
}
@media only screen and (max-width: 1440px) {
    .image-container.insta-feed-block {
        height: 360px;
    }
     video#mobile-instagram {
        height: 595px;
    }
    .square-image {
        object-fit: cover;
        width: 100%;
        height: 595px;
        padding-bottom: 100%;
    }
}
@media only screen and (max-width: 992px) {
    .image-container.insta-feed-block {
        height: auto;
    }
     video#mobile-instagram {
        height: auto;
    }
    .square-image {
        object-fit: cover;
        width: 100%;
        height: auto;
        padding-bottom: 100%;
    }
    video#mobile-instagram {
        height: auto;
        padding: 0;
        margin-top: 0;
    }
    .square-image {
        object-fit: cover;
        width: 100%;
        height: auto;
        padding-bottom: 100%;
        padding: 0;
    }
}
@media only screen and (max-width: 360px) {
    .square-image {
        object-fit: cover;
        width: 100%;
        height: 300px ;
        padding-bottom: 100%;
        padding: 10px !important;
    }
    video#mobile-instagram {
        padding: 10px !important;
    }
}
