.newslink.v-btn--flat {
    padding: 0 !important;
    margin: -10px 0 !important;
    font-weight: bold;
  }
  .dialogimg {
    width: 100%;
  }
  .newscontainer {
    text-align: left;
    background-color: white;
    border: solid 3px #d1176f;
    font-size: 16px;
    color: #d1176f;
    font-weight: bold;
  }
  .newsheader {
    background-color: #d1176f;
    width: 100px;
    margin: 0 auto 0 0;
  }
  .newsheader h1 {
    color: white;
  }
  .youtubeVideo {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  .youtubeVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  /* #topImg {
    width: 100vw;
    background-image: url(../assets/topPC-B.jpg);
    background-position: center bottom;
    background-size: cover;
    height: 650px;
    max-width: 100%;
    background-repeat: no-repeat;
  } */

  /* @media only screen and (max-width: 960px) and (min-width: 321px) {
    #topImg {
      height: 300px;
      background-image: url(../assets/topPhone-B.jpg) !important;
    }
  }
  @media only screen and (max-width: 320px) {
    #topImg {
      height: 200px;
      background-image: url(../assets/topPhone-B.jpg) !important;
    }
  } */

    /* background-image: url(../assets/topPC-B.jpg); */


  @media only screen and (min-width: 961px) {
    
    #bigangelTopGallery-pc {
      display: block;
    }
    #bigangelTopGallery-mobile {
      display: none;
    }
    .galleryImg {
      max-width: 100%;
      background-position: center bottom;
      background-size: cover;
      height: 650px;
      background-repeat: no-repeat;
    }

  }

  @media only screen and (max-width: 960px) and (min-width: 321px) {
    /* #topImg {
      height: 300px;
      background-image: url(../assets/topm3.jpg) !important;
    } */
    
    #bigangelTopGallery-mobile {
      display: block;
    }
    #bigangelTopGallery-pc {
      display: none;
    }

    .galleryImg {
      background-position: center bottom;
      background-size: cover;
      height: 300px;
    }    
  }

  @media only screen and (max-width: 320px) {
    /* #topImg {
      height: 200px;
      background-image: url(../assets/topm2.jpg) !important;
    } */
    #bigangelTopGallery-mobile {
      display: block;
    }
    #bigangelTopGallery-pc {
      display: none;
    }
    .galleryImg {
      background-position: center bottom;
      background-size: cover;
      height: 200px;
    }    
  }
