.banner {
    
    height: 250px;
    overflow: hidden;
    

}
.animatedbanner {
    position: relative;
    overflow: hidden;
    width: 2000px;
    height: 500px;
    
    left: -40;
    top: 0;
    z-index: 500;
    
}
.bannertitles {
    color: white;
    position:sticky;
    bottom: 20px;
    left: 50px;
    z-index: 1000;
    text-shadow: 5px 5px 5px #2e2a2aab;
}
