#timeline_icon{
background:url('/assets/img/timeline/off.svg') no-repeat center center;
}

#timeline_icon .on{
background:url('/assets/img/timeline/on.svg') no-repeat center center;
}


/* Mobile View > till Tablet */
@media screen and (max-width: 45rem){

#timeline_icon,
#timeline_icon.on{
background-size:90%;
}

}

/* Mobile View -> Tablet && Portrait */
@media screen and (min-width: 45rem) and (max-width: 79.5rem) and (orientation: portrait){


}

/* Mobile View -> Tablet && Landscape */
@media screen and (min-width: 45rem) and (max-width: 79.5rem) and (orientation: landscape){


}

/* Desktop View */
@media screen and (min-width: 79.5rem){

}

.timeline_wrapper{
float:left;
width:1.5rem;
height:2rem;
margin:0 .25rem 0 -.25rem !important;
padding:.25rem 0;
background:none;
}