html,body {
    padding: 0;
    margin: 0;
    font-family: 'Play', sans-serif;
}
#container {
    position: relative;
    left: 0px;
    top: 0px;
    cursor: pointer;
    overflow: hidden;
    background-color: black;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.element {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.hide {
    opacity: 0;
}
#border {
    opacity: 1;
    border: 1px solid #999;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    pointer-events: none;
}

a {
    text-decoration: none;
}

#cta {
    position: absolute;
    color: #fff;
    right: 13px;
    bottom: 13px;
    background-color: #ff0000;
    width: auto;
    height: 35px;
    line-height: 16px;
    padding: 0px 10px;
    font-size: 14px;
    font-weight: bold;
}

#text1, #text2 {
    position: absolute;
    color: #fff;
    left: 12px;
    bottom: 43px;
    width: 190px;
    height: auto;
    font-size: 15px;
    text-align: left;
    font-weight: bold;
    line-height: 18px;
}
#text1 {
  font-size: 17px;
}
#arrows {
    position: relative;
    top: 1px;
    width: 12px;
    height: auto;
    margin-left: 5px;
}
#bgblack {
    background-color: #000;
}
#bg {
    width:337px;
    transform: translate(101px, 31px) scale(1.6);
}
#mainText1 {
    transform: translateX(300px);
}
#mainText2 {
    transform: translateX(-300px);
}
