body{font-family:"Poppins",sans-serif;}
nav.header2 {display:none;}

.img-70 img {
		width:calc(100vw * 0.7);
		height:auto;
}
.img-60 img {
		width:calc(100vw * 0.6);
		height:auto;
}
.img-40 img {
		width:calc(100vw * 0.4);
		height:auto;
}
.img-50 img {
		width:calc(100vw * 0.5);
		height:auto;
}
.img-30 img {
		width:calc(100vw * 0.3);
		height:auto;
}
.img-20 img {
		width:calc(100vw * 0.2);
		height:auto;
}

@media (min-width:768px){
	img.so-widget-image:hover{
			filter: drop-shadow(rgba(0,0,0,0.6) 1px 1px 6px) saturate(120%);
			transition: all 0.1s;
	}
}
@media (max-width:768px){
	img.so-widget-image{
			filter: drop-shadow(rgba(255,255,255,0.05) 1px 1px 5px);
			transition: all 0.1s;
	}
}
/* FIXES */
.sow-video wrapper iframe {width:100% !important;}

.modal-content{
	max-height: 90vh;
	overflow-y: scroll;
	margin-top: 5%;
}

.modal-inner-content h4 {
    font-size: 20px;
}

.sow-video-wrapper{
	position: relative;
  width: 100%;
  overflow: hidden;
  /* (Height / Width) * 100 */
  /* For 16:9 = (9 / 16) * 100 = 56.25% */
  /* For 4:3 = (3 / 4) * 100 = 75% */
  padding-bottom: 56.25%; 
}

.sow-video-wrapper iframe{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.modal-inner-content{
		margin-top: 30px;
}
.modal-inner-content iframe{
	
}

.fellow-text h3 {
    font-size: 20px;
    color: #feec8d;
}