

@media only screen and (min-width:1000px) and (max-width: 1360px){
    .title_custom_class_splitscreen_second h2{
        margin-top: -65px;
    }
}
@media only screen and (min-width:1000px) and (max-width: 1190px){
    .title_custom_class_splitscreen h2{
        margin-top: -65px;
    }
}
@media only screen and (min-width:768px) and (max-width: 1189px){
    .title_custom_class_splitscreen h2{
        text-align:left;
    }
    .title_custom_class_splitscreen_second h2{
        text-align:right;
    }
}
@media only screen and (max-width:768px){
    .title_custom_class_splitscreen h2,.title_custom_class_splitscreen_second h2{
        display:none;
    }
}
@media only screen and (max-width:1000px){
    .title_custom_class_splitscreen_bottom_image{
        display:none;
    }
}