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: 38px;
    line-height: 18px;
    padding: 0px 10px;
    font-size: 14px;
    font-weight: bold;
}

#text1 {
    position: absolute;
    color: #fff;
    left: 12px;
    bottom: 49px;
    width: 725px;
    height: auto;
    font-size: 15px;
    text-align: left;
    font-weight: bold;
    line-height: 17px;
}

#arrows {
    position: relative;
    top: 1px;
    width: 12px;
    height: auto;
    margin-left: 5px;
}
#bg {
    transform: scale(1.1);
}
