  /*********************************************************************************************
		-	SET THE SCREEN SIZES FOR THE BANNER IF YOU WISH TO MAKE THE BANNER RESOPONSIVE 	-
  **********************************************************************************************/
  /*	-	THE BANNER CONTAINER (Padding, Shadow, Border etc. )	-	*/
  
  .fullwidthbanner-container {
      position: relative;
      padding: 0;
      min-height: 65vh !important;
      max-height: 65vh !important;
      overflow: hidden;
  }
  
  .fullwidthbanner-container .fullwidthabnner {
      width: 100%;
      position: relative;
      min-height: 65vh !important;
      max-height: 65vh !important;
  }
  
  #video_link img {
      max-width: 100%;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 959px) {
      .fullwidthbanner-container,
      .fullwidthbanner-container .fullwidthabnner {
          width: 760px;
          min-height: 395px !important;
      }
  }
  
  @media only screen and (min-width: 480px) and (max-width: 767px) {
      .fullwidthbanner-container,
      .fullwidthbanner-container .fullwidthabnner {
          width: 480px;
          min-height: 250px !important;
      }
      /*  #video_link ,#video_frame			{	width:504px; height:282px;	} */
  }
  
  @media only screen and (min-width: 0px) and (max-width: 479px) {
      .fullwidthbanner-container,
      .fullwidthbanner-container .fullwidthabnner {
          width: 350px;
          min-height: 166px !important;
      }
  }
  
  .fb_iframe_widget iframe {
      z-index: 120;
  }