.sketch {
    width: 20%; /* Make images take 100% of the container width */
    height: auto; /* Maintain the aspect ratio */
    display: block;
    background-color: rgb(255, 255, 255);
    align-items: center;
    transform: rotate(-90deg);
}

.photoboxhydro {
    width: 50%;
    margin: 1%;
}
.photoboxfmea {
    width: 60%;
    margin: 1%;
}
.electronics {
    width: 100%;
}
.assemcad {
    width: 100%;
}
.inlineelectronics {
    width: 50%;
}