/* -- iTRADE - Custom stylesheet -- */

/* Content developers add additional styles here */

/* Desktop */

/* Medium desktop / tablet landscape and below 
@media(max-width: 1199px){

}


@media(min-width: 768px) and (max-width: 991px){

}*/

/* Tablet (portrait) mobile and below */

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (orientation: portrait) {
    .image-card.image-card-hero h2 {
        font-size: 27px !important;
    }
    .container .articles p {
        width: 100% !important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
    .image-card.image-card-hero h2 {
        font-size: 30px !important;
    }
    .container .articles p {
        width: 100% !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .container .articles p {
        width: 100% !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .container .articles p {
        width: 100% !important;
    }
}