@charset "UTF-8";
/*Copyright © 2019, Patmac (UK) Ltd.*/
* {
	padding: 0;
	margin: auto;
	box-sizing: border-box;
}
body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
.mainWrapper {
	width: 50%;
	text-align: center;
	padding-bottom: 0.5%;
	border-style: solid;
}
.mainWrapper img {
	width : 50%;
}
.Library {
    height: 70px;
    width: auto;
}
.Library:hover {
    content: url('./teapigs-red.png');
    height: 70px;
    width: auto;
}

.bannerImgOff, .bannerImg:hover .bannerImgOn{
   display:none
}
.bannerImgOn, .bannerImg:hover .bannerImgOff{
   display:block
}