/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27 Jun 2019, 14:13:27
    Author     : robert
*/

.card-body img {
    max-height: 200px;
    max-width: 100%;
    object-fit: contain;
}

.card-body iframe {
    max-width: 100%;
}

.card-body * {
    max-width: 100%;
}


