.gale {
    width:280px;
    height:150px;
    position:relative;
    display:inline-block;
    overflow:hidden;
	border: solid black thin;
}

.gale > img {
    position:absolute;
    top:50%;
    min-height:30%;
    display:block;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    min-width:100%;
}