/**
 * @file
 * This file is used to style the banner block.
 */

.block-type-banner-video-block {
  background-size: 0 0;
}

.block-type-banner-video-block .summary {
  margin: 1rem 4%;
}

.block-type-banner-video-block .field--name-field-title {
  margin: 0 0 0.5em 0;
  font-family: "Scope One", Georgia, serif;
  font-size: 1.77em;
  font-weight: 400;
  line-height: 1.2em;
}

.block-type-banner-video-block .field--name-field-summary {
  margin-bottom: 1.28em;
  font-size: 1.188em;
  line-height: 1em;
}

.block-type-banner-video-block .field--name-field-content-link a {
  display: inline-block;
  padding: 0.7em 1.3em;
  cursor: pointer;
  transition: background-color 0.5s ease;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 2px solid #d93760;
  border-radius: 3px;
  background-color: #d93760;
  font-family: "Scope One", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.block-type-banner-video-block .field--name-field-content-link a:focus,
.block-type-banner-video-block .field--name-field-content-link a:hover {
  color: #000;
  border-color: #d93760;
  outline-color: #fff;
  outline-offset: 2px;
  background-color: #fcece7;
}
#block-abyogahomevideobanner--2 #bannerVid {
  width: 100%;
  height: auto;
  aspect-ratio: 7 / 3;
  object-fit: cover;
}
/*!* Medium *!*/
@media screen and (min-width: 48rem) { /*!* 768px *!*/
  .block-type-banner-video-block {
    background-color: #464646;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    /* Image ratio 7:3 */
  }

  .block-type-banner-video-block .block-inner {
    display: flex;
    align-items: flex-end;
    margin: 0 auto;
    font-size: 0.8em;
  }

  .block-type-banner-video-block .summary {
    flex: 0 0 66%;
    position: absolute;
    margin: 0;
    padding: 1.777em;
    color: #fff;
  }
  .block-type-banner-video-block .field--name-field-title{
    font-size: 1.2em;
    line-height: 1em;
  }
  .block-type-banner-block .field--name-field-summary {
    font-size: 1em;
    line-height: 1em;
  }
  /*.block-type-banner-video-block .field--name-field-media-video-file {*/
    /**
     * We need to ensure that the alt text on the image is accessible to
     * screenreaders, so, when on large screens, let's give this the same CSS
     * as the .visually-hidden class has.
     */
    /*position: absolute !important;*/
    /*overflow: hidden;*/
  /*  clip: rect(1px, 1px, 1px, 1px);*/
  /*  width: 1px;*/
  /*  height: 1px;*/
  /*  word-wrap: normal;*/
  /*  aspect-ratio: 7 / 3;*/
  /*}*/
}
/*!* Large *!*/
@media screen and (min-width: 60rem) { /* 960px */
  .block-type-banner-video-block .summary {
    flex: 0 0 50%;
    font-size: 1em;
  }
  .block-type-banner-video-block .field--name-field-title{
    font-size: 1.55em;
    line-height: 1.6em;
  }
  .block-type-banner-block .field--name-field-summary {
    font-size: 1.2em;
    line-height: 1.3em;
  }
}
/*!* Extra large + side margins *!*/
@media screen and (min-width: 80rem) { /* 1200px (large) + 80px (side margins) = 1280px */
  .block-type-banner-video-block .block-inner {
    padding: 0;
  }
  .block-type-banner-video-block .field--name-field-title {
    font-size: 1.77em;
    line-height: 1.2em;
  }
  .block-type-banner-block .field--name-field-summary {
    font-size: 1.55em;
    line-height: 1.6em;
  }
}
