.block-content {
    background: 
        linear-gradient(rgba(13, 41, 70, 0.8), rgba(13, 41, 70, 0.8)), 
        url(../img/index.jpeg);
    background-size: 100%;
    background-position: center 70%;
    background-repeat: no-repeat;
}

.card {
    margin: 40px 0;
}

.btn-mmtys {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

.option-mmtys-inverted {
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-mmtys {
    color: #fff;
    border: solid 2px var(--blue-mmtys);
    background-color: var(--blue-mmtys);
}

.btn-mmtys:hover .img-gears {
    content: url(../resources/font-awesome/gears-blue.svg);
}

.btn-mmtys:hover {
    border: solid 2px var(--blue-mmtys);
}

.option-mmtys-inverted {
    color: var(--blue-mmtys);
    
}

.option-mmtys-inverted:hover .img-gears {
    content: url(../resources/font-awesome/gears-white.svg);
}

.option-mmtys-inverted:hover .img-summary {
    content: url(../resources/font-awesome/summary-white.svg);
}

.option-mmtys-inverted:hover {
    color: #fff;
    background-color: var(--blue-mmtys);
}

#appSelector {
    position: relative;
}

#appSelector::after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    .block-content {
        background-size: cover;
    }
}