
@media screen and (min-width:639px) { 
div.mc-image {    
    -webkit-background-size: cover;
    -moz-background-size:  cover;
    -o-background-size:  cover;
    background-size: cover;
	background-position:center bottom;
	background-repeat:no-repeat;
}
}

@media screen and (min-width:640px) and ( max-width:767px) {
div.mc-image {    
    -webkit-background-size: cover;
    -moz-background-size:  cover;
    -o-background-size:  cover;
    background-size: cover;
    background-position:center bottom;
	background-repeat:no-repeat;
}

}

@media screen and (min-width:768px) and ( max-width:991px) {
div.mc-image {    
    -webkit-background-size: cover;
    -moz-background-size:  cover;
    -o-background-size:  cover;
    background-size: cover;
    background-position:center bottom -70px;
	background-repeat:no-repeat;
}

}

@media screen and (min-width:992px) and ( max-width:1199px){
div.mc-image {    
    -webkit-background-size: cover;
    -moz-background-size:  cover;
    -o-background-size:  cover;
    background-size: cover;
    background-position:center bottom -70px;
	background-repeat:no-repeat;
}
}


@media screen and (min-width:1200px){
div.mc-image {    
    -webkit-background-size: cover;
    -moz-background-size:  cover;
    -o-background-size:  cover;
    background-size: cover;
    background-position:center bottom -70px;
	background-repeat:no-repeat;
}
}

div.mc-image {
	-webkit-transition: opacity 2s ease-in-out; 
	-moz-transition: opacity 2s ease-in-out; 
	-o-transition: opacity 2s ease-in-out; 
	transition: opacity 2s ease-in-out;
	
}