#instafeed_gallery img {
    height: 580px; 
    width: 100%; 
    object-fit: cover; 
    object-position: top-left;
}

@media only screen and (min-width: 2300px) and (max-width: 2500px)
{
    #instafeed_gallery img {
        height: 540px; 
        width: 100%; 
        object-fit: cover; 
        object-position: top-left;
    }
}

@media only screen and (min-width: 2100px) and (max-width: 2300px)
{
    #instafeed_gallery img {
        height: 500px; 
        width: 100%; 
        object-fit: cover; 
        object-position: top-left;
    }
}

@media only screen and (min-width: 1900px) and (max-width: 2100px)
{
    #instafeed_gallery img {
        height: 460px; 
        width: 100%; 
        object-fit: cover; 
        object-position: top-left;
    }
}

@media only screen and (min-width: 1700px) and (max-width: 1900px)
{
    #instafeed_gallery img {
        height: 420px; 
        width: 100%; 
        object-fit: cover; 
        object-position: top-left;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1700px)
{
    #instafeed_gallery img {
        height: 380px; 
        width: 100%; 
        object-fit: cover; 
        object-position: top-left;
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1500px)
{
    #instafeed_gallery img {
        height: 340px; 
        width: 100%; 
        object-fit: cover; 
        object-position: top-left;
    }
}

@media only screen and (min-width: 1100px) and (max-width: 1300px)
{
    #instafeed_gallery img {
        height: 280px; 
        width: 100%; 
        object-fit: cover; 
        object-position: top-left;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1100px)
{
    #instafeed_gallery img {
        height: 220px; 
        width: 100%; 
        object-fit: cover; 
        object-position: top-left;
    }
}

@media only screen and (min-width: 700px) and (max-width: 900px)
{
    #instafeed_gallery img {
        height: 160px; 
        width: 100%; 
        object-fit: cover; 
        object-position: top-left;
    }
}

@media only screen and (min-width: 500px) and (max-width: 700px)
{
    #instafeed_gallery img {
        height: 100px; 
        width: 100%; 
        object-fit: cover; 
        object-position: top-left;
    }
}

@media only screen and (min-width: 300px) and (max-width: 500px)
{
    #instafeed_gallery img {
        height: 100px; 
        width: 100%; 
        object-fit: cover; 
        object-position: top-left;
    }
}

@media only screen and (min-width: 100px) and (max-width: 300px)
{
    #instafeed_gallery img {
        height: 40px; 
        width: 100%; 
        object-fit: cover; 
        object-position: top-left;
    }
}

@media only screen and (max-width: 100px)
{
    #instafeed_gallery img {
        height: 20px; 
        width: 100%; 
        object-fit: cover; 
        object-position: top-left;
    }
}