

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .wpb_video_wrapper iframe {
        top: 63px !important;
        left: 129px !important;
    }

    #try-it-now-home .mc4wp-form p:first-child,#try-it-now-home .mc4wp-form p:nth-child(2){
        width:100%;
    }

}




/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {



    .v-player{
        background-size:712px;
    }

    .wpb_video_wrapper iframe {
        top: 36px !important;
        left: 75px !important;
        width: 576px !important;
        height: 332px !important;
    }

    .featured-image img{
        width:300px;
    }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .vc_custom_1421927568841 {
        margin-top: 0px !important;
    }

    .wpb_video_wrapper iframe {
        width: 660px !important;
        height: 426px !important;
        top: 0 !important;
        left: 0 !important;
    }

    .v-player {

        background: inherit;
    }

}


/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {



    .wpb_video_wrapper iframe {
        top: 0px !important;
        left: 0px !important;
        width: 328px !important;
        height: 265px !important;
    }
}



/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    .wpb_video_wrapper iframe {
        top: 0px !important;
        left: 0px !important;
        width: 273px !important;
        height: 201px !important;
    }
}