* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}
.img_ct{
    width: 100%;
}

.img_ct img{
    width: 100%;
}