[data-target="full_panel_slideshow"] .cycle-slideshow {

	cursor:pointer;
}
[data-target="full_panel_slideshow"] .cycle-slideshow .slide .one {
    top: 40%;
    float: right;
	padding-right:10%;
	width:40%;
}

.component.slide.row{
	max-width:100%;
}
[data-target="full_panel_slideshow"] .cycle-slideshow .slide .widget .header_title_h1 {
	font-weight:700;
}
[data-target="full_panel_slideshow"] .cycle-slideshow .slide .widget p {
    font-size: 28px;
    line-height: 36px;
}
@media only screen and (max-width: 1239px) and (min-width: 1023px){
[data-target="full_panel_slideshow"] .cycle-slideshow .slide .one {
    position: relative;
    padding-left:0;
    top: 32%;
    left:0;
    float: right;
	padding-right:5%;
}
}
@media only screen and (max-width: 1023px) and (min-width: 560px){
[data-target="full_panel_slideshow"] .cycle-slideshow .slide .one {
    top: 155px;
	width:auto;
}
}