#twt_wrap{
position:relative;
width:calc(656px / 2);
height:calc(784px / 2);
background:url(../../images/main/tz/twtList_bg.png) no-repeat;
background-size:100% auto;
padding: 15% 4% 9% 15%;
font-size:1.2rem;
line-height:1.3;
}
#twt_wrap iframe{
width:calc(656px / 2) !important;
height:calc(784px / 2) !important;
max-width:100% !important;
max-height:100% !important;
}
#twt_wrap .followMe {
    position: absolute;
    top: 28px;
    right: 25px;
    background: #0088de;
    transform: skewX(-15deg);
}
#twt_wrap .followMe a{
    display:block;
    padding:2px 5px;
    color:#fff;
    text-decoration:none;
    font-weight:500;
}

@media screen and (max-width: 767px) {
#twt_wrap{
    width: 100vw;
    height: calc(784/656*100vw);
    margin: 0 0vw 0 0;
}
#twt_wrap iframe{
width:81vw !important;
height: calc(784/656*81vw) !important;
max-width:100% !important;
max-height:100% !important;
}
}