.cookie-iframe-holder{
    background: #e0e0e0;
    border: 1px solid #ccc;
    display:flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    max-height:600px;
    min-height:300px;
}
.vid-container.cookie-iframe-holder-parent {
    padding-bottom:0;
    height:auto;
}
.cookie-noconsent{
    padding:2em;
    text-align: center;
}
.cookie-noconsent .link{
    display:block;
}

#pageContent .cookie-button {
    display:inline-block;
    font-weight: bold;
    color: #fff;
    background-color: #172962;
    text-decoration: none;
    padding: 0 1em;
    line-height: 30px;
    border-radius: 1em;
    margin-top: 6px;
}
#pageContent .cookie-button:hover {
    background-color: #3e7bae;
}

.standfirst{ display:none; }
.gutterTop.primaryContent { margin-top: 0; }
.gutterTop.secondaryContent { margin-top: 0; }
@media only screen and (max-width: 700px) {
.article .primaryContent {margin-right:2.5%;}
}
@media only screen  and (max-width: 510px) {
#share_price_1{height:2000px;}
}


