/*responsive gallery, work only with the last browsers*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.responsive_oqey, object{ zoom: 90%; }	
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.responsive_oqey, object{ zoom: 70%; }	
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
.responsive_oqey, object{ zoom: 50%; }	
}