

.fullwidthbanner-container{
    width: 100% !important;
    position: relative;
    padding: 0;
    max-height:260px !important;
    overflow: hidden;
    margin:0;
    background:#f8f8f8;
	float:left;
}

/***********************************
        -	CAPTIONS	-
************************************/

.tp-caption.regular_title{
    color: #333;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
    width: 380px !important;    
    white-space: normal !important;
    line-height: 38px;
}

.tp-caption.regular_subtitle{
    color: #f58227;
    font-size: 16px;
    width: 380px !important;    
    white-space: normal !important;
    position: relative;
    z-index: 260;
}

.tp-caption.regular_text{
    color: #777;
    line-height: 20px;
    width: 380px !important;    
    white-space: normal !important;
}

.tp-caption.regular_title_cbkg{
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
    width: 380px !important;    
    display: inline;
    white-space: normal !important;
    line-height: 38px;
    background: #f58227;
    padding: 20px;
}

.tp-caption.regular_subtitle_bkg{
    color: #333;
    font-size:16px !important;
    width: 380px !important;    
    white-space: normal !important;
    position: relative;
    z-index: 260;
    background: #ccd0d0;
    text-transform: uppercase;
    padding: 20px;
    font-weight: 600;
}

.tp-caption.regular_text_bkg{
    color: #fff;
    line-height: 20px;
    width: 380px !important;    
    white-space: normal !important;
    background: #57686f;
    padding: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 959px){
    .tp-caption.regular_text{
        width: 340px !important;
        font-size: 12px !important;
        line-height: 20px !important;
    }

}

@media only screen and (min-width: 480px) and (max-width: 767px){
    .tp-caption.regular_text, 
    .tp-caption.regular_title, 
    .tp-caption.regular_subtitle{
        width: 200px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px){
    .tp-caption.regular_subtitle{
        display: none;
    }
    
    
    .tp-caption.regular_title,
    .tp-caption.regular_text,
    .tp-caption.regular_subtitle_bkg,
    .tp-caption.regular_title_cbkg,
    .tp-caption.regular_text_bkg{
        width: 150px !important;
    }
    
    .button	{
        display: none;
    }
}