@media=responsiveness on screen size change

PHOTO EMBED

Mon Sep 07 2020 12:40:19 GMT+0000 (Coordinated Universal Time)

Saved by @le_wiseman #css

@media only screen and (min-width: 768px){
    .img-banner{
        display: block;
        width: 100%;
    }
}
content_copyCOPY

min-width is like the actual width of the device in a straight position code runs when the condition after @media is met