html,
body {
    width: 100%;
    height: 100%
}

html {
    font-size: 100%;
    line-height: 1.5;
    overflow: hidden
}

body {
    margin: 0;
    position: relative
}

a {
    text-decoration: none
}

.ad-container {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%
}

.bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1
}

.button {
    display: inline-block;
    cursor: pointer;
    text-align: center
}

.content-section {
    padding: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@-webkit-keyframes slides2 {

    0%,
    50% {
        opacity: 1
    }

    50%,
    100% {
        opacity: 0
    }
}

@keyframes slides2 {

    0%,
    50% {
        opacity: 1
    }

    50%,
    100% {
        opacity: 0
    }
}

html {
    font-size: 100%;
    font-family: "Arimo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    background-image: url(../assets/grey-pattern.jpg);
    background-size: 50%;
    background-position: center;
    background-color: #EBEBEB;
    color: #000;
    -webkit-font-smoothing: antialiased;
    text-align: center
}

body {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.ad-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.image {
    position: relative;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;'
}

.logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 5rem;
    height: 5rem;
    top: .875rem
}

.logo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: contain; object-position: center;'
}

.content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.3125rem 1.75rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.content__title {
    font-size: 1.3125rem;
    line-height: 1.53125rem;
    width: 100%;
    max-width: 16em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    -webkit-text-stroke: .5px;
    text-stroke: .5px;
    -webkit-text-stroke-color: #000;
    text-stroke-color: #000;
    margin-top: 0;
    margin-bottom: .65625rem;
    text-transform: uppercase;
    letter-spacing: .05em
}

.content__title br {
    display: inline;
    content: " "
}

.content__title br:after {
    content: " "
}

.content__text {
    font-size: .9375rem;
    -webkit-text-stroke: .5px;
    text-stroke: .5px;
    -webkit-text-stroke-color: #000;
    text-stroke-color: #000;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.3125rem;
    text-transform: uppercase
}

.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative
}

.button__inner {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background-color: #FF41B4;
    border: 2px solid #FF41B4;
    font-size: 1rem;
    line-height: 1.3125rem;
    font-weight: 700;
    -webkit-text-stroke: .5px;
    text-stroke: .5px;
    -webkit-text-stroke-color: #fff;
    text-stroke-color: #fff;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: .54688rem 1.09375rem;
    -webkit-transition: opacity .3s, transform .3s cubic-bezier(0, 0, 0.11, 1);
    transition: opacity .3s, transform .3s cubic-bezier(0, 0, 0.11, 1)
}

.button__inner:hover {
    color: #000;
    background-color: #fff;
    border-color: #000;
    -webkit-text-stroke-color: #000;
    text-stroke-color: #000
}

@media screen and (min-width: 200px) and (max-width: 200px) and (min-height: 200px) and (max-height: 200px) {
    html {
        color: #fff
    }

    .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1
    }

    .image:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5)
    }

    .logo {
        position: relative;
        margin-top: .75rem;
        top: 0;
        left: 0;
        -webkit-transform: none;
        transform: none
    }

    .content__title,
    .content__text {
        -webkit-text-stroke-color: #fff;
        text-stroke-color: #fff
    }

    html {
        font-size: 75%
    }

    .logo {
        width: 4rem;
        height: 4rem
    }

    .content {
        padding: 0 .4375rem
    }
}

@media screen and (min-width: 240px) and (max-width: 240px) and (min-height: 400px) and (max-height: 400px) {
    .image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .button {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .logo {
        width: 17.5vh;
        height: 17.5vh;
        min-width: 6rem;
        min-height: 6rem;
        max-width: 8rem;
        max-height: 8rem
    }

    .content {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding: .4375rem .875rem 1.3125rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .content__title br {
        display: block;
        display: inline;
        content: " "
    }

    .content__title br:after {
        content: " ";
        display: inline-block;
        width: .4375rem
    }

    html {
        font-size: 87.5%
    }
}

@media screen and (min-width: 250px) and (max-width: 250px) and (min-height: 250px) and (max-height: 250px) {
    html {
        color: #fff
    }

    .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1
    }

    .image:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5)
    }

    .logo {
        position: relative;
        margin-top: .75rem;
        top: 0;
        left: 0;
        -webkit-transform: none;
        transform: none
    }

    .content__title,
    .content__text {
        -webkit-text-stroke-color: #fff;
        text-stroke-color: #fff
    }

    html {
        font-size: 87.5%
    }
}

@media screen and (min-width: 250px) and (max-width: 250px) and (min-height: 360px) and (max-height: 360px) {
    .image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .button {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .logo {
        width: 17.5vh;
        height: 17.5vh;
        min-width: 6rem;
        min-height: 6rem;
        max-width: 8rem;
        max-height: 8rem
    }

    .content {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding: .4375rem .875rem 1.3125rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .content__title br {
        display: block;
        display: inline;
        content: " "
    }

    .content__title br:after {
        content: " ";
        display: inline-block;
        width: .4375rem
    }

    html {
        font-size: 87.5%
    }
}

@media screen and (min-width: 300px) and (max-width: 300px) and (min-height: 250px) and (max-height: 250px) {
    html {
        color: #fff
    }

    .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1
    }

    .image:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5)
    }

    .logo {
        position: relative;
        margin-top: .75rem;
        top: 0;
        left: 0;
        -webkit-transform: none;
        transform: none
    }

    .content__title,
    .content__text {
        -webkit-text-stroke-color: #fff;
        text-stroke-color: #fff
    }

    html {
        font-size: 87.5%
    }
}

@media screen and (min-width: 336px) and (max-width: 336px) and (min-height: 280px) and (max-height: 280px) {
    html {
        color: #fff
    }

    .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1
    }

    .image:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5)
    }

    .logo {
        position: relative;
        margin-top: .75rem;
        top: 0;
        left: 0;
        -webkit-transform: none;
        transform: none
    }

    .content__title,
    .content__text {
        -webkit-text-stroke-color: #fff;
        text-stroke-color: #fff
    }
}

@media screen and (min-width: 580px) and (max-width: 580px) and (min-height: 400px) and (max-height: 400px) {
    .ad-container {
        width: 50%;
        left: auto;
        right: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        left: -100%
    }

    .logo {
        left: calc(.4375rem - 100%);
        -webkit-transform: none;
        transform: none;
        width: 8rem;
        height: 8rem
    }

    .content__title {
        font-size: 1.96875rem;
        line-height: 1.96875rem;
        margin-bottom: 1.75rem
    }

    .content__title br {
        display: block
    }
}

@media screen and (min-width: 120px) and (max-width: 300px) and (min-height: 600px) and (max-height: 1050px) {
    .image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .button {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .logo {
        width: 17.5vh;
        height: 17.5vh;
        min-width: 6rem;
        min-height: 6rem;
        max-width: 8rem;
        max-height: 8rem
    }

    .content {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding: .4375rem .875rem 1.3125rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .content__title br {
        display: block
    }

    .content__title {
        margin-bottom: 1.3125rem
    }
}

@media screen and (min-width: 120px) and (max-width: 120px) and (min-height: 600px) and (max-height: 600px) {
    html {
        font-size: 75%
    }
}

@media screen and (min-width: 160px) and (max-width: 160px) and (min-height: 600px) and (max-height: 600px) {
    html {
        font-size: 87.5%
    }
}

@media screen and (min-width: 300px) and (max-width: 300px) and (min-height: 600px) and (max-height: 600px) {
    .content__title br {
        display: inline;
        content: " "
    }

    .content__title br:after {
        content: " ";
        display: inline-block;
        width: .4375rem
    }
}

@media screen and (min-width: 300px) and (max-width: 300px) and (min-height: 1050px) and (max-height: 1050px) {
    .content {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }

    .content__title {
        font-size: 1.96875rem;
        line-height: 2.1875rem;
        margin-bottom: 1.75rem
    }

    .content__title br {
        display: block
    }

    .button__inner {
        font-size: 1.25rem;
        padding: .65625rem 1.09375rem
    }
}

@media screen and (min-width: 468px) and (max-width: 468px) and (min-height: 60px) and (max-height: 60px) {
    html {
        color: #fff
    }

    .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1
    }

    .image:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5)
    }

    .logo {
        position: relative;
        margin-top: .75rem;
        top: 0;
        left: 0;
        -webkit-transform: none;
        transform: none
    }

    .content__title,
    .content__text {
        -webkit-text-stroke-color: #fff;
        text-stroke-color: #fff
    }

    .content__title br {
        display: inline;
        content: " "
    }

    .content__title br:after {
        content: " ";
        display: inline-block;
        width: .4375rem
    }

    .image,
    .content__title {
        -webkit-animation: slides2;
        animation: slides2;
        -webkit-animation-timing-function: step-end;
        animation-timing-function: step-end;
        -webkit-animation-duration: 6s;
        animation-duration: 6s;
        -webkit-animation-iteration-count: 4;
        animation-iteration-count: 4;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        z-index: 3
    }

    .logo {
        position: absolute;
        margin-top: 0;
        left: .4375rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 6rem;
        height: 6rem;
        max-width: calc(100vh - .4375rem);
        max-height: calc(100vh - .4375rem);
        z-index: 3
    }

    .content__title {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .content__text {
        width: calc(100% - 100vh - 100vh);
        z-index: -2;
        color: #000;
        -webkit-text-stroke-color: #000;
        text-stroke-color: #000
    }

    .button {
        z-index: 3
    }

    .button__inner {
        height: 100vh;
        width: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: none;
        position: absolute;
        top: 100%;
        left: -100%;
        font-size: .75em;
        line-height: 1.09375rem;
        padding: .4375rem;
        transform: translate(290%, -100%);
    }

    html {
        font-size: 87.5%
    }
}

@media screen and (min-width: 728px) and (max-width: 728px) and (min-height: 90px) and (max-height: 90px) {
    .ad-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .image {
        min-height: 100%;
        height: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1.25;
        flex-shrink: 1.25
    }

    .logo {
        left: .4375rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 6rem;
        height: 6rem;
        max-width: calc(100vh - .4375rem);
        max-height: calc(100vh - .4375rem)
    }

    .content {
        padding: 1.3125rem 2.625rem;
        -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .button__inner {
        height: 100vh;
        width: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 1.5rem;
        line-height: 1.75rem;
        border: none
    }

    html {
        font-size: 75%
    }
}

@media screen and (min-width: 930px) and (max-width: 930px) and (min-height: 180px) and (max-height: 180px) {
    .ad-container {
        width: 50%;
        left: auto;
        right: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        left: -100%
    }

    .logo {
        left: calc(.4375rem - 100%);
        -webkit-transform: none;
        transform: none;
        width: 8rem;
        height: 8rem
    }

    html {
        font-size: 115%
    }

    .logo {
        width: 5rem;
        height: 5rem
    }

    .content {
        padding: 1.3125rem 2.1875rem
    }
}

@media screen and (min-width: 970px) and (max-width: 970px) and (min-height: 90px) and (max-height: 90px) {
    .ad-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .image {
        min-height: 100%;
        height: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1.25;
        flex-shrink: 1.25
    }

    .logo {
        left: .4375rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 6rem;
        height: 6rem;
        max-width: calc(100vh - .4375rem);
        max-height: calc(100vh - .4375rem)
    }

    .content {
        padding: 1.3125rem 2.625rem;
        -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .button__inner {
        height: 100vh;
        width: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 1.5rem;
        line-height: 1.75rem;
        border: none
    }

    html {
        font-size: 85%
    }

    .button__inner {
        font-size: 1.25em
    }
}

@media screen and (min-width: 970px) and (max-width: 970px) and (min-height: 250px) and (max-height: 250px) {
    .ad-container {
        width: 50%;
        left: auto;
        right: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        left: -100%
    }

    .logo {
        left: calc(.4375rem - 100%);
        -webkit-transform: none;
        transform: none;
        width: 8rem;
        height: 8rem
    }

    html {
        font-size: 115%
    }

    .logo {
        width: 5rem;
        height: 5rem
    }

    .content {
        padding: 1.3125rem 2.1875rem;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .content__title {
        font-size: 1.75em;
        line-height: 1.75rem;
        margin-bottom: 1.3125rem
    }
}

@media screen and (min-width: 980px) and (max-width: 980px) and (min-height: 120px) and (max-height: 120px) {
    .ad-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .image {
        min-height: 100%;
        height: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1.25;
        flex-shrink: 1.25
    }

    .logo {
        left: .4375rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 6rem;
        height: 6rem;
        max-width: calc(100vh - .4375rem);
        max-height: calc(100vh - .4375rem)
    }

    .content {
        padding: 1.3125rem 2.625rem;
        -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .button__inner {
        height: 100vh;
        width: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 1.5rem;
        line-height: 1.75rem;
        border: none
    }

    html {
        font-size: 85%
    }
}

@media screen and (min-width: 300px) and (max-width: 300px) and (min-height: 50px) and (max-height: 50px) {
    html {
        color: #fff
    }

    .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1
    }

    .image:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5)
    }

    .logo {
        position: relative;
        margin-top: .75rem;
        top: 0;
        left: 0;
        -webkit-transform: none;
        transform: none
    }

    .content__title,
    .content__text {
        -webkit-text-stroke-color: #fff;
        text-stroke-color: #fff
    }

    .content__title br {
        display: inline;
        content: " "
    }

    .content__title br:after {
        content: " ";
        display: inline-block;
        width: .4375rem
    }

    .image,
    .content__title {
        -webkit-animation: slides2;
        animation: slides2;
        -webkit-animation-timing-function: step-end;
        animation-timing-function: step-end;
        -webkit-animation-duration: 6s;
        animation-duration: 6s;
        -webkit-animation-iteration-count: 4;
        animation-iteration-count: 4;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        z-index: 3
    }

    .logo {
        position: absolute;
        margin-top: 0;
        left: .4375rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 6rem;
        height: 6rem;
        max-width: calc(100vh - .4375rem);
        max-height: calc(100vh - .4375rem);
        z-index: 3
    }

    .content__title {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .content__text {
        width: calc(100% - 100vh - 100vh);
        z-index: -2;
        color: #000;
        -webkit-text-stroke-color: #000;
        text-stroke-color: #000
    }

    .button {
        z-index: 3
    }

    .button__inner {
        height: 100vh;
        width: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: none;
        position: absolute;
        top: 100%;
        right: 0;
        font-size: .75em;
        line-height: 1.09375rem;
        padding: .4375rem;
        transform: translate(200%, -100%);
    }

    html {
        font-size: 60%
    }

    .content__text {
        width: calc(100% - 100vh - 100vh + 1em)
    }
}

@media screen and (min-width: 320px) and (max-width: 320px) and (min-height: 50px) and (max-height: 50px) {
    html {
        color: #fff
    }

    .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1
    }

    .image:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5)
    }

    .logo {
        position: relative;
        margin-top: .75rem;
        top: 0;
        left: 0;
        -webkit-transform: none;
        transform: none
    }

    .content__title,
    .content__text {
        -webkit-text-stroke-color: #fff;
        text-stroke-color: #fff
    }

    .content__title br {
        display: inline;
        content: " "
    }

    .content__title br:after {
        content: " ";
        display: inline-block;
        width: .4375rem
    }

    .image,
    .content__title {
        -webkit-animation: slides2;
        animation: slides2;
        -webkit-animation-timing-function: step-end;
        animation-timing-function: step-end;
        -webkit-animation-duration: 6s;
        animation-duration: 6s;
        -webkit-animation-iteration-count: 4;
        animation-iteration-count: 4;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        z-index: 3
    }

    .logo {
        position: absolute;
        margin-top: 0;
        left: .4375rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 6rem;
        height: 6rem;
        max-width: calc(100vh - .4375rem);
        max-height: calc(100vh - .4375rem);
        z-index: 3
    }

    .content__title {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .content__text {
        width: calc(100% - 100vh - 100vh);
        z-index: -2;
        color: #000;
        -webkit-text-stroke-color: #000;
        text-stroke-color: #000
    }

    .button {
        z-index: 3
    }

    .button__inner {
        height: 100vh;
        width: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: none;
        position: absolute;
        top: 115%;
        left: -100%;
        font-size: .75em;
        line-height: 1.09375rem;
        padding: .4375rem;
        transform: translate(219%, -100%);
    }

    html {
        font-size: 60%
    }

    .content__text {
        width: calc(100% - 100vh - 100vh + 1em)
    }
}

@media screen and (min-width: 320px) and (max-width: 320px) and (min-height: 100px) and (max-height: 100px) {
    .ad-container {
        width: 50%;
        left: auto;
        right: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        left: -100%
    }

    .logo {
        left: calc(.4375rem - 100%);
        -webkit-transform: none;
        transform: none;
        width: 8rem;
        height: 8rem
    }

    html {
        font-size: 60%
    }

    .ad-container {
        width: 70%
    }

    .image {
        width: 43%;
        left: -43%
    }

    .logo {
        width: 4rem;
        height: 4rem
    }
}

@media screen and (min-width: 300px) and (max-width: 300px) and (min-height: 1050px) and (max-height: 1050px) {
    .bg-image {
        background-position: 48% bottom
    }
}

.image {
    background: url(assets/ibiza-rocks.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.logo {
    background: url(assets/ibiza-rocks-logo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}