img {
    filter: brightness(1);
    transition: all 0.4s;
	width: 100%;
	height: auto;
}

img:hover {
    filter: brightness(0.5);
}

@media screen and (max-device-width: 560px){
	#content{
	}
	img {
		width: 80%;
		height: auto;
		margin-left: 9%;
	}
	
	.myiFrame{
	}
}