I have a custom popup on https://www.puttinout.com . The website is responsive but that popup is not.
I tried
img {
border: 0 none;
max-width: 100%;
vertical-align: middle;
}
to make it fit, suitable for iphone/Adroid but it is not working. Please suggest me some simple steps to make that popup responsive.