/* body {
    font-family: Arial, sans-serif;
} */

.instagram-media {
    background: #FFF;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    margin: 1px;
    max-width: 540px;
    min-width: 326px;
    padding: 0;
    width: calc(100% - 2px);


    
}

.content {
    padding: 16px;
    
}

.header {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.profile-picture {
    background-color: #F4F4F4;
    border-radius: 50%;
    height: 40px;
    margin-right: 14px;
    width: 40px;
}

.profile-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.name-placeholder, .handle-placeholder {
    background-color: #F4F4F4;
    border-radius: 4px;
    height: 14px;
}

.name-placeholder {
    margin-bottom: 6px;
    width: 100px;
}

.handle-placeholder {
    width: 60px;
}

.image-placeholder {
    padding: 19% 0;
}

.icon {
    display: block;
    height: 50px;
    margin: 0 auto 12px;
    width: 50px;
}

.view-profile {
    color: #3897f0;
    font-size: 14px;
    font-weight: 550;
    line-height: 18px;
    text-align: center;
}

.spacer {
    padding: 12.5% 0;
}

.footer {
    display: flex;
    flex-direction: row;
    margin-bottom: 14px;
    align-items: center;
}

.footer-element {
    background-color: #F4F4F4;
    border-radius: 50%;
    height: 12.5px;
    width: 12.5px;
}

.info-text {
    color: #c9c8cd;
    font-size: 14px;
    line-height: 17px;
    margin-top: 8px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 8px 0 7px;
}