.adthrive-device-desktop .adthrive-recipe,
.adthrive-device-tablet .adthrive-recipe {
	float: right;
	clear: right;
	margin-left: 10px;
}

/* fix video player container jumping */
body.adthrive-device-desktop .adthrive-collapse-player,
body.adthrive-device-desktop #adthrive-contextual-container,
body.adthrive-device-tablet .adthrive-collapse-player,
body.adthrive-device-tablet #adthrive-contextual-container {
max-width: 650px;
height: auto!important;
}
body.adthrive-device-desktop div[id^="cls-video-container"],
body.adthrive-device-tablet div[id^="cls-video-container"] {
min-height: 430px!important; 
}
body.adthrive-device-phone .adthrive-collapse-player,
body.adthrive-device-phone #adthrive-contextual-container {
max-width: 380px;
height: auto!important;
}
body.adthrive-device-phone div[id^="cls-video-container"] {
min-height: 260px!important; 
}
/* END fix video player container jumping */

