/******************GALLERY ONLY IMAGES******************/

.imgs-box > .gallery-imgs{
    width: 49.6%;
    display: inline-block;
    padding: 2%;
}

.imgs-box > .gallery-imgs > img{
    margin: 0px auto;
}

.gallery-content > .imgs-box > .size-title{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 60px;
}

@media screen and (max-width: 493px){
    .imgs-box > .gallery-imgs{
        width: 100%;
        padding: 0;
    }
    
    .gallery-content > .imgs-box > .size-title {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        margin-top: 60px;
        margin-bottom: 20px;
    }
    
    .gallery-imgs textarea{
        margin-bottom: 20px;
    }
}

.gallery .column .thumb{
        margin: 0 auto;
        display: block;
        border-radius: 5px;
    }
    
    .gallery .column textarea{
        margin-top: 8px;
        width: 98%;
        max-width: 98%;
        height: 60px;
        max-height: 60px;
    }
    
    .gallery-imgs textarea{
        margin-top: 8px;
        min-width: 98%;
        max-width: 100%;
        height: 60px;
        max-height: 60px;
    }

/******************GALLERY ONLY IMAGES******************/