.instagram-widget .profile {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.94rem;
}
@media only all and (max-width: 420px) {
    .instagram-widget .profile {
        juctify-content: center;
    }
}
.instagram-widget .profile > * {
    margin-bottom: 0.25rem;
}
@media only all and (max-width: 420px) {
    .instagram-widget .profile > * {
        width: 100%;
        flex-basis: 100%;
        text-align: center;
    }
}
@media only all and (max-width: 1199px) and (min-width: 960px) {
    .instagram-widget .profile .instagram-logo {
        order: 1;
    }
}
.instagram-widget .profile .user-name {
    font-size: 1.5rem;
}
@media only all and (max-width: 1199px) and (min-width: 960px) {
    .instagram-widget .profile .user-name {
        order: 2;
    }
}
@media only all and (max-width: 1199px) and (min-width: 960px) {
    .instagram-widget .profile .additional-info {
        order: 4;
    }
}
@media only all and (max-width: 47.938rem) {
    .instagram-widget .profile .additional-info {
        width: 100%;
        flex-basis: 100%;
        text-align: center;
        margin-bottom: 1rem;
    }
}
.instagram-widget .profile .info {
    padding: 0 0.25rem;
    font-size: 0.813rem;
    font-weight: 500;
}
.instagram-widget .profile .info span {
    font-weight: 300;
}
@media only all and (max-width: 1199px) and (min-width: 960px) {
    .instagram-widget .profile .subscribe {
        order: 3;
    }
}
@media only all and (max-width: 47.938rem) {
    .instagram-widget .profile .subscribe {
        width: 100%;
        flex-basis: 100%;
        text-align: center;
    }
}

#widgetData {
    justify-content: space-between;
}
#widgetData a.image {
    padding: 0.5rem;
    display: block;
    width: 25%;
    text-align: center;
}
@media only all and (max-width: 59.938rem) {
    #widgetData a.image:nth-of-type(2n) {
        display: none;
    }
}
#widgetData a.image .wrapper{
    position: relative;
    padding-bottom: 100%;
}
#widgetData a.image span.image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background-size: cover !important;
    background-position: center !important;
}
.bvi-body[data-bvi-images="grayscale"] #widgetData a.image span.image{
    filter: url(data:image/svg+xml;utf8,<svgxmlns='http://www.w3.org/2000/svg'><filterid='g…yscale'><feColorMatrixtype='saturate'values='0'/></filter></svg>#grayscale);
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    filter: gray;
}