.lity-iframe-container iframe {
    background: #fff
}

.lity-container {
    height: 90%;
    top: 9px
}

.lity-content {
    height: 100%
}

.lity-iframe-container {
    height: 90%
}

.content_wrap {
    background: url(../../images/HiringYourFirstEmployee/background.png);
    background-repeat: no-repeat;
    background-position: 50% -340px
}

#fm-hub {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px
}

    #fm-hub .center-column {
        position: relative;
        margin: 0 auto;
        max-width: 470px
    }

    #fm-hub h1 {
        text-align: center;
        color: #eb8105;
        margin-bottom: 90px
    }

        #fm-hub h1 small {
            display: block;
            color: #eb8105;
            font-size: 30px;
            margin-top: 10px
        }

    #fm-hub .BuyBtn_inPage {
        width: 100%
    }

    #fm-hub .title {
        margin: 20px auto;
        display: block
    }

    #fm-hub .line-one {
        display: none
    }

    #fm-hub .line-two {
        display: none
    }

@-webkit-keyframes

"hvr-bob" {
    0%

{
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

}
@keyframes

"hvr-bob" {
    0%

{
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

}
@-webkit-keyframes

"hvr-bob-float" {
    100%

{
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

}
@keyframes

"hvr-bob-float" {
    100%

{
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

}

.hvr-bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    transition: all .1s ease-in-out
}

    .hvr-bob:hover {
        -webkit-animation-name: hvr-bob-float, hvr-bob;
        animation-name: hvr-bob-float, hvr-bob;
        -webkit-animation-duration: .3s, 1.5s;
        animation-duration: .3s, 1.5s;
        -webkit-animation-delay: 0s, .3s;
        animation-delay: 0s, .3s;
        -webkit-animation-timing-function: ease-out, ease-in-out;
        animation-timing-function: ease-out, ease-in-out;
        -webkit-animation-iteration-count: 1, infinite;
        animation-iteration-count: 1, infinite;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-direction: normal, alternate;
        animation-direction: normal, alternate
    }

#fm-hub .panel {
    background: #fff4e9;
    border: 1px solid #fbb03b;
    padding: 15px 0;
    margin-bottom: 100px;
    text-align: center
}

    #fm-hub .panel .bubble {
        margin-top: -72px;
        margin-bottom: 20px
    }

    #fm-hub .panel h2 {
        color: #666666;
        font-weight: 400;
        font-size: 1.3em;
        margin-bottom: 15px
    }

    #fm-hub .panel span {
        display: block;
        color: #eb8105
    }

    #fm-hub .panel .flex {
        display: flex;
        justify-content: space-around
    }

@media (min-width: 1024px) {
    #fm-hub .center-column {
        width: 470px
    }

    #fm-hub {
        padding-top: 220px;
        padding-bottom: 50px
    }

        #fm-hub h1 {
            margin-bottom: 25px
        }

        #fm-hub .line-one {
            display: block;
            background: url(../../images/HiringYourFirstEmployee/lines_01.png);
            width: 470px;
            height: 153px;
            margin-bottom: 30px
        }

        #fm-hub .line-two {
            display: block;
            background: url(../../images/HiringYourFirstEmployee/lines_02.png);
            width: 462px;
            height: 335px
        }

        #fm-hub .panel {
            width: 390px
        }

        #fm-hub .panel-one {
            position: absolute;
            top: -60px;
            left: -245px
        }

        #fm-hub .panel-two {
            position: absolute;
            top: -60px;
            right: -245px
        }

        #fm-hub .panel-three {
            position: absolute;
            top: 450px;
            left: -255px
        }

        #fm-hub .panel-four {
            position: absolute;
            top: 450px;
            right: -255px
        }

        #fm-hub .panel-five {
            position: relative;
            left: 35px
        }
}

@media (min-width: 1250px) {
    #fm-hub .panel {
        padding: 15px;
        width: 405px;
        margin-bottom: 30px
    }

    #fm-hub .panel-one {
        position: absolute;
        top: -50px;
        left: -350px
    }

    #fm-hub .panel-two {
        position: absolute;
        top: -50px;
        right: -350px
    }

    #fm-hub .panel-three {
        position: absolute;
        top: 380px;
        left: -380px
    }

    #fm-hub .panel-four {
        position: absolute;
        top: 410px;
        right: -380px
    }

    #fm-hub .panel-five {
        position: relative;
        left: 12px
    }

    #fm-hub .BuyBtn_inPage {
        width: 430px
    }
}


/*Custom changes*/
.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
    width: 100% !important;
    max-width: 1100px !important;
}

.lity-iframe .lity-container {
    height: 750px !important
}

.lity-content {
    height: 750px !important
}

.lity-iframe-container {
    max-height: 750px !important;
    height: 750px !important;
}

    .lity-iframe-container iframe {
        height: 750px;
    }

@media screen and (max-width:768px) {
    .center-column {
        padding: 0 15px
    }

    .Employment_BuyBtn_wrap {
        background-color: #eb8105;
    }

    .Employment_BuyBtn_head {
        padding: 20px 10px;
        text-align: center;
    }

    .Employment_BuyBtnName {
        font-size: 24px;
        font-weight: 400;
        color: #fff;
    }

    .Employment_BuyBtnMoreBtn {
        background-color: #fff;
        font-size: 20px;
        font-weight: 500;
        display: block;
        text-align: center;
        height: 40px;
        line-height: 35px;
        overflow: hidden;
        margin: 15px 0;
    }

        .Employment_BuyBtnMoreBtn a {
            color: #eb8105;
            text-decoration: none;
        }

    .Employment_BuyBtn_ShortText {
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        text-align: center;
        display: block;
        min-height: 60px;
    }
}
