Divi Layout for Full Screen Slider

This layout is for a full screen slider and uses the following;
– Each slide has custom css for the main element set to height: 100vh;
– The module has custom css for the title and description for text shadow and fade in animation
animation-name: fadein;
color:#fff !important; text-shadow: 3px 2px 2px rgba(0,0,0,1); font-weight:300;
– Slider content has a transparent background set in the module custom css using:
background-color: rgba(0, 0, 0, 0.2);
display: inline-block;
padding: 50px;
margin: 100px;
border-radius: 3px;
– section and row padding top/bottom set to zero