﻿
.margin-top-0{
    margin-top: 0px;
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .height-min-thumbnail{
        min-height: 300px;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .height-min-thumbnail{
        min-height: 300px;
    }
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .height-min-thumbnail{
        min-height: 390px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .height-min-thumbnail{
        min-height: 390px;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .height-min-thumbnail{
        min-height: 390px;
    }
}


/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .height-min-thumbnail-2{
        min-height: 400px;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .height-min-thumbnail-2{
        min-height: 400px;
    }
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .height-min-thumbnail-2{
        min-height: 500px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .height-min-thumbnail-2{
        min-height: 550px;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .height-min-thumbnail-2{
        min-height: 550px;
    }
}

