 @media (max-width: 1280px)  and (min-width:932px)
{
.headline_outer {
    background-size: unset!important;
}
}
@media(max-width: 1192px) and (min-width:932px)
{
.headline_outer
{
height:40em;
}
.headline_color
{
top:497px;
}
.headline_text
{
top:216px;
}

}
@media(max-width: 1280px) and (min-width:1192px)
{
.headline_color
{
top:497px!important;
}
.headline_text
{
top:216px!important;
}

}
@media(max-width: 1192px) and (min-width:1025px)
{
.headline_color
{
top:387px!important;
}
.headline_text
{
top:88px!important;
}

}
@media(max-width: 1024px) and (min-width:932px)
{
.headline_color
{
top:388px!important;
}
.headline_text
{
top:91px!important;
}

}

@media (max-width: 931px)  and (min-width:700px)
{
.headline_outer {
    background-size: cover!important;
height:27em;
}
.headline_color
{
top:261px!important;
}
.headline_text
{
top:-48px!important;
}
}
@media (max-width: 699px)  and (min-width:600px)
{
.headline_outer {
    background-size: cover!important;
height:20em;
}
.headline_color
{
top:194px!important;
}
.headline_text
{
top:31px!important;
}
}