/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/* 
@media (min-width: 576px) {
    #cta-block-v2 .content-sec {
        position: absolute !important;
        margin-top: -3% !important;
    } 
}

@media only screen and (min-width: 767px) {
#cta-block-v2 {
    padding-bottom: 45% !important;
    border-top: 20px solid #fff !important; 
} 
  
#cta-block-v2 .content-sec {
    position: absolute !important;
    margin-top: -5% !important;
}  
  
}

@media only screen and (min-width: 1100px) {
#cta-block-v2 {
    padding-bottom: 35% !important;
    border-top: 20px solid #fff !important; 
}
  
  #cta-block-v2 .content-sec {
    position: absolute !important;
    margin-top: -3% !important;
}
  
}

@media only screen and (min-width: 1800px) {
#cta-block-v2 {
    padding-bottom: 22% !important; 
}
} */