.imgBox{
			/* border-radius: 10px; */
            height: auto;
            margin: 0 auto;
			padding: 10px;

        }

        .imgBox img{
			border-radius: 0.6rem;
			​max-width​​​​: ​​​​100%​​​​;​​
			​​max-height​​​​: ​​​​100%​​​​;​​
			​​display​​​​: ​​​​block​​​​;​​
			​​margin​​​​: ​​​​auto​​​​;​​

        }

        .img1{
            display: block;
        }

        .img2{
            display: none;
        }

        .img3{
            display: none;
        }