/* 
 This CSS file is used to override the existing styles of the theme.
 You can change the article headings, fonts, colors, etc.
*/

.splide__slide .s-fade-txt {
    position: absolute;
    top:75%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.mopen span {
  transition: all 0.3s;
  transform: rotate(0deg);
  width: 50px;
  height: 2px;
  display: block;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
}