.container {
     position:fixed;
     top:220px;
     bottom:30px;
     left:30px;
     right:30px;
     overflow: hidden;
     background-size: cover;
     /* border:1px solid white; */
}

img {
    max-width: 100%;
}

.sub  {
  font-size: 12px;
  color: rgb(210,210,210);
}

@media only screen and (min-width: 450px) {

  .container {
       position:fixed;
       top: 110px;
       bottom: 50px;
       left: 50px;
       right: 50px;
       overflow: hidden;
       background-size: cover;
       /* border:1px solid white; */
  }

  @media only screen and (min-width: 1000px) {

    .container {
         position: fixed;
         top: 90px;
         bottom: 50px;
         left: 50px;
         right: 50px;
         overflow: hidden;
         background-size: cover;
         /* border:1px solid white; */
    }

  }

}
