
.meme-block-image {
    width: 100%;
}

.meme-block-wrapper {
    position: relative;
}


.meme-block-content-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.meme-block-wrapper.align-default .meme-block-text-wrapper{
    display: flex;
    flex: 1;
    flex-direction: column;
    width: 100%;
}

.meme-block-wrapper.align-default .meme-block-text-wrapper.top-text{
    justify-content: flex-start;
}

.meme-block-wrapper.align-default .meme-block-text-wrapper.bottom-text{
    justify-content: flex-end;
}

.meme-block-wrapper.align-custom .meme-block-text-wrapper{
    position: absolute;
}

.meme-block-text-wrapper h3{
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
    text-transform: uppercase;
}

.meme-block-top-align-center, .meme-block-bottom-align-center{
    text-align: center;
}

.meme-block-top-align-left, .meme-block-bottom-align-left{
    text-align: left;
}

.meme-block-top-align-right, .meme-block-bottom-align-right{
    text-align: right;
}
