﻿
@media (max-width: 1600px) {
    .details-container {
        float: right;
        width: 72%;
    }
}

@media (min-width: 1600px) {
    .details-container {
        float: right;
        width: 78%;
    }
}

@media (max-width: 1024px) {
    .details-image {
        width: 100%;
        box-shadow: 1px 1px 9px 0px #333;
    }
}

@media (min-width: 1024px) {
    .details-image {
        width: 100%;
        box-shadow: 1px 1px 9px 0px #333;
    }
}

@media (max-width: 1600px) {
    .details {
        font-size: 1.2vw;
        line-height: normal;
    }

    .details-image > video {
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 1600px) {
    .details {
        font-size: 0.9vw;
        line-height: normal;
    }

    .details-image > video {
        width: 100%;
        height: 100%;
    }
}

.details-text {
    padding: 4%;
}

.details-header {
    font-weight: bold;
    font-size: 2vw;
}

.offerssubtittle {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 0.5em;
    font-size: 1.1em;
    font-weight: bold;
}

.mobile-details-container {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    padding-top: 24vw;
    overflow: scroll;
}
.mobile-details-image {
    max-width: 100%;
    height: auto;
    position: absolute;
}
.mobile-details {
    margin-top: 85%;
    position: relative;
    font-size: 4vw;
    line-height: normal;
    box-shadow: 1px 1px 9px 0px #333;
}
.mobile-details-text {
    padding: 1em;
    padding-top: 2em;
}
.mobile-details-header {
    font-weight: bold;
    font-size: 8vw;
}
.mobile-offerssubtittle {
    font-size: 5vw;
    padding: 0;
    list-style-type: none;
}

.openingTimesLink {
    text-decoration: underline;
    font-weight: normal;
}
.openingTimesLink:hover {
    text-decoration: underline;
    font-weight: normal;
}