.unsplash {
    text-align:center;
    margin-top:20px;
  }
  .carousel-inner .carousel-item img {
    /* max-height: 400px; */

  }
  .wide {
    display:none!important;
  }
@media(min-width:501px){
  .mobile {
    display:none!important;
  }
  .wide  {
    display:block!important;
  }

      .article {
        flex:4;
        max-width:1200px;
      }
      #google2 {
        margin:auto
      }

}
@media(min-width:1200px){

  #google1,#google2 {
    width:970px;
    height:90px;
    
  }
}