body{ background-color:pink; } img { width:210px; height:150px; margin:30px; position:relative; } img:hover{ position:fixed; left:0; top:400px; width:100%; height:100%; }