/* default */
/* Main container */
.overlay-image {
    position: relative;
    width: 100%;
}

/* Original image */
.overlay-image .overlay-img-banner {
    display: block;
    width: 100%;
    height: auto;
}

/* Original text overlay */
.overlay-image .overlay-txt-banner {
    font-family: serif;
    font-style: italic;
    font-weight: bold;
    color: #fff;
    line-height: 1.25em;
    text-shadow: 2px 2px 2px #000;
    text-align: center;
    position: absolute;
    top: 78%;
    /* left: 49%; */
    right: -17%;
    transform: translate(-50%, -50%);
    /* width: 100%; */
}

/* Original image */
.overlay-image .overlay-img-events {
    display: block;
    width: 100%;
    height: auto;
}

/* Original title overlay */
.overlay-image .overlay-title-events {
    font-family: "Times New Roman", serif;
    font-stretch: condensed;
    font-weight: bold;
    font-style: italic;
    font-size: 1.25rem;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 1.5em;
    text-align: center;
    position: absolute;
    top: 35%;
    /* background-color: #9D633B;*/
    width: 66%;
    right: 1rem;
}

/* Original text overlay */
.overlay-image .overlay-txt-events {
    display: none;
}

/* Original image */
.overlay-image .overlay-img-mug-club {
    display: block;
    width: 100%;
    height: auto;
}

/* Original title overlay */
.overlay-image .overlay-title-mug-club {
    font-family: "Times New Roman", serif;
    font-stretch: condensed;
    font-weight: bold;
    font-size: 1.25rem;
    font-style: italic;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 1.5em;
    text-align: center;
    position: absolute;
    top: 21%;
    right: 1rem;
}

/* Original text overlay */
.overlay-image .overlay-txt-mug-club {
    display: none;
}

/* Original image */
.overlay-image .overlay-img-gallery {
    display: block;
    width: 100%;
    height: auto;
}

/* Original title overlay */
.overlay-image .overlay-title-gallery {
    font-family: "Times New Roman", serif;
    font-stretch: condensed;
    font-weight: bold;
    font-size: 1.25rem;
    font-style: italic;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 1.5em;
    text-align: center;
    position: absolute;
    top: 12%;
    right: 1rem;
}

/* Original text overlay */
.overlay-image .overlay-txt-gallery {
    display: none;
}

/* Original title overlay */
.overlay-title-tap {
    font-family: "Times New Roman", serif;
    font-stretch: condensed;
    font-weight: normal;
    font-size: 2rem;
    font-style: italic;
    letter-spacing: 0.05em;
    color: #5C361C;
    line-height: 1.5em;
    /* text-shadow: 2px 2px 2px #000; */
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.overlay-title-crafty {
    font-family: "Times New Roman", serif;
    font-stretch: condensed;
    font-weight: normal;
    font-size: 2rem;
    font-style: italic;
    letter-spacing: 0.05em;
    color: #5C361C;
    line-height: 1.5em;
    /* text-shadow: 2px 2px 2px #000; */
    text-align: center;
    position: absolute;
    top: 49%;
    left: 51%;
    transform: translate(-50%, -50%);
    width: 100%;
}

/* md-viewport.css */
@media only screen and (min-width: 768px) {

    /* Main container */
    .overlay-image {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    /* Original image */
    .overlay-image .overlay-img-banner {
        display: block;
        width: 100%;
        height: auto;
    }

    /* Original text overlay */
    .overlay-image .overlay-txt-banner {
        font-family: serif;
        font-style: italic;
        font-weight: bold;
        color: #fff;
        line-height: 1.5em;
        text-shadow: 2px 2px 2px #000;
        text-align: center;
        position: absolute;
        top: 78%;
        /* left: 49%; */
        right: -17%;
        transform: translate(-50%, -50%);
        /* width: 100%; */
    }

    /* Original image */
    .overlay-image .overlay-img-events {
        display: block;
        width: 100%;
        height: auto;
    }

    /* Original title overlay */
    .overlay-image .overlay-title-events {
        font-family: "Times New Roman", serif;
        font-stretch: condensed;
        font-weight: normal;
        font-style: italic;
        font-size: 2rem;
        letter-spacing: 0.05em;
        color: #fff;
        line-height: 1.5em;
        text-align: center;
        position: absolute;
        top: 12%;
        width: 48%;
        right: 4rem;
    }

    /* Original text overlay */
    .overlay-image .overlay-txt-events {
        display: block;
        font-family: "Times New Roman", serif;
        font-stretch: condensed;
        font-weight: normal;
        font-size: 1.5rem;
        color: #fff;
        line-height: 1.5em;
        text-align: center;
        position: absolute;
        top: 35%;
        right: 4rem;
        width: 75%;
    }

    /* Original image */
    .overlay-image .overlay-img-mug-club {
        display: block;
        width: 100%;
        height: auto;
    }

    /* Original title overlay */
    .overlay-image .overlay-title-mug-club {
        font-family: "Times New Roman", serif;
        font-stretch: condensed;
        font-weight: normal;
        font-size: 2rem;
        font-style: italic;
        letter-spacing: 0.05em;
        color: #fff;
        line-height: 1.5em;
        text-align: center;
        position: absolute;
        top: 2%;
        right: 4rem;
    }

    /* Original text overlay */
    .overlay-image .overlay-txt-mug-club {
        display: block;
        font-family: "Times New Roman", serif;
        font-stretch: condensed;
        font-weight: normal;
        font-size: 1.5rem;
        color: #fff;
        line-height: 1.5em;
        text-align: center;
        position: absolute;
        top: 23%;
        right: 4rem;
        width: 56%;
    }

    /* Original image */
    .overlay-image .overlay-img-gallery {
        display: block;
        width: 100%;
        height: auto;
    }

    /* Original title overlay */
    .overlay-image .overlay-title-gallery {
        font-family: "Times New Roman", serif;
        font-stretch: condensed;
        font-weight: normal;
        font-size: 2rem;
        font-style: italic;
        letter-spacing: 0.05em;
        color: #fff;
        line-height: 1.5em;
        text-align: center;
        position: absolute;
        top: 0%;
        right: 4rem;
    }

    /* Original text overlay */
    .overlay-image .overlay-txt-gallery {
        display: block;
        font-family: "Times New Roman", serif;
        font-stretch: condensed;
        font-weight: normal;
        font-size: 1.5rem;
        color: #fff;
        line-height: 1.5em;
        text-align: center;
        position: absolute;
        top: 16%;
        right: 4rem;
    }

    /* Original title overlay */
    .overlay-title-tap {
        font-family: "Times New Roman", serif;
        font-stretch: condensed;
        font-weight: normal;
        font-size: 3.25rem;
        font-style: italic;
        letter-spacing: 0.05em;
        color: #5C361C;
        line-height: 1.5em;
        /* text-shadow: 2px 2px 2px #000; */
        text-align: center;
        position: absolute;
        top: 49%;
        left: 49%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

    .overlay-title-crafty {
        font-family: "Times New Roman", serif;
        font-stretch: condensed;
        font-weight: normal;
        font-size: 3.25rem;
        font-style: italic;
        letter-spacing: 0.05em;
        color: #5C361C;
        line-height: 1.5em;
        /* text-shadow: 2px 2px 2px #000; */
        text-align: center;
        position: absolute;
        top: 49%;
        left: 51%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
}

/* xl-viewport.css */
@media only screen and (min-width: 1200px) {

    /* Main container */
    .overlay-image {
        position: relative;
        width: 100%;
    }

    /* Original image */
    .overlay-image .overlay-img-banner {
        display: block;
        width: 100%;
        height: auto;
    }

    /* Original text overlay */
    .overlay-image .overlay-txt-banner {
        font-family: serif;
        font-style: italic;
        font-weight: bold;
        color: #fff;
        line-height: 1.5em;
        text-shadow: 2px 2px 2px #000;
        text-align: center;
        position: absolute;
        top: 78%;
        /* left: 49%; */
        right: -17%;
        transform: translate(-50%, -50%);
        /* width: 100%; */
    }

    /* Original image */
    .overlay-image .overlay-img-events {
        display: block;
        width: 100%;
        height: auto;
    }

    /* Original title overlay */
    .overlay-image .overlay-title-events {
        font-family: "Times New Roman", serif;
        font-stretch: condensed;
        font-weight: normal;
        font-style: italic;
        font-size: 3.25rem;
        letter-spacing: 0.05em;
        color: #fff;
        line-height: 1.5em;
        text-align: center;
        position: absolute;
        top: 22%;
        width: 48%;
        right: 4rem;
    }

    /* Original text overlay */
    .overlay-image .overlay-txt-events {
        display: block;
        font-family: "Times New Roman", serif;
        font-stretch: condensed;
        font-weight: normal;
        font-size: 1.75rem;
        color: #fff;
        line-height: 1.5em;
        text-align: center;
        position: absolute;
        top: 44%;
        right: 4rem;
        width: 75%;
    }

    /* Original image */
    .overlay-image .overlay-img-mug-club {
        display: block;
        width: 100%;
        height: auto;
    }

    /* Original title overlay */
    .overlay-image .overlay-title-mug-club {
        font-family: "Times New Roman", serif;
        font-stretch: condensed;
        font-weight: normal;
        font-size: 3.25rem;
        font-style: italic;
        letter-spacing: 0.05em;
        color: #fff;
        line-height: 1.5em;
        text-align: center;
        position: absolute;
        top: 15%;
        right: 4rem;
    }

    /* Original text overlay */
    .overlay-image .overlay-txt-mug-club {
        display: block;
        font-family: "Times New Roman", serif;
        font-stretch: condensed;
        font-weight: normal;
        font-size: 1.75rem;
        color: #fff;
        line-height: 1.5em;
        text-align: center;
        position: absolute;
        top: 40%;
        right: 4rem;
    }

    /* Original image */
    .overlay-image .overlay-img-gallery {
        display: block;
        width: 100%;
        height: auto;
    }

    /* Original title overlay */
    .overlay-image .overlay-title-gallery {
        font-family: "Times New Roman", serif;
        font-stretch: condensed;
        font-weight: normal;
        font-size: 3.25rem;
        font-style: italic;
        letter-spacing: 0.05em;
        color: #fff;
        line-height: 1.5em;
        text-align: center;
        position: absolute;
        top: 7%;
        right: 4rem;
    }

    /* Original text overlay */
    .overlay-image .overlay-txt-gallery {
        display: block;
        font-family: "Times New Roman", serif;
        font-stretch: condensed;
        font-weight: normal;
        font-size: 1.75rem;
        color: #fff;
        line-height: 1.5em;
        text-align: center;
        position: absolute;
        top: 26%;
        right: 4rem;
    }

    /* Original title overlay */
    .overlay-title-tap {
        font-family: "Times New Roman", serif;
        font-stretch: condensed;
        font-weight: normal;
        font-size: 3.25rem;
        font-style: italic;
        letter-spacing: 0.05em;
        color: #5C361C;
        line-height: 1.5em;
        /* text-shadow: 2px 2px 2px #000; */
        text-align: center;
        position: absolute;
        top: 49%;
        left: 49%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

    .overlay-title-crafty {
        font-family: "Times New Roman", serif;
        font-stretch: condensed;
        font-weight: normal;
        font-size: 3.25rem;
        font-style: italic;
        letter-spacing: 0.05em;
        color: #5C361C;
        line-height: 1.5em;
        /* text-shadow: 2px 2px 2px #000; */
        text-align: center;
        position: absolute;
        top: 49%;
        left: 51%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
}