﻿
.expcard {
    height: 250px;
    width: 190px;
    background-color: #ffffff;
    border: 0px;
    border-radius: 10px;
    box-shadow: 0px 3px 5px rgba(100,100,100,.1);
    padding: 0px;
    background-size: cover;
    position: relative;
}

.expcard:hover{
    box-shadow: 0px 10px 10px rgba(100,100,100,.2);
}

.destimg{
    height: 250px;
    background-size: cover;
    background-position-x: center;
    line-height: 250px;  
    background-color: rgba(0,0,0,.20)
}

.expimg{
    height: 155px;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 10px 10px 0 0;
}

.expdetails{
    padding: 5px 8px;
}

@media screen and (max-width: 800px) {
    .imgCon {
        width: 100% !important;
    }
    
    .expimg {
        width: 100% !important
    }
    
    .comingsoon {
        top: -10px !important;
        right: 0px !important;
    }
}