ul {
    list-style-type: none;
    padding-left: 0;
}

.ui.card img {
     width: 100%;
 }

/** Mobile */
@media only screen and (max-width: 767px) {

    .ui.card {
        margin-left: 10%;
        /*width: 50%;*/
    }
}

.selectProductLine {
    cursor: pointer;
    min-height: 500px;
    text-align: center;
    padding: 70px 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.selectProductLine:hover {
    opacity: 0.5;
}

img.tile {
    width: 100%;
    height: 100% !important;
    overflow: hidden;
}

.tileTitle {
    font-size: 28px;
    white-space: nowrap;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
}

.tileWrapper {
    background: #00468B;
    height: 100%;
}

.tileWrapper:hover .tile {
    opacity: 0.7 !important;
    filter: blur(1px) !important;
}