/* Skriv din CSS her */


@media handheld, only screen and (max-width: 767px) and (min-width: 480px)
{.substrate img {
    width: 500%!important;
    max-width: 500%;
}}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.arconix-tabs-horizontal {
    width: 100% !important;
}