/* 
Theme Name: GGFL Theme 
Version: 1.0 
Description: GGFL theme. 
Author: PinkRobot
Author URI: 
Text Domain: ggfl_theme
*/

.custom-video-block video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #707070;
  border-top-right-radius: 130px;
  border-bottom-left-radius: 130px;
}

.custom-video-block.v2 .custom-video-block__wrapper {
  padding-bottom: 56%;
  height: auto;
}

.custom-video-block.no-margin {
  padding-top: 0;
}

.custom-video-block.no-margin .custom-video-block__wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
/*new changes */
.grid-block__grid-item {
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  width: 250px;
}
.page-id-349 .header-banner-block__image--main {
  object-position: top;
}
.page-id-349 .header-banner-block__image {
  height: 330px;
}
