
.thm{
    flex-wrap: nowrap;
	overflow-x: auto;
    width: 100%;
    display: flex;
     align-items: center;
    justify-content: center;
}
.main img{
    width:100%;
}
.thumbs{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
	overflow-x: auto;
}

.thumbs li{
    width: 100px;
    padding: 10px;
    background-color: white;
    list-style: none;
    margin: 1%;
}

.thumbs li img{
    width: 100px;
}