/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

img {
    animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
    background: transparent;
    border: 10px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    display: block;
    margin: 1.3em auto;
    max-width: 90%;

.imgtv {  max-width: 90%;  height: 333px; 
} 

.img-full {  max-width: 90%;  height: auto; 
} 
        
.img-full2 {  float: center;  height: 90%;  max-width: auto; 
} 	