.ico {
    display: block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
}

.ico-pause {
    width: 10px !important;
    height: 12px !important;
    background-image: url('../img/icons/pause.svg');
}

.ico-play {
    width: 10px !important;
    height: 12px !important;
    background-image: url('../img/icons/play.svg');
}

.ico-arrow-left {
    background-image: url('../img/icons/nav-arrow-left.svg');
}

.ico-arrow-right {
    background-image: url('../img/icons/nav-arrow-right.svg');
}

.ico-xmark {
    background-image: url('../img/icons/xmark.svg');
}