﻿.imageAward2
{
    width:200px!important;
    height:200px!important;
}

.imgExhibitors{
    height:220px;
}
@media only screen and (max-width: 500px) {
    .header-carousel .header-carousel-item, .header-carousel .header-carousel-item img{
        height:100vh!important;
    }
}

@media only screen and (min-width: 501px) and (max-width: 980px) {
    .header-carousel .header-carousel-item, .header-carousel .header-carousel-item img {
        height: 100vh !important;
    }
        .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content{
            width:100%!important;
        }
}