çok teşekkürler emeğin için ama sanırsam olmadı

(
telefonda tablette vs. responsive olmadı.
Birde ekranı küçülttükçe resim küçülmüyor.
hocam px yazacağıma x yazmışım, kod bu şekilde olucak;
@media (max-width: 900px) {
/*sitenin genişliği 900'e eşit veya daha küçükse bu stiller işlenir*/
.reveal-modal {
top: 0 !important;
left: 0 !important;
margin: 0 !important;
width: 95%;
text-align: center;
}
.reveal-modal img {
float: inherit !important;
margin: 0 !important;
width: 100%;
max-width: 280px;
}
}