#myCarouselFollow {
	/*max-width: ;
	height: ;
	*/
}
	
#myCarouselFollow .swiper-wrapper {
	
}	
	
	
#myCarouselFollow .swiper-slide {
	min-width: 150px;
	
}
/*
.main-slider .slider-bg-position {
	background-size: cover!important;
	background-position: center center!important;
}
*/	
#myCarouselFollow .main-slider .swiper-button-prev, .main-slider .swiper-button-next {
	background-image: none!important;
	color: #fff;
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
}
#myCarouselFollow .main-slider h2 {
	color: #fff;
	font-size: 54px;
	line-height: 59px;
	padding: 0 19%;
	text-transform: uppercase;
}
#myCarouselFollow .main-slider .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	background: rgba(255,255,255,0.9)
}
#myCarouselFollow .main-slider .swiper-pagination-bullet-active {
	background: #0297ff
}

.dv_insta_follow {
	width: 100%;
	background-color: #FFF;
	margin: 20px 0;
}

.content_insta_follow {
	display: flex; max-width: 1200px; min-height: 150px; margin: 0 auto; padding: 20px;
}

.left_insta_follow {
	display: inline-block; width: 49%; position: relative; vertical-align: middle; margin-right: 40px; margin-bottom: 30px; text-align: center; color: #666;
}

.right_insta_follow {
	display: inline-block; width: 49%; position: relative; overflow: hidden; margin-top: 40px;
}

	
	
@media screen and (max-width: 650px) { /* 630px */
	
	.content_insta_follow {
		display: block;
	}
	
	.left_insta_follow {
		display: block; width: 100%;
	}
	
	.right_insta_follow {
		display: block; width: 100%;
	}
	
	#myCarouselFollow .swiper-slide {
		min-width: 100px;

	}
	
}