.titles-kodak {
    background: url(../img/Kodak/EsquinaSolucionesVerticales.png) top right no-repeat, 
    url(../img/Kodak/EsquinaSolucionesVerticales02.png) bottom left no-repeat;
    background-size: 150px 150px;
}

.modal-dialog {
    max-width: 75% !important;
}

.title-one {
    color: #2856A1;
    font-family: Circular_Std_Bold;
    font-size: 3vw;
    margin-top: 10%;
    text-align: center;
}

.title-two {
    color: #2856A1;
    font-family: Circular_Std_Bold;
    margin-top: -2%;
    font-size: 3vw;
    text-align: center;
}

.title-three {
    color: #2C2558;
    font-family: Circular_Std_Bold;
    font-size: 3vw;
    margin-top: -2%;
    text-align: center;
}

.fill-space-two {
    background-color: purple;
    margin-top: 7%;
}

.summary-kodak {
    color: #2C2558;
    font-family: Baskerville_Rugular;
    font-size: 2vw;
    text-align: center;
}

.summary-kodak a {
    font-size: 2vw;
    color: #2856A1;
}

.modal-custom .titles-kodak a {
    text-align: center;
}

@media screen and (max-width: 700px){
    .modal-mobil{
        margin: 30% 2% 0 13%;
    }

    .titles-kodak {
        background-size: 8vh 8vh;
    }

    .summary-kodak {
        font-size:  3vw;
    }

    .summary-kodak img {
        width: 35%;
    }

    .btn-kodak {
        width: 30vw;
    }
}