.wm_gallery{
  display: block;
  white-space: nowrap;
  margin: 0;
  height: 333px;
  margin-bottom: 60px;
  position: relative;
}

body[data-elementor-device-mode="mobile"] .wm_gallery{
  padding: 0px !important;
}

.wm_gallery:before{
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
  left: -100%;
  background: #fff;
}

.wm_gallery>li{
  display: inline-block;
  height: 100%;
  vertical-align: top;
}

.wm_gallery>li+li{
  margin-left: 1rem;
}

.wm_gallery>li>a,
.wm_gallery>li img{
  display: block;
  height: 100%;
}

body[data-elementor-device-mode="mobile"] .wm_gallery>li{
  width: 100vw;
}

body[data-elementor-device-mode="mobile"] .wm_gallery>li>a{
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

body[data-elementor-device-mode="mobile"] .wm_gallery>li img{
  height: auto !important;
}

.wm_gallery_header img{
  width: 100%;
}

.wm_gallery_controls{
  bottom: -60px;
  position: absolute;
  z-index: 98;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  right: calc((100vw - 1150px) / 2);
}

body[data-elementor-device-mode="mobile"] .wm_gallery_controls{
  right: 0px;
}

.wm_gallery_pager{
  flex: 1;
  font-family: Poppins;
  text-transform: uppercase;
  font-weight: 500;
}

.wm_gallery_pager>strong{
  color: #ff4e57;
}

.wm_gallery_control_prev,
.wm_gallery_control_next{
  margin-left: 1rem;
  flex: 1;
  color: #000;
  border: 5px solid #000;
  height: 40px;
  line-height: 44px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  font-size: 1.777em;
  font-weight: 300;
  box-sizing: content-box !important;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently */
}

.wm_image_info{
  position: absolute;
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.wm_image_info .title{
  font-weight: bold;
  text-transform: uppercase;
}

.wm_image_info .title,
.wm_image_info .caption{
  display: block;
  font-family: Poppins;
}
