Select Page

/* === Begin: Set the divi slider height === */
/* Src: https://divibooster.com/changing-the-height-of-the-divi-slider/ */

/* Desktop */
.process-slider .et_pb_slide .et_pb_container {
height: auto !important;
min-height: 600px !important;
}
/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 980px) {
.process-slider .et_pb_slide .et_pb_container {
height: auto !important;
min-height: 600px !important;
}
}
/* Phone */
@media only screen and (max-width: 767px) {
.process-slider .et_pb_slide .et_pb_container {
height: auto !important;
min-height: 600px !important;
}
}

/* Handle padding */
.process-slider .et_pb_slide {
padding-bottom: 0px !important;
}
.process-slider div.et_pb_slide_description,
.process-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {
padding-top: 1%;
padding-bottom: 1%;
}

/* === End: Set divi slider height === */