.width-100 {
    width: 100%;
}
.width-80 {
    width: 80%;
}
.width-60 {
    width: 60%;
}
.width-50 {
    width: 50%;
}
.width-40 {
    width: 40%;
}
.width-30 {
    width: 30%;
}
.width-20 {
    width: 20%;
}
.width-15 {
    width: 15%;
}
.width-10 {
    width: 10%;
}

.image-left {
    text-align: left;
}
.image-center {
    text-align: center;
}
.image-right {
    text-align: right;
}

@media(max-width: 1024px) {
    .width-10, 
    .width-15, 
    .width-20,  
    .width-40, 
    .width-50, 
    .width-60, 
    .width-80, 
    .width-100 {
        width: 90%;
    }
}
@media(max-width: 1024px) {
    .width-30 {
        width: 60%;
    }
}
@media(max-width: 592px) {
    .width-30 {
        width: 60%;
    }
}