@media only screen and (min-width: 361px) and (max-width: 768px) {

    .column .anim {
        transform: scale(1);
        left: 0px;
    }

    .mainmenu {
        display: none;
    }
    .sub.header .ui.horizontal.divider {
        display: none;
    }

    header.header h2{
        font-size: 1.3rem;
    }

    header.intro h1 {
        text-align: center;
        font-size: 26px;
    }

    header.intro .subheader {
        text-align: center;
        font-size: 15px;
    }

    .ui.compact.menu.mobilemenu {
        display: block;
        padding: 7px;
    }

    .slideout-open .slideout-menu#menu {
        display: block!important;;
    }

    .questcontent {
        position: relative;
        margin-top: -120px;
        z-index: 1;
    }

    .questgallery {
        min-height: initial;
    }

    .ui.grid.params {
        margin-bottom: 30px;
        background: #213240;
        padding: 25px;
        border-radius: 3px;
    }

    .params h2.ui.header {
        font-size: 1.214rem;
    }

    .modal .imgheader {
        height: auto;
        margin:  -1rem -1rem 0;
    }

    .modal .sessioninfo {
        margin: 0 -1rem 1rem;
        padding: 1rem;
    }
    .imgheader img {
        margin: 1rem;
    }

    .sessioninfo .ui.huge.list {
        font-size: 1rem;
    }

    .ui.modal .actions>.button {
        margin:  0 0 1rem;
        width: 100%;
    }

    .transition {
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-duration: 0ms!important;
        animation-duration: 0ms!important;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .dimmable>.dimmer, .blurring.dimmable > .dimmer {
        background-color: rgba(20,29,37,.9);
    }

}