/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/




}

body .flexslider .slides img {
    max-height: 700px;
    width: auto;
    margin: 0 auto;
}

body .flexslider .slides video {
    max-height: 700px;
    width: 100%;
    margin: 0 auto;

}

.video-button-wrapper.flex-slider {
position: absolute;
    top: 45%;
    left: 45%;
}

body .flexslider {
 background: transparent;
 border: none;
}


body .flex-direction-nav a {
 bottom: 40px;
}

body .flex-direction-nav a {
height: 60px;
}

body .forhandler .selectboxit-container {
	padding: 0 8px;
}

@media (max-width: 991px) {

body .flexslider .slides img,
body .flexslider .slides video{
    max-height: 400px;
}

}