section
{
    background: #C7C7C7;
    height: 100vh;
}
.iniciotrabajo
{
    Position: absolute;
    Left: 35%;
    Transform: traslateX(-50%);
    Bottom: 0;
    Width: auto;
    Height: 1500px;
    padding: 0;
}
#title
{
    Position: absolute;
    top: 40%;
    Left: 15%;
    Transform: traslateX(-50%);
    color: white;
    text-align: center;
    font-size: 255%
}

@media screen and (max-width: 854px)
{
    .iniciotrabajo
    {
        display: none;
        padding: none;
        left: none;
    }
    #title
    {
        color: #fff;
        position: absolute;
        right: 15%;
        text-shadow: 3px 3px 2px #666;
    }
}
.iniciotrabajo
{
    width: auto;
    max-height: 80%;
    height: 1675px;
}