@charset "UTF-8";
 html,
    body {position: relative;height: 100%;}
    body {background: #eee;font-family:'Poppins', sans-serif;font-size:14px;color:#000;margin:0;padding:0;}
    .swiper {width:100%;height:100%;}
    .swiper-slide {text-align: center;font-size: 18px;background: #fff;display: flex;justify-content: center;align-items: center;}
    .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}
    .yesgogroup {position:relative;}
    .yesgogroup img {display:block;}
	.yesgogroup .yesgogroup-description {width: 100%;padding: 10px 0px;position: absolute;display: block;margin-top: 0;z-index: 9;text-align:center;transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
    .yesgogroup .yesgogroup-description h1 {font-size:24px;}
    .yesgogroup .yesgogroup-description h1 a {color:#fff;text-decoration:none;}
	.yesgogroup .yesgogroup-description h1 a.yesgo {color: #2f2483;text-decoration: none;}