.image-slide-description { }
.image-slide-description .image-slide-wrapper { position: relative; }
image-slide-description .image-slide-wrapper { width: 650px; margin: 0 auto; }
.image-slide-description .image-wrapper { height: 100%; width: 650px; margin: 0 auto; border: 1px solid #F0F0F0; }
.image-slide-description .image-slide { display: block; height: 519px; background-size: contain; background-repeat: no-repeat; cursor: pointer; }
.image-slide-description .image-1 { background-image: url(/connect/images/image-slide-description/01_select_app.jpg); }
.image-slide-description .image-2 { background-image: url(/connect/images/image-slide-description/02_choose_action.jpg); }
.image-slide-description .image-3 { background-image: url(/connect/images/image-slide-description/03_connect_to_account.jpg); }
.image-slide-description .image-4 { background-image: url(/connect/images/image-slide-description/04_configure_action.jpg); }

/*.image-slide-description .responsive-filler-box { width: 100%; position: relative; display: inline-block; }
.image-slide-description .responsive-filler-box::after { padding: 52.667%; display: block; content: ''; }*/

.image-slide-description .description-wrapper { }
.image-slide-description .descriptions { margin: 40px 0 0 0; text-align: center; }
.image-slide-description .descriptions .text { display: inline-block; color: #333; cursor: pointer; -webkit-transition: color .8s; transition: color .8s; font-weight: 300; vertical-align: top; line-height: 24px; font-size: 16px;}
.image-slide-description .descriptions .text .text-description::after { display: block; content: attr(title); height: 1px; overflow: hidden; visibility: hidden; }
.image-slide-description .descriptions .text-arrow { margin: 0 12px; color: #999; }
/*.image-slide-description .descriptions .text.viewed { color: #333; font-weight: 400; }*/
.image-slide-description .descriptions .text.active .text-description { color: #228A43; }


.image-slide-description .slick-next.slick-arrow, .image-slide-description .slick-prev.slick-arrow { display: none !important; }

.image-slide-description .animation-wrapper { text-align: center; margin: 20px 0 0 0; opacity: 0; position: absolute; bottom: 16px; left: 16px; font-size: 28px; -webkit-transition: all .2s; transition: all .2s; }
.image-slide-description .image-slide-wrapper:hover .animation-wrapper { opacity: 1; }
.image-slide-description .animation-wrapper .fa-play, .image-slide-description .animation-wrapper .fa-pause { color: #aeaeb2; margin: 0px; cursor: pointer; font-size: 18px; /*65C466*/ }
.image-slide-description .animation-wrapper .fa-play.fas, .image-slide-description .animation-wrapper .fa-pause.fas {color: #228A43;}
/* MEDIUM SCREENS (CASCADE TO LOWER SCREENS) */
@media only screen and (max-width: 1068px) {
	.image-slide-description { margin: 44px 0 0 0; }
}

@media only screen and (max-width: 735px) {
	.image-slide-description .image-slide-wrapper { width: 100%; }
	.image-slide-description .image-wrapper { width: 100%; }
	.image-slide-description .image-slide { height: 71.8vw; }
	.image-slide-description .descriptions .text-arrow { margin: 0 15px; }
}

@media only screen and (max-width: 440px) {
	.image-slide-description .descriptions {margin: 0 auto; margin-top: 40px; text-align: center; max-width: 80%; padding: 0 24px;}
	.image-slide-description .descriptions .text.xs-arrow-hide {display: none;}
	.image-slide-description .descriptions .text {min-width: 125px; display: block; margin: 0 auto; margin-top: 18px; border-bottom: 1px solid #c5c5c5; vertical-align: top; font-family: "SF Pro Text",Helvetica,Arial,sans-serif; padding: 0 15px 8px;}
	.image-slide-description .descriptions .text.active {border-bottom: 2px solid #208a3d;}
	.image-slide-description .descriptions .text:hover {border-bottom: 2px solid #2da14a;}
	.image-slide-description .descriptions .text:hover .text-description {color:#2da14a;}
	
	
}

