/* Custom styles goes here */
/* Special för sidor med mobilfilmer */
.page-node-1089 video,
.page-node-1066 video{
    width: 300px;
    border: 1px lightgray solid;
    border-radius: 1rem;
}

/* speciallösning för rapporterings instruktioner noden id 1335 */
.page-node-1053 article img{
    width: 40% !important;
    height: auto !important;
}
.page-node-1053 .content video {
        width: 40%;
        height: auto;
        border: 1px lightgray solid;
        border-radius: 1rem;
    }
@media only screen and (max-width: 450px) {
    .page-node-1053 article img{
        width: 100% !important;
        height: auto !important;
    }
    .page-node-1053 .content video {
        width: 100%;
        height: auto;
    }
}
/* end speciallösning */
.page-node-1064 .date-updated{
    display: none;
}