.iFrameContainer {
    overflow: visible;
}

.iFrameContent.noelLogin {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: calc(100% + 150px);
    justify-content: flex-end;
    align-items: flex-start;
}

.iFrameContent.noelLogin .image {
    width: calc(100% + 200px);
    object-fit: contain;
}

.iFrameContent.noelLogin .textContent {
    background: linear-gradient(0deg, rgb(191,23,23), rgb(191,23,23), rgba(191,23,23,0));
    width: 100%;
    padding: 100px 150px 50px 0;
    position: relative;
}

.iFrameContent.noelLogin .textContent .textTitle {
    font-size: 80px;
    font-family: 'Sweety';
    color: #fff;
    line-height: 1.15;
}

.iFrameContent.noelLogin .textContent .textSubTitle {
    font-size: 40px;
    font-family: 'Sweety';
    color: #fff;
    padding-top: 15px;
}

@media screen and (max-width: 1600px) {
    .iFrameContent.noelLogin .textContent .textTitle {
        font-size: 70px;
    }

    .iFrameContent.noelLogin .textContent .textSubTitle {
        font-size: 30px;
    }
}
