/*-----------------
BLUE BOTTLE
-----------------*/
.product-pointer-1 img, .product-pointer-2 img{z-index:9;}

@media(min-width:992px){
/*point-1*/
.product-pointer-1 img {
    position: relative;
    right: -8em;
    top: -4em;
}
.product-pointer-2 img {
    position: relative;
    left: -10em;top:10em;
}

.feature-box-1:before {
    content: '';
    z-index: -2;
    position: absolute;
    background: url('/images/000_YCL/home/pointer-1.png');
    left: -9em;
    top:15px;
    background-size:200px;
    background-position:right top;
    background-repeat:no-repeat;
    width:150px;
    height:300px;
}
.feature-box-1{
    float:right;position:relative;right:-17em;
}
/*point-2*/
.feature-box-2:after {
    content: ''; z-index: -2;
    position: absolute;
    background: url('/images/000_YCL/home/pointer-2.png');
    left:12em;bottom:5em;
    background-size:200px;
    background-position:left bottom;
    background-repeat:no-repeat;
    width:200px;
    height:500px;
}

.feature-box-2{
    position:relative;top:-10em;
}
/*point-3*/
.feature-box-3:before {
    content: ''; z-index: -2;
    position: absolute;
    background: url('/images/000_YCL/home/pointer-3.png');
    left:-2em;bottom:10px;
    background-size:200px;
    background-position:left bottom;
    background-repeat:no-repeat;
    width:200px;
    height:500px;
}

.feature-box-3{
    position:relative;left:12em;
    }
}
/*-----------------
TABLET
-----------------*/
@media(min-width:1541px){
.feature-box-3{left:10em;}
}
@media(max-width:1540px) and (min-width:1440px){
.feature-box-3{left:7em;}
}
@media(max-width:1540px) and (min-width:992px){
/*point-1*/
.product-pointer-1 img {
    position: relative;
    right: -5em;
    top: -4em;
    z-index:9;
}
.product-pointer-2 img {
    position: relative;
    left: -6em;
    top:10em;
}

.feature-box-1{
    float:right;position:relative;right:-17em;
}
.feature-box-1:after { z-index: -2;}
/*point-2*/
.feature-box-2:after {
    content: '';  z-index: -2;
    position: absolute;
    background: url('/images/000_YCL/home/pointer-2.png');
    left:12em;bottom:5em;
    background-size:200px;
    background-position:left bottom;
    background-repeat:no-repeat;
    width:160px;
}

.feature-box-2{
    position:relative;top:-15em;left:-7em;z-index: -2;
}
/*point-3*/
.feature-box-3:before {
    left:0;bottom:3em;
    width:250px; z-index: -2;
}
.feature-box-3{position:relative;left:7em;}
}
/*-----------------
End TABLET
-----------------*/


/*-----------
MOBILE
-----------*/
@media(max-width:991px){
.product-pointer-2 img{display: none !important;}
.feature-box-1, .feature-box-2, .feature-box-3{
    position:absolute;padding-left:30px;
}
.feature-box-1{bottom:30px;}
.feature-box-2{bottom:-3em;}
.feature-box-3{bottom:-2.5em;}
.feature-box-1:before, .feature-box-2:before, .feature-box-3:before{
    content:' ';
    width:10px;height:10px;
    background:#a5182c;
   position:absolute;border-radius:100%;left:10px;top:30px;
   }
}
@media(max-width:414px){
    .feature-box-1, .feature-box-2, .feature-box-3{transform:scale(.8);}
    .feature-box-2{bottom:-2.3em;}
}
