/*
Theme name: FloSports
Description: Custom Theme
*/

/*
	Source post-css styles are located in resources/css/
	The compiled bundle is saved to `dist/css/bundle-${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).
	
	DEVELOPMENT.md file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle. 
*/

p {  }
.xpage-id-16 .plyr--video .plyr__controls { display: none !Important;}

.xpage-id-9 .main > section {
    opacity:1 !important;
    visibility: visible !important;
}
.slider-impact .slider__slide .slide__video {
    margin-bottom: -100px;
    margin-top: -200px;
}

@media (max-width: 720px) {
 .slider-impact .slider__slide .slide__video {
     margin-top: -300px;
     margin-bottom: -200px;     
  }
}

@media (max-width: 1023px) {

    .testimonial .testimonial__author {
	display:block !important;
    }
}

.culture-diversity .section__inner, .careers-diversity .section__inner {
	max-width: 700px;
	text-align: center!important;
}
