.rollover-box {
    width: 100%;
    min-height: 300px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    margin: 0px;
    float: left;
}

.rollover-img {
    background-color: #000000;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s transform ease;
}

.rollover-box:hover .rollover-img {
	transform: scale(1);
}

.rollover-overlay {
    background: rgba(255, 255, 255, 0.90);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    transform: translatey(100%);
    transition: 0.3s all ease;
    border: 3px solid #378183;
    border-radius: 15px;
}

.rollover-overlayBALANCE {
    background: rgba(255, 255, 255, 0.90);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    transform: translatey(100%);
    transition: 0.3s all ease;
    border: 3px solid #ED9BBA;
    border-radius: 15px;
}
.rollover-overlayPRIME {
    background: rgba(255, 255, 255, 0.90);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    transform: translatey(100%);
    transition: 0.3s all ease;
    border: 3px solid #c24739;
    border-radius: 15px;
}
.rollover-overlayPETS {
    background: rgba(255, 255, 255, 0.90);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    transform: translatey(100%);
    transition: 0.3s all ease;
    border: 3px solid #487cb8;
    border-radius: 15px;
}
.rollover-overlayAMAZE {
    background: rgba(255, 255, 255, 0.90);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    transform: translatey(100%);
    transition: 0.3s all ease;
    border: 3px solid #d3beda;
    border-radius: 15px;
}
.rollover-overlayAO12 {
    background: rgba(255, 255, 255, 0.90);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    transform: translatey(100%);
    transition: 0.3s all ease;
    border: 3px solid #C9134C;
    border-radius: 15px;
}

.rollover-box:hover .rollover-overlay,
.rollover-box:hover .rollover-overlayPETS,
.rollover-box:hover .rollover-overlayBALANCE,
.rollover-box:hover .rollover-overlayAMAZE,
.rollover-box:hover .rollover-overlayPRIME,
.rollover-box:hover .rollover-overlayAO12 {
  transform: translatey(0);
}

.rollover-text {
    width: 95%;
    font-size: 15px;
    font-weight: 300;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.rollover-text-Stem {
    width: 90%;
    font-size: 16px;
    font-weight: 300;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #378183;
    color: #FFFFFF;
}

.base-textNumber {
    width: 100%;
    font-size: 58px;
    font-weight: 600;
    position: absolute;
    text-align: center;
    color: #FFFFFF;
    display: block;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.base-textNumberStem {
    width: 70px;
    min-height: 70px;
    font-size: 45px;
    font-weight: 600;
    color: #FFFFFF;
    display: block;
    border-radius: 90px;
    background-color: #378183;
    height: 50px;
    clear: both;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-top: 25px;
}
.base-textNumberBALANCE {
    width: 70px;
    min-height: 70px;
    font-size: 45px;
    font-weight: 600;
    color: #FFFFFF;
    display: block;
    border-radius: 90px;
    background-color: #ED9BBA;
    height: 50px;
    clear: both;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-top: 25px;
}
.base-textNumberPets {
    width: 70px;
    min-height: 70px;
    font-size: 45px;
    font-weight: 600;
    color: #FFFFFF;
    display: block;
    border-radius: 90px;
    background-color: #487cb8;
    height: 50px;
    clear: both;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-top: 25px;
}
.base-textNumberPrime {
    width: 70px;
    min-height: 70px;
    font-size: 45px;
    font-weight: 600;
    color: #FFFFFF;
    display: block;
    border-radius: 90px;
    background-color: #c24739;
    height: 50px;
    clear: both;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-top: 25px;
}
.base-textNumberAO12 {
    width: 70px;
    min-height: 70px;
    font-size: 45px;
    font-weight: 600;
    color: #FFFFFF;
    display: block;
    border-radius: 90px;
    background-color: #C9134C;
    height: 50px;
    clear: both;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-top: 25px;
}
.base-textNumberAMAZE {
    width: 70px;
    min-height: 70px;
    font-size: 45px;
    font-weight: 600;
    color: #FFFFFF;
    display: block;
    border-radius: 90px;
    background-color: #d3beda;
    height: 50px;
    clear: both;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-top: 25px;
}

.base-text {
    width: 96%;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #FFFFFF;
    margin-top: 20px;
    text-shadow: 3px 3px 6px black;
}

@media (max-width: 720px) {

.base-text {
    width: 92%;
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #FFFFFF;
    margin-top: 20px;
    text-shadow: 3px 3px 6px black;
}
	
.rollover-text {
    width: 92%;
    color: #222222;
	font-size: 18px;
    line-height: 23px;
	font-weight: 200;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);   
}
	
}
