.wmuSlider .slide_content {
    bottom:0;
    left:0;
    position: absolute;
    width:100%;
    height:100%;
}

.wmuSlider.slide_content_wrap { /* Slider Text Content Container Style */
    max-width:1200px;
    margin:1% auto;
	
}

.wmuSlider .bg_color_head {  /* Slider Title Style */
	background:rgba(224, 224, 224, 0.4);
	border-radius: 7px;
	margin:5px 20px;
}
.wmuSlider .bg_color_desc {  /* Slider Title Style */
	background:rgba(231, 225, 177, 0.5);
	border-radius: 7px;
	padding:5px 20px;
}

.wmuSlider .title {  /* Slider Title Style */
	margin-top:7%;
	color: #000;
	text-shadow: 0px 0px 2px #FFF;
	font-size:22px;
	line-height:32px;
	padding:5px 20px;
	font-style: normal;
	border:none;
}

.wmuSlider .description { /* Slider Description Style */
  
    color:#000000;
    font-size:18px;
	line-height:24px;
    padding:5px 20px;
    clear:both;
    margin-top:30px;
  	font-weight:normal;
}
.title_bg1 { float:right;	}
.title_bg2 { float:right;  	}
.title_bg3 { float:none;	}

.btn_banner{
    display: inline-block;
    border: none;
	padding:8px 20px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: normal;
	cursor:pointer;
}
.btn_banner:hover{text-decoration: none}
.btn_banner.red{background: #ff9600; border:solid 1px #ff9600; border-radius:4px;}
.btn_banner.red:hover,.btn_banner.red:focus{background: #feb041;}

/* ------------------------------- 4. Media Query Max Width 1300, Min Width 720 ------------------------------- */
@media only screen and (min-width:720px) and (max-width: 1200px) {

    .wmuSlider .slide_content_wrap { margin-left:50px; margin-top:5%;}
    .wmuSlider .title { font-size:16px; line-height:20px; margin-top:0%; }
    .wmuSlider .description { font-size:12px; line-height:17px;  margin-top:0px;}

}

/* ------------------------------- 5. Media Query Max Width 719 ------------------------------- */

@media only screen and (max-width:719px) {

    .wmuSlider .slide_content_wrap { display:block; margin:0%; margin-top:15px;}
  
.wmuSlider .bg_color_head {  /* Slider Title Style */
	margin:5px 5px;
}
.wmuSlider .title { font-size:14px; line-height:17px; margin-top:0%; padding:2px 5px; }
.wmuSlider .description { font-size:13px; line-height:15px;  margin-top:0px;  padding:2px 5px; }
.mobiletexthide { display:none; }
.btn_banner{
	padding:5px 10px;
    font-size: 14px;
}
 

}