.device-android {
i.icon {
&.icon_mask {
background-color: black;
}
&.icon-prev {
width: 20px;
height: 20px;
.encoded-svg-background('');
&:after {
display: none;
}
}
&.icon-next {
width: 20px;
height: 20px;
.encoded-svg-background('');
&:after {
display: none;
}
}
}
}