.custom-igfeed {
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 991px) {
    .custom-igfeed {
        justify-content: center;
   }
}
@media screen and (max-width: 991px) and (orientation: landscape) {
    .custom-igfeed {
        justify-content: center;
   }
}
@media screen and (max-width: 600px) {
    .custom-igfeed {
        justify-content: space-between;
   }
}
.custom-igfeed .custom-igfeed-image-container {
    margin-bottom: 6px;
    padding: 8px;
}
@media screen and (min-width: 991px) {
    .custom-igfeed .custom-igfeed-image-container a img {
        transition: all 0.5s;
        transition-duration: 0.5s;
        transition-timing-function: ease;
        transition-delay: 0s;
        transition-property: all;
   }
    .custom-igfeed .custom-igfeed-image-container a {
        overflow: hidden;
   }
   .custom-igfeed .custom-igfeed-image-container a img:hover {
       transform: scale(1.10);
  }
}
@media screen and (max-width: 1400px) {
    .custom-igfeed .custom-igfeed-image-container {
        max-width: 50%;
        flex: 0 0 25%;
        max-width: 0 0 25%;
   }
    .custom-igfeed .custom-igfeed-image-container:nth-child(5) {
        display: none;
   }
    .custom-igfeed .custom-igfeed-image-container:nth-child(6) {
        display: none;
   }
}
@media screen and (max-width: 991px) {
    .custom-igfeed .custom-igfeed-image-container {
        flex: 0 0 50%;
        max-width: 0 0 50%;
        padding-left: 4px;
        padding-right: 4px;
        margin-bottom: 8px;
   }
    .custom-igfeed .custom-igfeed-image-container:nth-child(1) {
        padding-left: 4px;
   }
    .custom-igfeed .custom-igfeed-image-container:nth-child(3) {
        padding-left: 4px;
   }
    .custom-igfeed .custom-igfeed-image-container:nth-child(2) {
        padding-right: 4px;
   }
    .custom-igfeed .custom-igfeed-image-container:nth-child(4) {
        padding-right: 4px;
   }
}
@media screen and (max-width: 991px) and (max-width: 500px) {
    .custom-igfeed .custom-igfeed-image-container:nth-child(1) {
        padding-left: 8px;
   }
}
@media screen and (max-width: 991px) and (max-width: 991px) and (orientation: landscape) {
    .custom-igfeed .custom-igfeed-image-container:nth-child(1) {
        padding-left: 4px;
   }
}
@media screen and (max-width: 991px) and (max-width: 500px) {
    .custom-igfeed .custom-igfeed-image-container:nth-child(3) {
        padding-left: 8px;
   }
}
@media screen and (max-width: 991px) and (max-width: 991px) and (orientation: landscape) {
    .custom-igfeed .custom-igfeed-image-container:nth-child(3) {
        padding-left: 4px;
   }
}
@media screen and (max-width: 991px) and (max-width: 500px) {
    .custom-igfeed .custom-igfeed-image-container:nth-child(2) {
        padding-right: 8px;
   }
}
@media screen and (max-width: 991px) and (max-width: 991px) and (orientation: landscape) {
    .custom-igfeed .custom-igfeed-image-container:nth-child(2) {
        padding-right: 4px;
   }
}
@media screen and (max-width: 991px) and (max-width: 500px) {
    .custom-igfeed .custom-igfeed-image-container:nth-child(4) {
        padding-right: 8px;
   }
}
@media screen and (max-width: 991px) and (max-width: 991px) and (orientation: landscape) {
    .custom-igfeed .custom-igfeed-image-container:nth-child(4) {
        padding-right: 4px;
   }
}
.custom-igfeed .custom-igfeed-image-container .custom-igfeed-icon {
    height: 16px;
    width: 16px;
    background-color: transparent;
    position: absolute;
    top: 10%;
    right: 10%;
    border: 0 !important;
}
@media screen and (max-width: 425px) {
    .custom-igfeed .custom-igfeed-image-container .custom-igfeed-icon {
        height: 30px;
        width: 30px;
   }
}
@media screen and (max-width: 991px) {
    .custom-igfeed .custom-igfeed-image-container .custom-igfeed-icon {
        height: 30px;
        width: 30px;
   }
}
@media screen and (min-width: 1921px) {
    .custom-igfeed .custom-igfeed-image-container .custom-igfeed-icon {
        height: 20px;
        width: 20px;
   }
}
@media screen and (min-width: 2300px) {
    .custom-igfeed .custom-igfeed-image-container .custom-igfeed-icon {
        height: 30px;
        width: 30px;
   }
}
.custom-igfeed .custom-igfeed-image-container .custom-igfeed-image {
    margin: auto;
    align-items: center;
    justify-content: center;
    display: flex;
}
.custom-igfeed .custom-igfeed-image-container .custom-igfeed-image img:last-child {
    width: 100%;
    object-fit: cover;
    height: auto;
}