.bg-overlay{position:relative;background:linear-gradient(to right,#003366b3,#003366b3),url(https://images.unsplash.com/photo-1560448204-e02f11c3d0e2?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80);background-size:cover;background-position:center}.animate-slide-in-left{animation:slideInLeft 1s ease-out}.animate-slide-in-right{animation:slideInRight 1.2s ease-out}@keyframes slideInLeft{0%{transform:translate(-50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInRight{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 640px){.bg-overlay{background-position:70% center}.text-content{padding:1rem}.picture{display:none}}
