@charset "utf-8";
/* CSS Document */

.flex { display: flex; }

.survey_cta {
 	background-color: #333;
    color: #fff;
    display: flex;
}
.vid_thumb {
 	position: relative; 
}
.take_survey {
  display: flex;
  flex: wrap: wrap;
  margin-left: auto;
  padding: 20px;
}
.take_survey p {
  padding-right: 20px;
}

.playIcon {
	position: absolute;
	display: block;
	background: url(/assets/images/region-4/finance/agribusiness-training/play-btn-sq.png);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: 15% auto;
	background-repeat: no-repeat;
	background-position: center center;
}