.ycd-sticky-header { 
    background: #ff7f7f !important; 
    
} 
.ycd-sticky-button { 
    font-weight: bold !important; 
    
} 
.ycd-sticky-header-child {
    width: 32%;
}
.ycd-sticky-header-text{
    font-weight: bold;
    
}
    

@media (max-width: 580px){ 
    .ycd-sticky-header-text{
        width: 100%;
    padding-bottom: 10px;
    font-weight: bold;
    }
    
    .ycd-sticky-header-countdown {
        width: 66%;
    }
    .ycd-sticky-header-button {
        width: 32%;
    }
    
}


@media (max-width: 400px){ 
    .ycd-sticky-header-text{
       display:none;
    }
    
    .ycd-sticky-header-countdown {
        width: 60%;
        font-size: 1.5em;
        padding-top: 15px;
    }
    .ycd-sticky-header-button {
        width: 36%;
        padding-top: 15px;
    }
    .alignleft {
        display: block;
        float: none;
    }
    
}