@charset "UTF-8";

.container-xl img{
  width: 80%;
}

.d-block img{
  width: 50% !important;
}

@media screen and (min-width: 768px) , print {
.container-xl img{
  width: 400px;
}
  
.d-block img{
  width: 400px !important;
}
  
  
}