html,body
{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

a.nostyle, a.nostyle:hover, a.nostyle:focus, a.nostyle:active {
    text-decoration: none;
    color: inherit;
}

.herosection
{
    height: 100vh;
    width: 100%;
}
.carouselsection
{
    height: 100vh;
    width: 100%;
}
.dummy
{
    height: 45vh;
    width: 100%;
}
.herosection video
{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}