Select Page

.full-image .et_pb_container { width: 100%!important; height: auto!important; min-height: inherit!important; } 
.full-image .et_pb_slide_image { width: 100%!important; height: auto!important; margin: 0!important; position: relative!important; display: block! 

important; z-index: -1!important; } 
.full-image .et_pb_slide_image img { width: 100%!important; max-height: inherit!important; } 
.full-image .et_pb_slide_description { position: absolute!important; top: 60px!important; left: 60px!important; z-index: 1!important; } 
.full-image .et_pb_slide { padding-left: 0; padding-right: 0;} 
.full-image .et_pb_container {max-width: 100% !important;} 
.et-pb-active-slide .et_pb_slide_image { animation: none !important;}

 –––––––––––––––––––––––––––––––––––––––––––––––––––––––
 
Then in the fullwidth div, in the advanced tab under CSS CLASS place:  full-image

Mobile Menu css

@media only screen and ( max-width: 480px ) {
.et_pb_slide_with_image .et_pb_slide_description {
padding-top: 45px;
}
.et_pb_slide_content {
display: block !important;
}
}

.full-image .et_pb_container { width: 100%!important; height: auto!important; min-height: inherit!important; } 
.full-image .et_pb_slide_image { width: 100%!important; height: auto!important; margin: 0!important; position: relative!important; display: block! 

important; z-index: -1!important; } 
.full-image .et_pb_slide_image img { width: 100%!important; max-height: inherit!important; } 
.full-image .et_pb_slide_description { position: absolute!important; top: 60px!important; left: 60px!important; z-index: 1!important; } 
.full-image .et_pb_slide { padding-left: 0; padding-right: 0;} 
.full-image .et_pb_container {max-width: 100% !important;} 
.et-pb-active-slide .et_pb_slide_image { animation: none !important;}

 –––––––––––––––––––––––––––––––––––––––––––––––––––––––
 
Then in the fullwidth div, in the advanced tab under CSS CLASS place:  full-image

Mobile Menu css

@media only screen and ( max-width: 480px ) {
.et_pb_slide_with_image .et_pb_slide_description {
padding-top: 45px;
}
.et_pb_slide_content {
display: block !important;
}
}