.ContentContainer > .ContentFrame {
    display: block;
    margin: 0px;
    padding: 0px;
    padding-bottom: 15px;
    width: 100%;
    height: auto;
    background-image: linear-gradient(to bottom left, #fff1e6, #ffffff, #fff9ed);
}
    .ContentContainer > .ContentFrame > .HeaderFrame {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px 0px;
/*        padding: 0%;*/
        width: 100%;
        height: 100px;
        transition: 0.5s;
    }
        .ContentContainer > .ContentFrame > .HeaderFrame > .HeaderText {
            display: block;
            text-align: center;
            width: 90%;
            height: auto;
            font-size: 30px;
            font-weight: 400;
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);              
        }

.fs_ItemNumber { font-size: 16px; }

@media screen and (max-width: 1000px) {
    
    .ContentContainer > .ContentFrame > .HeaderFrame {
        height: 300px;
    }
    
        .ContentContainer > .ContentFrame > .HeaderFrame > .HeaderText {
            margin-bottom: 200px;
        }      
        
}

@media screen and (max-width: 600px) { 

        .ContentContainer > .ContentFrame > .HeaderFrame > .HeaderText {
            font-size: 6.0vw;
        }                                                                                                                   

}

@media screen and (max-width: 400px) {

        .ContentContainer > .ContentFrame > .HeaderFrame > .HeaderText {
            font-size: 7.0vw;
        }                                                                                                                                                               

}