/*! Place your custom styles here */

.center {
    text-align: center
}

.pricing ul li {
    text-align: left
}

.img-expander:hover{
    color: #424242; 
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  opacity: 1;
  transform: scale(3);
  -ms-transform: scale(1.15); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
}

/* CODE FOR WHEN VIDEO IS BELOW THE HEADER TEXT */
.video-container{
    background-color: rgb(250,250,250);
}
.video-div{
    margin-left: auto;
    margin-right: auto;
    width: 65%;
}
.video{
    margin-top: 9%;
    margin-bottom: 8%;
    width: 100%;
}

.video-div{
        display:table;
        width:auto;
        position:relative;
    }

@media all and (min-width: 767px){
    .video-div{
        display:table;
        width:auto;
        position:relative;
        width: 70%;
    }}

@media all and (min-width: 1200px){
    .video-div{
        display:table;
        width:auto;
        position:relative;
        width: 840px; 
    }}
    
.playpause {
    background-image:url(../img/play-button.png);
    background-repeat:no-repeat;
    width:50%;
    height:50%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
}
/*  */

.pricing .pricing-2 .boxed .boxed--border .boxed--lg .row {
    justify-content: center;
    display: grid;
}
