.amazon-wedding-registry-content-block {
    /**/
}
.amazon-wedding-registry-wrapper {
    position: relative;
    display: block;
    height: 100%;
    min-height: 1000px;
    width: 1000px;
    overflow: hidden;
}
.amazon-wedding-registry {
    position: absolute;
    top: -355px;
    left: -215px;
    height: 1355px;
    width: 1205px;
}

/* Registry iframe only displays on widths greater than 1020px */
/* TODO: Add logic to scale the iframe for smaller screen sizes */
@media (max-width: 1020px) {
    .amazon-wedding-registry-content-block {
        display: none;
    }
}
