.features-mobile
	background-image: linear-gradient(to bottom, #fff, rgba(0, 0, 0, 0.10))

.device_box
	width: 960px
	margin: 0 auto
	
	@include phone
		width: 100%
	@include tablet-ls
		width: 960px

	article
		float: left
		width: 100%
		
		line-height: 22px
		position: relative
		display: table
		
		@include phone
			height: auto
			margin: 0
		@include tablet-ls
			height: 600px 
			margin: 25px 0
	
.video_desc, .video_box
	width: 50%

	@include phone
		width: 100%
	@include tablet-ls
		width: 50%
	
.video_box
	position: relative
	@include phone
		display: none
	
	@include tablet-ls
		display: block

.device_frame
	position: relative
	margin-top: 0
	background-position: center
	background-repeat: no-repeat
	width: 100%
	height: 480px

	@include phone
		display: none
	
	@include tablet-ls
		width: 480px
		height: 600px
		display: block

.device_frame_ipad,
.device_frame_macbook,
.device_frame_imac
	position: relative
	top: 0
	margin-top: 0
	background-position: center
	background-repeat: no-repeat
	background-size: 100% 100%

	@include phone
		display: none
	

.device_frame_ipad
	@include tablet-ls
		width: 560px
		height: 436px
		display: block

.device_frame_macbook
	@include tablet-ls
		width: 560px
		height: 310px
		display: block

.device_frame_imac
	@include tablet-ls
		width: 580px
		height: 460px
		display: block

#home-video-iphone
	position: absolute
	top: 54px
	left: calc(50% - 104px)
	width: 208px

#home-video-samsung
	position: absolute
	top: 94px
	left: 125px
	width: 235px

#home-video-htc
	position: absolute
	top: 81px
	left: 124px
	width: 235px

#home-video-ipad
	position: absolute
	top: 42px
	left: 41px
	width: 478px
	height: 350px

#home-video-macbook
	position: absolute
	top: 23px
	left: 71px
	width: 418px
	height: 254px

#home-video-imac
	position: absolute
	top: 25px
	left: 33px
	width: 514px
	height: 286px

#home-video-iphone,
#home-video-samsung,	
#home-video-htc,
#home-video-ipad,
#home-video-macbook,
#home-video-imac
	background-color: #000


.image_right_aligh
	.image_block
		float: right