.transparencymask {
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.3))
}

.backgroundimagecontainer {
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute
}

#generalcontainer {
    left: 0;
    right: 0;
    display: table;
    width: 100%
}

.particularcontainer {
    max-width: 31%;
    float: left;
    width: 600px;
    height: 400px;
    background-size: cover;
    position: relative;
    margin: 1%
}

.backgroundimage {
    max-width: none;
    max-height: 100%
}

.title {
    color: #fff;
    font-size: 24px;
    margin: 0px;
    font-family: 'Neo Sans Regular';
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px
}

.text {
    font-size: 14px;
    font-family: lato;
    vertical-align: middle;
    color: #fff;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.inlineblock {
    display: inline-block
}

.textblock {
    float: right;
    margin-right: 5px;
    width: 84%
}

.plus_link {
    float: right
}

.generalblock {
    position: absolute;
    width: 100%
}

.particularcontainer:nth-of-type(even) > .generalblock {
    top: 5%
}

.particularcontainer:nth-of-type(odd) > .generalblock {
    bottom: 5%
}


@media (max-width:768px) {
   
	.particularcontainer {
        max-width: 70%;
        width: inherit;
        margin-bottom: 50px;
        float: initial;
        margin-left: auto;
        margin-right: auto
    }
}
