/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/






/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/ 




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

@media only screen and (max-width: 734px) {
    .section-create .section-content-block-apple-pencil .hardware-draw .overview-create-draw-snipe, .section-create .section-content-block-apple-pencil .hardware-draw .snipe-1 {
        transform: translate(100px, -266px);
        transform-origin: bottom right;
        left: unset;
        right: 50%;
    }
}

.section-create .section-content-block-apple-pencil .hardware-draw .overview-create-draw-snipe, .section-create .section-content-block-apple-pencil .hardware-draw .snipe-1 {
   transform-origin: bottom left;
   transform: translate(1178px, -226px);
   position: absolute;
   top: unset;
   left: 0;
   bottom:0
}

@media only screen and (max-width: 1068px) {
   .section-create .section-content-block-apple-pencil .hardware-draw .overview-create-draw-snipe, .section-create .section-content-block-apple-pencil .hardware-draw .snipe-1 {
       transform:translate(538px, -120px);
   }
}

@media only screen and (max-width: 734px) {
   .section-create .section-content-block-apple-pencil .hardware-draw .overview-create-draw-snipe, .section-create .section-content-block-apple-pencil .hardware-draw .snipe-1 {
       transform: translate(125px, -266px);
       transform-origin: bottom right;
       left: unset;
       right:50%
   }
}

.colornav-items {
    display: flex;
    list-style: none;
    margin: 0 -1px;
    padding-top: 17px;
}

@media only screen and (max-width: 1068px) {
	.colornav-items {
		display: inline-block;
		list-style: none;
		margin: 0 -1px;
    	padding-top: 17px;
    }
}

@media only screen and (max-width: 734px) {
	.colornav-items {
		display: inline-block;
		list-style: none;
		margin: 0 -1px;
    	padding-top: 17px;
    }
}


@media only screen and (max-width:734px) {
    .section-design .section-content-block-ipad .hardware-fan .overview-design-fan-snipe1, .section-design .section-content-block-ipad .hardware-fan .snipe-1 {
        transform: translate(-15px,-573px);
        right: 50%;
    }
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/ 