body {
    background-color: #068096
}

.ui.container {
    text-align: right;
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: 100%;
}


@media only screen and (max-width: 991px) {
    .container {
        /* background: url('../img/mobile.png'); */
        background: none;
    }

    .container img {
        display: block;
        width: 100%;
    }
}

@media only screen and (min-width: 992px) {
    .container img {
        display: none;
    }

    .container {
        background-size: cover;
        background: url('../img/desktop.png');
        background-image: -webkit-image-set(url('../img/desktop.png') 1x, url('../img/desktop@2x.png') 2x);
    }
}