.container{
    position: relative;
}

.gutters-right{
    padding-right: 15px !important;
}

.text-right {
    font-weight: bold;
}

a{
    color: inherit;
}

b, strong {
    font-weight: 900;
}

.no-landscape {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #212121;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-image: url(../img/no-landscape.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    display: none;
}

@media only screen and (max-device-width : 767px) and (orientation : landscape) {
    .no-landscape{
        display: block;

    }
}