.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

#ChristmasIntroFrameBorder {
    height: 250px;
    width: 300px;
    border: 1px solid #000;
}

#ChristmasIntroFrame {
    opacity: 0;
    height: 250px;
    width: 300px;
    background-color: #001E73;
}

#CI_Frame3Cont,
#CI_Frame2Cont,
#CI_Frame1Cont {
    width: 300px;
    height: 250px;
}

#bestBuyLogo {
    left: 75px;
    top: 81px;
}

#CI_Frame2CopyCont,
#CI_Frame3CopyCont {
    color: #fff;
    font-weight: 800;
    box-sizing: border-box;
    padding: 5px 10px;
}

#CI_Frame2CopyCont {
    left: 17px;
    top: 70px;
    width: 285px;
    height: 130px;
}

#CI_Frame2Copy {
    font-size: 24px;
    line-height: 28px;
    top: 50%;
    left: 50%;
    position: absolute;
    white-space: nowrap;
}

#CI_Frame3CopyCont {
    left: 17px;
    top: 70px;
    width: 285px;
    height: 130px;
}

#CI_Frame3Copy {
    font-size: 24px;
    line-height: 28px;
    top: 50%;
    left: 50%;
    position: absolute;
    color: #ffe70b;
    white-space: nowrap;
}
