@media(min-width:992px){
/*************************************************************/

body:after{
    content: "dev version | screen: medium";
}

/* Paragraph: Speaker */
.paragraph--type--speaker .field--name-field-speaker-info > .field__item{
    width: 33%;
}



/* Main header */
.main-header{
    flex-direction: row;
    justify-content: space-between;
}

.logo-block img{
    height: 100px;
}

.becs-logo-container .logo-image img{
    height: 100px;
}
.becs-logo-container .logo-text img{
    height: 100px;
}

.event-details-container .date-box{

    width: auto;
    margin-bottom: 0;
}

/* Countdown */
.countdown-block{
    margin: -300px 0 0 0;
}
    body.path-frontpage .countdown-block{
        display: block;
    }

.gravistas-container{
    padding: 3rem;
}
.gravistas-container.layout-1 .gravitas-countdown ul li span{
    font-size: 4.5rem;
    margin-bottom: 25px;
}

/* Event end */
.event-end-block{
    display: block;
    padding: 0px 0 200px 0;
    margin-top: -300px;
}
.event-end-block h2{
    font-size: 40px;
    color: #ffd095;
}

/* Tagline & Event Details block */
.tagline-event-details-block{
    background: none;
    /* position: absolute;
    bottom: 0;
    left: 0; */
    margin: -100px 5% 0% 5%;
    /* margin: -200px 5% 0% 5%; */
    text-align: left;
    width: 70%;
}

/* Tagline */
.tagline-container{
    width: 70%;
}

/* Main hero */
.main-hero-block{
    background: #0b1636;
    /* padding-bottom: 200px; */
}

/* Intro Home */
.intro-home-block{
    width: 60%;
}

/* Webform - Contact Us */
.webform-container{
    width: 60%;
}

/*************************************************************/
 }
