.bbc_img{ border: 0;}
.bbc_img{ width:300px; border: 0;}.bbc_img:hover{ animation: zoomInPhoto 3s 1 linear;-moz-animation: zoomInPhoto 3s 1 linear;-webkit-animation: zoomInPhoto 3s 1 linear;-o-animation: zoomInPhoto 3s 1 linear;width:70%;opacity:1;cursor:pointer;}@keyframes zoomInPhoto{0% {width:50%; height:50%; opacity:0.3;}50% {width:60%; height:60%; opacity:0.7}100% {width:70%; height:70%; opacity:1;}}@-moz-keyframes zoomInPhoto{0% {width:50%; height:50%; opacity:0.3;}50% {width:60%; height:60%; opacity:0.7}100% {width:70%; height:70%; opacity:1;}}@-webkit-keyframes zoomInPhoto{0% {width:50%; height:50%; opacity:0.3;}50% {width:60%; height:60%; opacity:0.7}100% {width:70%; height:70%; opacity:1;}}@-o-keyframes zoomInPhoto{0% {width:50%; height:50%; opacity:0.3;}50% {width:60%; height:60%; opacity:0.7}100% {width:70%; height:70%; opacity:1;}}