/*#########################################################
########### Delete Before Uploading To Sizmek #############
#########################################################*/

 #clickLayer {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

/*#########################################################
###########################################################
#########################################################*/

#clickLayer {
    cursor: pointer;
}

#banner {
    display: block;
    background-color: #ffffff;
    border: rgb(0,0,0) 1px solid;
    width: 298px; height: 248px;
    position: relative;
    overflow: hidden;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#hero {
    background-image: url("football.jpg");
    position: absolute;
    width: 300px;
    height: 250px;
    left: 0px;
    top: 0px;
}

#mask {
    background-image: url("mask.png");
    position: absolute;
    width: 300px;
    height: 250px;
    left: 0px;
    top: -1px;
}

#head1 {
    background-image: url("h1.png");
    position: absolute;
    width: 253px;
    height: 40px;
    left: 26px;
    top: 82px;
}

#head2 {
    background-image: url("h2.png");
    position: absolute;
    width: 181px;
    height: 33px;
    left: 62px;
    top: 125px;
}

#cta {
    background-image: url("cta.png");
    position: absolute;
    width: 101px;
    height: 19px;
    left: 183px;
    top: 204px;
}

#fade {
    background-color: #0073ae;
    position: absolute;
    width: 300px;
    height: 250px;
}