.CoverPop-open,
.CoverPop-open body {
    overflow: hidden;
}

#CoverPop-cover {
    display: none;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    -webkit-animation: fade-in .25s ease-in;
    -moz-animation-name: fade-in .25s ease-in;
    -ms-animation-name: fade-in .25s ease-in;
    -o-animation-name: fade-in .25s ease-in;
    animation-name: fade-in .25s ease-in;
}

.CoverPop-open #CoverPop-cover {
        display: block;
    }


@-webkit-keyframes fade-in {
    0% { opacity: 0; }
    25% { opacity: 0; }
    100% { opacity: 1; }
}
.splash {
        background-color: rgba(9,10,10,.6);
    }
.splash-center {
            text-align: center !important;
            width: 80%;
            padding: 20px;
			
            background: transparent;
            margin: 2% auto 0;
}
.splash-center img {
width:900px;
margin-left:25px;
}

.CoverPop-close {
color:#fff;
z-index:9999;
margin-top:-530px;
font-size:20px;
float:right;
margin-right:80px;

background:url('close-icon.png') top right no-repeat;
}
@media only screen and (max-width:480px){

.splash-center {
            text-align: center !important;
            width:100%;
            padding: 20px;
            background: transparent;
            margin: 10% auto 0;
}
.splash-center img {
width:300px !important;
text-align:center;
}
}