.btn-video-wrapper-lives iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.btn-slimpod-extra-lives-wrapper-item-trigger-popup-wrapper{
	position:relative;
}
.btn-video-wrapper-lives {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.btn-slimpod-extra-lives-inner-wrapper {
    display: grid;
    place-items: start;
    grid-template-columns: repeat(3,1fr);
    -ms-grid-columns: repeat(3,1fr);
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
    place-items: start;
}
.btn-slimpod-extra-lives-wrapper-item-list {
    background: whitesmoke;
    margin: 0;
    padding: 1em;
    height: 100%;
	width:100%;
}
.btn-slimpod-extra-lives-video-right h3 {
    font-size: 20px;
    margin-top: 15px;
}
.btn-slimpod-extra-lives-description {
    font-size: 16px;
}
.btn-slimpod-extra-lives-pagination-wrapper {
    text-align: center;
    margin-top: 25px;
}
@media screen and (max-width:767px){
	.btn-slimpod-extra-lives-inner-wrapper{
		 grid-template-columns: repeat(1,1fr);
    -ms-grid-columns: repeat(1,1fr);
	}

}
.btn-slimpod-extra-lives-wrapper-item-list {
    border-radius: 10px;
}

/**
 * Preloader
 */
.btn_slimpod_extra_lives_overlay{
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.80);
	z-index: 9999;
}

.btn_slimpod_extra_lives_preloader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
	top:50%;
	margin-top: -7.5em;
}
.btn_slimpod_extra_lives_preloader:before {
  width: 50%;
  height: 50%;
  background: #f00001;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.btn_slimpod_extra_lives_preloader:after {
  background: #ffffff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.btn_slimpod_extra_lives_preloader_msg{
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    margin: 50px auto;
    width: 100%;
    height: 11em;
    top: 50%;
    position: relative;
    text-align: center;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Modal */
/* Modal */

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.modal__container {
    background-color: transparent;
    padding: 0px;
    max-width: 800px;
    max-height: 100vh;
    border-radius: 4px;
    overflow-y: hidden;
    box-sizing: border-box;
    width: 100%;
}
.modal__container a.btn-call-call-archive-link {
    margin: 20px auto !important;
    display: block;
    border: none;
    padding: 15px 20px !important;
}
button.modal__close {
    background: none !important;
    box-shadow: 0 0 0;
}
.modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #00449e;
    box-sizing: border-box;
}
button.modal__close {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 24px;
    height: 24px;
}
.modal__close {
    border: 0 !important;
    right: 5px !important;
    position: absolute;
    top: 5px;
    background: transparent !important;
    padding: 0px !important;
    cursor: pointer;
}



.modal__content {
    line-height: 1.5;
    color: rgba(0,0,0,.8);
}

.modal__btn {
    font-size: .875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #e6e6e6;
    color: rgba(0,0,0,.8);
    border-radius: .25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.modal__btn-primary {
    background-color: #00449e;
    color: #fff;
}
button.modal__close {
    margin-top: 0px;
    margin-right: 0px;
        z-index: 999;
}

.modal__content::-webkit-scrollbar {
    width: 10px;
}

.modal__content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.modal__content {
    overflow-y: auto;
    height: 100%;
}
.modal__content::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
/**************************\
Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes mmfadeOut {
  from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes mmslideIn {
from { transform: translateY(15%); }
  to { transform: translateY(0); }
}

@keyframes mmslideOut {
  from { transform: translateY(0); }
  to { transform: translateY(-10%); }
}

.micromodal-slide {
display: none;
z-index: 9999;
}

.micromodal-slide.is-open {
display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
will-change: transform;
}

.modal__container {
    max-width: 1000px;
max-height: 100%;
width: 100%;
background: #fff;
height: auto;
}
}

/* End */
.btn-slimpod-extra-lives-wrapper-item-trigger-popup-wrapper{
    position: relative;
}
a.btn-slimpod-extra-lives-wrapper-item-trigger-popup {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
}