#photopack > img{
    /* width: 220px; */
    /* height: 220px; */
    /* border-radius: 180px; */
    /* aspect-ratio: 1; */
    object-fit: cover;
    flex: 1;
    /* max-width: 220px; */
    max-height: 220px;
    padding: 0;
}

#photopack{
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}

h2{
    margin-top: 100px;
}

.audio-extract{
    margin-top: 5px;
}

.video-extract{
    width: 49%;
    flex: 1;
    aspect-ratio: 1.75;
}

#video-extracts{

}

@media (max-width: 991px) {
    #photopack{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #photopack > img{
        margin-bottom: 20px;
        width: 100%;
        /* height: 220px; */
        /* border-radius: 180px; */
        /* aspect-ratio: 1; */
        object-fit: cover;
        flex: 1;
        max-width: 100%;
        max-height: none;
        padding: 0;

    }
    #media{
        text-align: center;
    }
    .video-extract{
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1500px) {
    #photopack > img{
        margin-bottom: 20px;
        /* width: 220px; */
        /* height: 220px; */
        /* border-radius: 180px; */
        /* aspect-ratio: 1; */
        object-fit: cover;
        flex: 1;
        max-width: 25%;
        max-height: 190px;
        padding: 0;
    }
    .video-extract{
        width: 100%;
    }

}

@media (min-width: 1500px) {
    #photopack > img{
        margin-bottom: 20px;
        /* width: 220px; */
        /* height: 220px; */
        /* border-radius: 180px; */
        /* aspect-ratio: 1; */
        object-fit: cover;
        flex: 1;
        max-width: 25%;
        max-height: 190px;
        padding: 0;
    }
}