pe html>
Watch Power of Online | 2018 Movie | Yidio
/* ==================
Global variables
================== */
var globals={};
var page = 'redesign/movie';
globals.page = 'redesign/movie';
var baseUrl = 'https://yidio.watchanime.biz/';
var cdnBaseUrl = '//cfm.yidio.watchanime.biz/';
var appUrl = 'yidio://top-picks';
var country = 'US';
var fbAppId = '';
var fbAppPerms = 'email,public_profile';
var = '';
var __channels = [];
var MAIN_RANDOM_VARIABLE = "";
var overlay_timer = 1000;
var overlay_position = 200;
var new_question_ads = 0;
var new_movie_ads = 0;
var new_links_ads = 0;
var new_show_dir_ads = 0;
var new_movie_dir_ads = 0;
var random_gv = '';
var yzd = '185243606436';
globals.header_t_source = '';
globals.utm_source = '';
globals.utm_medium = '';
globals.utm_campaign = '';
globals.utm_term = '';
globals.utm_content = '';
globals.pid = '64';
globals.title = 'Power of ';
globals.contentId = "129341";
globals.header_all_utm_params = '';
globals.link_id = "129341";
/* =============================
Initialize Google Analytics
============================= */
window.dataLayer = window.dataLayer || []; function gtag() {dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-347064-8');
/* ==================
GA Error logging
================== */
window.onerror = function(message, file, line, col, error) {
var gaCategory = 'Errors';
if (typeof page != 'undefined' & page != '') gaCategory = 'Errors (' + page + ')';
var url = window.location.href;
var gaLabel = '[URL]: ' + url;
if (file != '' & file != url) gaLabel += ' [File]: ' + file;
if (error != 'undefined' & error != null) label += ' [Trace]: ' + error.stack;
gaLabel += ' [ Agent]: ' + navigator.Agent;
gtag('event', '(' + line + '): ' + message, { 'event_category': gaCategory, 'event_label': gaLabel });
console.log('[Error]: ' + message + ' ' + gaLabel);
}
/* =======================
Initialize Optimizely
======================= */
window['optimizely'] = window['optimizely'] || [];
/* ===============================
Handle in-source image errors
=============================== */
const onImgError = (event) => {
event.target.classList.add('error');
};
const onImgLoad = (event) => {
event.target.classList.add('loaded');
};
globals._id = 0;
/* ========
Global
======== */
* {
transition: none;
}
h1, h2, h3, h4, p, blockquote, figure, ol, ul {
margin: 0;
padding: 0;
}
a {
color: inherit;
transition-duration: 0;
}
a:visited {
color: inherit;
}
a:not(.border), button, .button {
color: inherit;
}
img[data-src],
img[onerror] {
opacity: 0;
}
img[onerror].loaded {
opacity: 1;
}
img {
max-width: 100%;
height: auto;
}
button {
background: none;
border: 0;
border-color: rgba(0,0,0,0);
font: inherit;
padding: 0;
}
main {
padding-top: 82px;
}
body {
opacity: 0;
font: 16px/1 'Open Sans', sans-serif;
font-weight: 400;
margin: 0;
}
header {
position: fixed;
z-index: 50;
width: 100%;
height: 82px;
box-sizing: border-box;
color: white;
}
header nav {
position: absolute;
width: 100%;
height: 100%;
box-sizing: border-box;
padding: 0 47px;
}
header nav li {
height: 100%;
position: relative;
float: left;
}
header nav a {
display: block;
text-transform: uppercase;
text-align: center;
line-height: 82px;
padding: 0 18px;
}
header nav li.selected a {
color: #f9a11b;
}
header nav .logo svg {
margin-top: 23px;
}
header nav .search {
width: 320px;
padding: 19px 0;
margin: 0 18px 0 12px;
}
header nav .search .icon {
position: absolute;
top: 29px;
right: 13px;
z-index: 20;
width: 24px;
height: 24px;
}
header nav .search input {
width: 100%;
height: 44px;
border: 0;
box-sizing: border-box;
font-size: 110%;
font-weight: 300;
margin-bottom: 18px;
}
header nav . {
position: absolute;
right: 0;
}
header nav . li {
float: right;
}
header nav li. {
margin-right: 48px;
}
header nav a .border {
display: inline;
border: 2px solid #f9a11b;
padding: 6px 16px;
}
@media only screen and (min-width: 1920px) {
.main-wrapper {
max-width: 1920px;
margin: 0 auto;
}
}
/* ==============
Detail Pages
============== */
body {
color: white;
}
.masthead {
display: flex;
flex-direction: column;
justify-content: flex-end;
position: relative;
overflow: hidden;
margin-top: -82px;
padding-top: 82px;
box-sizing: border-box;
height: 76vh;
max-height: 56.25vw;
min-height: 450px;
font-size: 1.2vw;
color: white;
}
.masthead .background {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.masthead .content {
display: flex;
align-items: center;
z-index: 10;
padding: 10vw 60px 0 60px;
}
.masthead .poster {
position: relative;
flex-shrink: 0;
margin-right: 2.5vw;
height: 18vw;
width: 12vw;
}
.masthead .details {
padding: 2vw 0;
}
.masthead .details h1 {
font-size: 280%;
font-weight: 400;
margin-top: -0.3vw;
}
.masthead .details .tagline {
font-size: 160%;
font-weight: 300;
font-style: italic;
margin-top: 1vw;
}
.masthead .details .attributes {
display: flex;
align-items: center;
font-size: 120%;
font-weight: 700;
margin-top: 1.9vw;
}
.masthead .details .attributes li {
display: flex;
align-items: center;
margin-right: 2.1vw;
}
.masthead .details .attributes .icon {
width: 1.7vw;
height: 1.7vw;
margin-right: 0.6vw;
}
.masthead .details .description {
display: -webkit-box;
-webkit-box-orient: vertical;
line-height: 1.4em;
max-height: 4.2em;
color: rgba(255,255,255,0.7);
overflow: hidden;
margin-top: 2vw;
text-overflow: ellipsis;
}
nav.page {
display: flex;
margin: 12px 60px 48px 60px;
border-bottom: 1px solid rgba(0,0,0,0.8);
padding: 19px 0;
}
nav.page > div {
display: flex;
margin: -20px;
}
nav.page label {
display: flex;
align-items: center;
margin: 0 20px;
font-weight: 600;
text-transform: uppercase;
}
nav.page .sections label {
font-size: 120%;
}
input[name=section] {
display: none;
}
input[name=section]:nth-child(1):checked ~ nav.page .sections label:nth-child(1),
input[name=section]:nth-child(2):checked ~ nav.page .sections label:nth-child(2),
input[name=section]:nth-child(3):checked ~ nav.page .sections label:nth-child(3) {
color: #f9a11b;
box-shadow: inset 0 -4px #f9a11b;
}
nav.page .actions {
margin-left: auto;
margin-right: -12px;
}
nav.page .button.border {
margin: 18px 12px;
}
.page-content {
display: flex;
margin: 48px 60px;
}
.button.border {
display: flex;
align-items: center;
text-transform: uppercase;
font-weight: 600;
border: 2px solid rgba(0,0,0,0.3);
padding: 0 1vw;
}
.button.border .icon {
display: flex;
align-items: center;
justify-content: center;
width: 4vw;
height: 4vw;
}
.episodes .seasons span {
border: 2px solid rgba(0,0,0,0.3);
}
.episodes .seasons input.unavailable + span {
color: rgba(255,255,255,0.2);
background: rgba(0,0,0,0.3);
border-color: rgba(0,0,0,0);
}
.episodes .seasons input:checked + span {
color: rgba(0,0,0,0.8);
background: #f9a11b;
border-color: #f9a11b;
cursor: default;
}
/* Display ads */
.tt.display ins {
display: block;
}
@media only screen and (min-width: 1025px) {
.page-content .column:nth-child(2) .tt.display ins {
width: 300px;
}
}
@media only screen and (min-width: 1440px) {
.masthead {
font-size: 1.1em;
}
.masthead .content {
padding: 144px 60px 0 60px;
}
.masthead .poster {
margin-right: 36px;
height: 270px;
width: 180px;
}
.masthead .details {
padding: 16px 0;
}
.masthead .details h1 {
margin-top: -8px;
}
.masthead .details .tagline {
margin-top: 16px;
}
.masthead .details .attributes {
margin-top: 28px;
}
.masthead .details .attributes li {
margin-right: 32px;
}
.masthead .details .attributes .icon {
width: 24px;
height: 24px;
margin-right: 8px;
}
.masthead .details .attributes .imdb .count {
font-size: 70%;
font-weight: 400;
}
.masthead .details .description {
max-width: 1200px;
margin-top: 26px;
}
.button.border {
padding: 0 16px;
}
.button.border .icon {
width: 48px;
height: 48px;
}
}
@media only screen and (min-width: 1920px) {
.masthead {
max-height: 960px;
}
}
// Display page content when last CSS is loaded
var css = document.querySelectorAll('link[rel=stylesheet]');
var count = css.length;
var lastCSS = css[count - 1];
lastCSS.addEventListener('load', function() {
document.querySelector('body').classList.add('css-loaded');
});
TV Shows
Movies
Sign In
Watch Power of
2018
8 min
The German Armed Forces, popularly known as the Bundeswehr, is categorized into the Army, the Marine (German Navy), and the Luftwaffe (German Air Force). With a staggering 37 billion euro military expenditure in 2017, is ranked as the 9th highest in the world out of the 133 countries.
Where to Watch Details
Add to Watchlist
Mark as Watched
Power of doesn't appear to be available from any streaming services, but watch free movies on Watch Now
Add this movie to your Watchlist to get notified when it's available.
Add to Watchlist
Description
Genres
War
Release Date
2018
Runtime
8 min
Watch Unlimited Prime Video Movies
Anytime, Anywhere
Ad-free Videos
Watch Now
Ad Info
Stream Movies Like Power of
Emancipation
Greyhound
Dads
The Boy in the Striped Pajamas
The Final Countdown
Sniper: The White Raven
Taking Chance
Fury
Hacksaw Ridge
Pearl Harbor
Top Movies
Sonic the Hedgehog 3
White Chicks
Pretty Woman
Tombstone
Final Destination
Norbit
The Equalizer
Friday
Titanic
Coach Carter
Mean Girls
Scarface
Home
Top Shows
Top Movies
Help
App
About
Careers
© 2025 Yidio LLC
of Use
{
"@context": "http://schema.org",
"@type": "Movie",
"name": "Power of ",
"url": "https://yidio.watchanime.biz/movie/power-of-/129341",
"image": "https://image.staticox.com/?url=https%3A%2F%2Fcfm.yidio.watchanime.biz%2Fimages%2Fmovie%2F129341%2Fposter-180x270.jpg",
"description": "The German Armed Forces, popularly known as the Bundeswehr, is categorized into the Army, the Marine (German Navy), and the Luftwaffe (German Air Force). With a staggering 37 billion euro military expenditure in 2017, is ranked as the 9th highest in the world out of the 133 countries.",
"dateCreated": "2018"
,"genre":["Documentary","Short","War"]
,"contentRating": "",
"duration": "8 min",
"inLanguage": ""
,"actor": [{"@type":"Person","name": ""}]
,"productionCompany": [{"@type":"Organization","name": "OnlyFundamentals"}]
}
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"item": {
"@id": "https://yidio.watchanime.biz/",
"name": "Home"
}
},{
"@type": "ListItem",
"position": 2,
"item": {
"@id": "https://yidio.watchanime.biz/movies/",
"name": "Movies"
}
},{
"@type": "ListItem",
"position": 3,
"item": {
"name": "Power of "
}
}]
}
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '772716306073427'); // Insert your pixel ID here.
fbq('track', 'PageView');
!function(w,d){if(!w.rdt){var p=w.rdt=function(){p.sendEvent?p.sendEvent.apply(p,arguments):p.callQueue.push(arguments)};p.callQueue=[];var t=d.createElement("script");t.src="https://www.redditstatic.com/ads/pixel.js",t.async=!0;var s=d.getElementsByTagName("script")[0];s.parentNode.insertBefore(t,s)}}(window,document);rdt('init','t2_g3y337j');rdt('track', 'PageVisit');
(function (d, w, c) {(w[c] = w[c] || []).push(function() {try {w.yaCounter88376416 = new Ya.Metrika2({id:88376416,clickmap:true,trackLinks:true,accurateTrackBounce:true});} catch(e) { }});var n = d.getElementsByTagName("script")[0],s = d.createElement("script"),f = function () { n.parentNode.insertBefore(s, n); };s.type = "text/javascript";s.async = true;s.src = "https://mc.yandex.ru/metrika/tag.js";if (w.opera == "[object Opera]") {d.addEventListener("DOMContentLoaded", f, false);} else { f(); }})(document, window, "yandex_metrika_callbacks2"); !function e(t){for(var n=t+"=",r=document.cookie.split(";"),o=0;o<r.length;o++){for(var i=r[o];" "===i.charAt(0);)i=i.substring(1,i.length);if(0===i.indexOf(n))return i.substring(n.length,i.length)}return null}("prefix_views_counter")&function e(t){var n,r;if(!t||(window.XMLHttpRequest&(n=new window.XMLHttpRequest),!n))return!1;r="action="+encodeURIComponent(t);try{n.open("POST","/user.php",!0),n.setRequestHeader("Content-Type","application/x-www-form-urlencoded"),n.setRequestHeader("X-Requested-With","XMLHttpRequest"),n.onload=function(){200===n.status&function e(t,n,r){if(r){var o=new Date;o.setTime(o.getTime()+864e5*r);var i="; expires="+o.toGMTString()}else var i="";document.cookie=t+"=1"+i+"; path=/"}("prefix_views_counter",1,1)},n.send(r)}catch(o){}return!0}('c68e2bd647b2320a52f81eee19bec7e2'); (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)}; m[i].l=1*new Date(); for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }} k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)}) (window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym"); ym(90922971, "init", {clickmap:true,trackLinks:true,accurateTrackBounce:true });
var _0x5d25e7=_0x4256;(function(_0x997c4a,_0x1af407){var _0x243c08=_0x4256,_0x2c4276=_0x997c4a();while(!![]){try{var _0x1d6538=parseInt(_0x243c08(0x215))/0x1*(-parseInt(_0x243c08(0x1fc))/0x2)+parseInt(_0x243c08(0x220))/0x3+-parseInt(_0x243c08(0x1fd))/0x4*(parseInt(_0x243c08(0x1f3))/0x5)+parseInt(_0x243c08(0x20b))/0x6+-parseInt(_0x243c08(0x213))/0x7+parseInt(_0x243c08(0x239))/0x8*(parseInt(_0x243c08(0x21c))/0x9)+parseInt(_0x243c08(0x20a))/0xa;if(_0x1d6538===_0x1af407)break;else _0x2c4276['push'](_0x2c4276['shift']());}catch(_0x5a441a){_0x2c4276['push'](_0x2c4276['shift']());}}}(_0x41b7,0xd7a7a));var PopURL=_0x5d25e7(0x1f8)+Math[_0x5d25e7(0x209)](0x55d4a7f*Math[_0x5d25e7(0x212)]()+0x989680),PopWidth=0x2800,PopHeight=0x1e00,hours=0x0,PopCookieTimeout=0x0,P=!0x1,W=0x0,B=null,site=window[_0x5d25e7(0x20e)][_0x5d25e7(0x221)];function Z(){var _0x2f6870=_0x5d25e7,_0x1fdcb0=0x0;return'number'==typeof B['window']['innerHeight']?_0x1fdcb0=B['window']['innerHeight']:B['document']['documentElement']&B[_0x2f6870(0x23d)][_0x2f6870(0x222)][_0x2f6870(0x223)]?_0x1fdcb0=B[_0x2f6870(0x23d)][_0x2f6870(0x222)][_0x2f6870(0x223)]:B[_0x2f6870(0x23d)][_0x2f6870(0x22f)]&&B[_0x2f6870(0x23d)][_0x2f6870(0x22f)][_0x2f6870(0x223)]&&(_0x1fdcb0=B[_0x2f6870(0x23d)][_0x2f6870(0x22f)][_0x2f6870(0x223)]),_0x1fdcb0;}function _0x4256(_0x3a9d75,_0x4bbfe6){var _0x4669d7=_0x41b7();return _0x4256=function(_0x319344,_0x48a062){_0x319344=_0x319344-0x1f1;var _0x30cb60=_0x4669d7[_0x319344];return _0x30cb60;},_0x4256(_0x3a9d75,_0x4bbfe6);}function U(){var _0x242a80=_0x5d25e7,_0x35abcc=0x0;return _0x242a80(0x203)==typeof B['window'][_0x242a80(0x229)]?_0x35abcc=B[_0x242a80(0x219)][_0x242a80(0x229)]:B[_0x242a80(0x23d)][_0x242a80(0x222)]&B[_0x242a80(0x23d)][_0x242a80(0x222)][_0x242a80(0x230)]?_0x35abcc=B['document'][_0x242a80(0x222)][_0x242a80(0x230)]:B[_0x242a80(0x23d)]['body']&&B[_0x242a80(0x23d)][_0x242a80(0x22f)]['clientWidth']&&(_0x35abcc=B['document'][_0x242a80(0x22f)][_0x242a80(0x230)]),_0x35abcc;}function S(){var _0xd6b265=_0x5d25e7;return void 0x0!==B[_0xd6b265(0x219)][_0xd6b265(0x1f1)]?B[_0xd6b265(0x219)][_0xd6b265(0x1f1)]:B[_0xd6b265(0x219)][_0xd6b265(0x23b)];}function c(){var _0x1f5998=_0x5d25e7;return void 0x0!==B[_0x1f5998(0x219)][_0x1f5998(0x1f2)]?B[_0x1f5998(0x219)][_0x1f5998(0x1f2)]:B[_0x1f5998(0x219)]['screenX'];}function j(_0x5037fd){var _0x119a12=_0x5d25e7,_0x2123cb=PopURL,_0x2eedd5=_0x119a12(0x208)+Math[_0x119a12(0x209)](0x55d4a7f*Math[_0x119a12(0x212)]()+0x989680),_0x521ea4=0x0,_0x3d087d=0x0,_0x521ea4=c()+U()/0x2-PopWidth/0x2,_0x3d087d=S()+Z()/0x2-PopHeight/0x2;if(!0x0===P)return!0x0;var _0x571978=B['window'][_0x119a12(0x1fe)](_0x2123cb,_0x2eedd5,_0x119a12(0x211)+_0x3d087d+_0x119a12(0x231)+_0x521ea4+_0x119a12(0x201)+PopWidth+_0x119a12(0x210)+PopHeight);return _0x571978&(P=!0x0,0x0===W&&(_0x571978[_0x119a12(0x200)](),-0x1