/* Medium devices (desktops, 992px and up) */
@media (max-width : 1200px) {
    .first-presentation-content{
        min-height: 400px !important;
    }

    .first-presentation-content-left-text{
        font-size: 32px;
    }

    .first-presentation-content-small-text{

        width: 500px;font-size: 18px;
    }

    .first-presentation-content-right-image{
        bottom: -92px;
    }

    .first-presentation-content-right-image >img{
        height: 436px;
    }
}
/* Small Devices, Tablets */
@media (max-width : 992px) {

    .first-presentation-content{
        min-height: 355px !important;
    }

    .first-presentation-content-left-text{
        font-size: 26px;
    }

    .first-presentation-content-small-text{

        width: 375px;     font-size: 16px;top: 150px;}

    .first-presentation-content-right-image{
        bottom: -65px;
    }

    .first-presentation-content-right-image >img{
        height: 337px;
    }

    .content-left-image > img{
        width: 150px;
        height: 150px;
    }

    .upper-text{
        font-size: 45px;
    }

    .lower-text{
        font-size: 16px;
    }

    .presentation-footer img{
        height:120px;
    }

    .event-name{
        font-size: 18px;
    }

    .address-content{
        margin: 0px 20px;
    }

    .presentation-footer{
        margin:20px;
    }
}

/* Extra Small Devices, Phones */ 
@media (max-width : 768px) {

    .first-presentation-content{
        min-height: 280px !important;
        /* margin: 0px 0px; */
    }

    .first-presentation-content-left-text{
        font-size: 14px;
    }

    .first-presentation-content-small-text{
        width: 55%;     
        font-size: 11px;     
        top: 87px;
    }

    .first-presentation-content-right-image{
        bottom: 55px;
        right: -9px;
        width: 45%;
        text-align: center;
    }

    .first-presentation-content-right-image >img{
        height: 131px;
    }

    .presentation-header{
        padding: 0px 5px;
    }

    .smart4cast-logo {
        width:35px;
        height: 35px;
    }

    .header-left{

        font-size: 18px;}

    .header-right button{
        font-size: 10px !important;
    }

    .content-left-image > img{
        width: 90px;
        height: 90px;
    }

    .upper-text, .evaluate-results, .event-participation-title {
        font-size: 20px;
    }

    .financing-title{
        margin-top: 20px;
    }

    .margin-top-20px{
        margin-top: 20px;
    }

    .event-participation-row {
        margin-top: 0px;
    }
}