@font-face {
    font-family: 'DINNextSlabPro-Medium';
    src: url('DINNextSlabPro-Medium.woff2')  format("woff2");
}

body {
    margin:0;
    padding:0;	
}

div {
    position:absolute;
}

.o {
    opacity: 0;
}

#wrapper {
    display:block;
    top: 0;
    left: 0;
    width: 300px;
    height: 600px;
	overflow: hidden;
	background: #7cb6cd;
}

#wrect {
    width: inherit;
    height: inherit;
    background: #7cb6cd;
    pointer-events: none;
}

#border {
    border: 1px solid #565656; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    width: inherit;
    height: inherit;
    pointer-events: none;
}

#bgexit {
    width: inherit;
    height: inherit;
    cursor: pointer;
}

#logo {
    cursor: pointer;
    width: 85px;
    height: 85px;
    top: 15px;
    left: 15px;
    background: url('logo.svg') center center no-repeat;
}

#ctaWrap {
    cursor: pointer;
    bottom: 15px;
    left: 20px;
    border-radius: 10px;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height:41px;
    width: 147px;
    height: 40px;
    color: #fff;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    overflow: hidden;
    display: inline-block;
    text-align: center;
}

.cta {
    width: inherit;
    height: inherit;
    top: 0;
    left: 0px;
}

#ctabg {
    background: #00aeef;
    width: inherit;
    height: inherit;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

#ctaWrap:hover {
    color: #00aeef;
}

#ctaWrap:hover #ctabg{
	background: #fff;
    color: #ee3224;
}

#textWrap {
    top: 94px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 270px;
}

.text {
    font-family: 'DINNextSlabPro-Medium', serif;
    line-height: 35px;
    font-size: 27px;
    color: #fff;
    font-weight: 600;
    top: 15px;
    left: 5px;
}

#imgs {
    width: 300px;
    height: 600px;
    top: 0;
    left: 0; 
}

.images {
    width: 300px;
    height: 600px;
    top: 0;
    left: 0; 
}

#hurrywrap {
    overflow: hidden;
    top: 0;
    left: 0;
    width: 77px;
    height: 30px;
    display: inline-block;
}

#hbg {
    background: #ee3224;
    width: inherit;
    height: inherit;
}

.hurry {
    font-family: 'DINNextSlabPro-Medium', serif;
    font-size: 25px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    width: inherit;
    height: inherit;
}

#hurry2 {
    left: -100px;
    top:0;
}
