
        .img-design{
                width: 100%;
				margin-bottom: 20px;
				height: auto;
				border: 1px solid #ddd;
        }

        .wrapped-image {
            float: right;
            margin: 0 0 0 1em;
            height: auto;
            width: 486px;
            max-width: 50%;
        }

        @media screen and (max-width: 768px) {

            .wrapped-image {
                text-align: center;
                float: none;
                display: flex;
                margin: auto;
				justify-content: center;
                width: 100%;
                max-width: 900px;
            }
    
        }
