﻿
div.mobile {
    position: relative;
    left: 340px;
    top: 40px;
    height: 500px
}
img.entry-Contact {
    position: absolute;
    top: -200px
}

img.entry-Partner {
    position: absolute;
    bottom: -60px
}

img.entry-Media {
    right: 0%;
    top: 0%;
    position: absolute;
}

@media screen and (max-width: 2650px) {
    img.entry-event {
        position: absolute;
        top: -100px;
    }

  
   
}

@media screen and (max-width: 414px) {
    img.entry-event {
        height: auto;
        padding-top: -10rem;
        right: 190%;
        background-color: #000000;
        min-height: 55vh;
        height: 130%;
        position: relative;
        background-position: top right !important;
    }
    img.entry-Book_An_Event {
        left: -190%;
        padding-top: -30rem;
        position: relative;
    }
    img.entry-Exhibit {
        top: -190%;
        padding-top: 20rem;
        left: -50%;
        position: relative;
    }
    img.entry-Attend {
        left: -60%;
        top: 0rem;
        position: relative;
    }
    img.entry-GettingHere {
        left: -40%;
        padding-top: 0rem;
        position: relative;
    }

    img.entry-Contact {
        left: -70%;
        top: -20%;
        position: absolute;
    }
    img.entry-Media {
        right: -60%;
        top: 0rem;
        position: absolute;
    }
    img.entry-Partner {
        right: -100%;
        top: -30%;
        position: absolute;
    }
    img.entry-FoodHalls {
        right: -100%;
        top: -30%;
        position: absolute;
    }
    img.entry-Technology {
        left: -150%;
        top: -5%;
        position: absolute;
    }
    img.entry-zzz {
        left: 0%;
        top: 0%;
        position: absolute;
    }
    div.mobile {
        position: relative;
        right: -440px;
        top: 0px;
    }
}


