I have an image in Slider revolution that has to keep minimum 450 PX width always. In the layer of that certain image I have pasted this CSS in the tab ‘Style’ > ‘Advanced CSS’ > ‘Layer’ 
{
min-width: 450px;
}
In slider Revolution itself (where I create the slider) it works fine. The image stays 450 PX width. But when I load the slide above a page, the image will scale down as the window scales as well.
I have also tried disabling all the responsive options anther the tab ‘Behavior’
How do I prevent an image on a slide from being scaled?
