.custom_facebook_feed_layout3_cls
{
       display: flex;
       flex-wrap: wrap;
       gap: 10px;
}
.custom_facebook_feed_layout3_cls .custom_img_cls
{
    width: calc((100% - 40px) / 5);
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid; */
}
.custom_facebook_feed_layout3_cls .custom_img_cls img
{
    max-height: 300px;
    object-fit: cover;
    height: 100%;
    min-height: 300px;
    width: 100%;
    object-position: top;
}
.custom_facebook_feed_layout3_cls .custom_view_all_facebook_feed_button .button{
    background-color: #1e000e;
    color: #fff;
    outline: none !important;
    padding: 10px 20px;
    text-decoration: none;
}
.custom_view_all_facebook_feed_button
{
     width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.custom_view_all_facebook_feed_button a
{
      padding: 12px 30px;
      background-color: #42a1cd;
      color: #fff;
}
.custom_view_all_facebook_feed_button a:hover
{
	color: #fff;
}
.custom_facebook_feed_post_data{
    max-width:100% !important;
    /* padding-left: 27px;
    padding-right: 27px; */
    padding-bottom: 80px;
}
.custom_facebook_feed_post_data .slider{
    max-width:100% !important;
}
.custom_facebook_feed_post_data .slider img{
    object-fit: contain;
    max-height: 325px;
    height: auto !important;
}
.custom_facebook_feed_post_data{
    margin-top: 45px !important;
}
.slider-item-div{
    /* border: 1px solid; */
    /* background-image: url(https://scontent-cph2-1.xx.fbcdn.net/v/t39.30808-6/374739553_271611765719447_2202706680717167234_n.jpg?_nc_cat=100&ccb=1-7&_nc_sid=49d041&_nc_ohc=WkWRub1mrEcAX9a5YIa&_nc_ht=scontent-cph2-1.xx&edm=AKIiGfEEAAAA&oh=00_AfAJhH9j2nAxS1qHm0l7qUOoYsT-vPVNEDkk-MRRd9NwFw&oe=64FBEFBF); */
    height: 300px;
    background-position: top;
    background-repeat: no-repeat;
    /* background-position: center; */
    background-size: cover;
}
@media screen and (max-width:1199px) and (min-width:781px) {
    .custom_facebook_feed_layout3_cls .custom_img_cls {
        width: calc((100% - 40px) / 4);
    }
}
@media screen and (max-width:781px) and (min-width:600px) {
    .custom_facebook_feed_post_data .slider img{
        max-height: 200px;
    }
    .slider-item-div{
        height: 250px;
    }
    .custom_facebook_feed_layout3_cls .custom_img_cls {
        width: calc((100% - 30px) / 3);
    }       
}
@media screen and (max-width:992px) {
    .custom_facebook_feed_post_data{
        padding-bottom: 60px;
    }
}
@media screen and (max-width:600px) {
    .custom_facebook_feed_post_data .slider img{
        max-height: 160px;
    }  
    .slider-item-div{
        height: 220px;
    }
    .custom_facebook_feed_layout3_cls .custom_img_cls {
        width: calc((100% - 20px) / 2);
    }   
    .custom_facebook_feed_layout3_cls .custom_img_cls img{
        min-height: 220px;
        max-height: 220px;
    }
}
