/* CSS Document */
@media (min-width: 1200px) {
    .width-xl-200 {
        width: 200px;
    }
}
.width-150 {
    width: 150px;
}