.angie-ig-reel-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    background: transparent;
}

.angie-ig-reel-wrapper iframe {
    width: 100%;
    min-height: 500px;
    height: calc(100vw * 1.77);
    max-height: 800px;
    border: none;
    box-shadow: none;
    background: #fff;
    display: block;
}

.angie-ig-reel-error {
    padding: 20px;
    text-align: center;
    background-color: #f8d7da;
    color: #721c24;
    border-radius: 4px;
    border: 1px solid #f5c6cb;
    font-family: sans-serif;
}