.row-full{
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	height: 100%;
	left: 50%;
	text-align: center;
	background-color: #000;
	margin-bottom: 20px;
}

.row-full-video{
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	height: 100%;
	left: 50%;
	text-align: center;
	background-color: #000;
	margin-bottom: 20px;
}

.row-full iframe{
	border: 0;
}

a.rp-transparent-link{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	font-size: 0px;
	line-height: 0px;
	color: transparent;
}

@media(max-width:420px){
	.row-full{margin-bottom:0; background-color:transparent;}
	.row-full figure.raymedia_background, .row-full-video figure{
		background-size:cover!important;
		min-height:180px;
		height:auto!important;
	}
	.row-full-video figure img{max-width:60px!important;}
	
	.row-full-video iframe, .row-full-video object, .row-full-video embed {
		top:0;
		left:0;
		width:100%;
		height:100%;
	}

	.row-full figure.raymedia_background{
		background-size: contain!important;
	}
}