/* CSS rules to resize specific image to 50% of original size */
img[src="Images/605218803_1254729573379034_5478013278588725627_n.jpg"] {
    width: 50%;
    height: auto;
}