.gbox-default {
    padding: 60px 0;
}
.posters-container {
	display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}
.posters_box {
	float: none;
    min-height: 0px;
}
.poster-image-horizontal {
    width: 220px;
}

.posters_box.horizontal .poster-info {
    margin-top: 130px;
}
.posters .right-column {
    padding-right: 80px;
}
.posters .poster-home-tile {
    width: auto;
    height: 800px;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 1000px;
    width: 90%;
    background-size: 100%;
}
.posters a {
    color: black;
}
.posters a:hover {
    color: black;
    text-decoration: none;
}
.posters .poster-home-tile.own-poster {
    background-image: url('https://static1.solentro.com/ng/own-poster-photo.jpg');
    float: right;
}
.posters .poster-home-tile.poster-store {
    background-image: url('https://static1.solentro.com/ng/postershop.jpg');
    float: left;
}
.posters .header-container-box {
    width: 90%;
    margin: auto;
    margin-top: auto;
    background: #ffffff8a;
    margin-top: 30%;
    font-size: 30px;
    padding: 40px;
    text-align: center;
    cursor: pointer;
}
.posters .justify-content-center {
    width: 100%;
    margin: auto;
}
.posters .header-container-box:hover {
    background: #ffffffbb;
}
.posters .header-container-box .title {
    font-size: 40px;
    font-weight: 900;
}
.posters .header-container-box .subtitle {
    font-weight: 900;
}
.posters .selct-poster-box {
    width: auto;
    height: 600px;
    background-image: url('https://static1.solentro.com/ng/flowers-photo-posters.jpg');
    padding: 120px 20px 80px 40%;
    color: white;
    margin: 70px 0;
}
.posters .selct-poster-box .description-text {
    margin-right: 170px;
    margin-left: 60px;
}
.posters .selct-poster-box .title {
    font-weight: 900;
    font-size: 45px;
    margin-bottom: 30px;  
}
.posters .selct-poster-box .choose-description {
    font-size: 20px;
}
@media only screen and (max-width: 1520px) {
    .posters .justify-content-center {
        height: 817px;
    }
    .posters .selct-poster-box {
        width: auto;
        height: 640px;
        padding: 30px 20px 80px 40%;
        color: white;
        margin: 70px 0;
      }
}    
@media only screen and (max-width: 1110px) and (min-width: 767px) {
    .posters .justify-content-center {
        height: 594px;
    }
    .posters .selct-poster-box .description-text {
        margin-right: 74px;
        margin-left: 173px;
        position: absolute;
    }
}
@media only screen and (max-width: 1000px) and (min-width: 767px) {
    .posters .poster-home-tile {
        min-height: 785px;
        padding-top: 96px;
    }      
    .posters .poster-home-tile.own-poster {
        float: none;
    }
    .posters .poster-home-tile.poster-store {
        float: none;
    }
    .posters .justify-content-center {
        width: 70%;
    }
    .choose-poster-row {
        margin-top: 600px;
        width: 105%;
    }
    .choose-poster-row .title {
        font-weight: 900;
        font-size: 35px;
        margin-bottom: 36px;
    }
    .selct-poster-box {
        display: block;
    }
    .posters .header-container-box {
        margin-top: 0;
    }
    .posters .selct-poster-box {
        width: auto;
        height: 640px;
        padding: 30px 20px 80px 40%;
        color: white;
        margin: 371px 0;
        height: 646px;
    }
    .posters .selct-poster-box .description-text {
        margin-right: 20px;
        margin-left: 92px;
    }
}
@media only screen and (max-width: 767px) {
    #content-row.posters {
        margin-top: 0px;
    }
    .posters_box.horizontal .poster-info {
        top: 0px;
    }
    .posters .gbox-default {
        padding: 20px;
    }
    .posters .floated-left {
        margin-bottom: 30px;
    }
    .posters .header-container-box {
        margin-top: 100px;
        word-wrap: break-word;
        font-size: 20px;
        padding: 10px;
    }
    .posters .poster-home-tile {
        min-height: 500px;
        padding-top: 10px;
        margin: auto;
        width: 100%;
    }
    .posters .poster-home-tile.own-poster {
        float: none;
    }
    .posters .poster-home-tile.poster-store {
        float: none;
    }
    .posters .header-container-box .title {
        font-size: 32px;
        font-weight: 900;
    }
    .posters .selct-poster-box .title {
        font-weight: 900;
        font-size: 32px;
    }
    .posters .selct-poster-box {
        padding: 10px;
    }
    .posters .selct-poster-box .choose-description {
        margin-right: 20px;
    }
    .posters .selct-poster-box .description-text {
        margin: auto;
        margin-left: 20px;
        text-align: center;
        padding-right: 20px;
    }
    .posters #posters-list {
        padding-left: 15px;
        margin: auto;
    }
    .posters .selct-poster-box {
        height: auto;
        background-position: right;
        padding-bottom: 29px;
        width: 105%;
        margin-top: 228px;
    }
}