AlkantarClanX12

Your IP : 3.142.200.102


Current Path : /home/thanudqk/siamfreetour.com/wp-content/themes/photofocus/sass/site/section/
Upload File :
Current File : /home/thanudqk/siamfreetour.com/wp-content/themes/photofocus/sass/site/section/_service.scss

.services-section.section {

    .hentry {
        width: 100%;

        .hentry-inner {
            border: 1px solid;
            padding: 70px 40px;

            .post-thumbnail {
                margin-bottom: 28px;
                margin-left: auto;
                margin-right: auto;
                max-width: 125px;
                text-align: center;

                &:hover {

                    @include media(tablet) {
        
                        img {
                            transform: scale(.9);
                            -o-transform: scale(.9);
                            -moz-transform: scale(.9);
                            -webkit-transform: scale(.9);
                        }
                    }    
                }
                
                img {
                    margin: 0 auto;

                    @include media(mobile_horizontal) {
                        margin: 0;
                    }
                }
            }

            .entry-container {
                text-align: center;
            }
        }
    }
}

.services-section .hentry .hentry-inner .post-thumbnail a {
    display: inline-block;
    position: relative;
}