.wm_slideshow{
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  overflow: hidden;
}

.wm_slideshow .wm_slideshow_contents {
    background-color: #0003;
}

.wm_slideshow_controls{
  font-size: 1.111rem;
  z-index: 10;
  display: flex;
  color: #fff;
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  right: 30px;
  line-height: 1.5rem;
  font-weight: 500;
}

.wm_slideshow_controls strong{
  font-weight: 500;
  font-size: 1.5rem;
}

.wm_slideshow_control_prev{
  display: none;
}

.wm_slideshow_controls>span+span{
  margin-left: 4px;
}

.wm_slideshow>.wm_content_list_item h2{
  margin-bottom: 0px !important;
}

body[data-elementor-device-mode="desktop"] .wm_slideshow{
  margin-bottom: 47px;
}

.wm_slideshow_one_slide{
  margin-bottom: 0px !important;
}

.wm_slideshow.wm_content_list_slides .wm_css_image{
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px;
}

.wm_slideshow.wm_slideshow_parallax .wm_css_image{
  background-attachment: fixed;
  background-size: 100% !important;
  background-position: center;
}

.wm_slideshow.wm_content_list_slides,
.wm_slideshow.wm_content_list_slides .wm_content_list_item{
  height: 500px;
  max-height: 66.7vw;
}

.wm_slideshow .wm_slideshow_contents{
  display: flex;
  height: 100%;
  padding: 30px;
  color: #fff;
  opacity: 1;
  transition: opacity 1s;
}

body[data-elementor-device-mode="mobile"] .wm_slideshow .wm_slideshow_contents{
  padding: 15px 10px !important;
}

.wm_slideshow .wm_content_list_item+.wm_content_list_item .wm_slideshow_contents{
  opacity: 0;
}

.custom_align_lt, .custom_align_lc, .custom_align_lb{
  text-align: left;
  justify-content: flex-start;
}

.custom_align_ct, .custom_align_cc, .custom_align_cb{
  text-align: center;
  justify-content: center;
}

.custom_align_rt, .custom_align_rc, .custom_align_rb{
  text-align: right;
  justify-content: flex-end;
}

.custom_align_jt, .custom_align_jc, .custom_align_jb{
  text-align: justify;
  justify-content: flex-start;
}

.custom_align_lt, .custom_align_ct, .custom_align_rt, .custom_align_jt{
  align-items: flex-start;
}

.custom_align_lc, .custom_align_cc, .custom_align_rc, .custom_align_jc{
  align-items: center;
}

.custom_align_lb, .custom_align_cb, .custom_align_rb, .custom_align_jb{
  align-items: flex-end;
}

.wm_slideshow .wm_slideshow_contents .wm_post_type{
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1em;
}

.wm_slideshow .wm_slideshow_contents .wm_title{
  font-weight: 700;
  font-size: 1.6em;
}

body[data-elementor-device-mode="mobile"] .wm_slideshow .wm_slideshow_contents .wm_title{
  font-size: 1em;
}

body[data-elementor-device-mode="tablet"] .wm_slideshow .wm_slideshow_contents .wm_title{
  font-size: 1.5em;
}

body[data-elementor-device-mode="mobile"] .wm_slideshow .wm_slideshow_contents .wm_post_type{
  font-size: 0.777em;
}

body[data-elementor-device-mode="tablet"] .wm_slideshow .wm_slideshow_contents .wm_post_type{
  font-size: 1em;
}

body[data-elementor-device-mode="mobile"] .wm_slideshow_controls{
  font-size: 0.777rem;
  line-height: 1rem;
}

body[data-elementor-device-mode="tablet"] .wm_slideshow_controls{
  font-size: 1rem;
  line-height: 1.25rem;
}

body[data-elementor-device-mode="mobile"] .wm_slideshow_controls strong{
  font-size: 1rem;
}

body[data-elementor-device-mode="tablet"] .wm_slideshow_controls strong{
  font-size: 1.25rem;
}

body[data-elementor-device-mode="mobile"] .wm_slideshow_controls{
  display: none;
}
